From 80d1442dd5d1014c5f7ee3e60d1c4c458aa11c21 Mon Sep 17 00:00:00 2001 From: Don Naro Date: Wed, 15 Jan 2025 20:02:30 +0000 Subject: [PATCH] Update tests/constraints.in Co-authored-by: Felix Fontein --- tests/constraints.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/constraints.in b/tests/constraints.in index 12521ead26..0b6580d8eb 100644 --- a/tests/constraints.in +++ b/tests/constraints.in @@ -7,6 +7,6 @@ antsibull-docs == 2.16.2 # currently approved version sphinx-rtd-theme >= 2.0.0 # Fix 404 pages with new sphinx -- https://github.com/ansible/ansible-documentation/issues/678 rstcheck < 6 # rstcheck 6.x has problem with rstcheck.core triggered by include files w/ sphinx directives https://github.com/rstcheck/rstcheck-core/issues/3 -jinja2 >= 3.0.0 -pyyaml >= 5.1 -resolvelib >= 0.5.3, < 1.1.0 +jinja2 >= 3.0.0 # https://github.com/ansible/ansible/blob/devel/requirements.txt +pyyaml >= 5.1 # https://github.com/ansible/ansible/blob/devel/requirements.txt +resolvelib >= 0.5.3, < 1.1.0 # https://github.com/ansible/ansible/blob/devel/requirements.txt