diff --git a/tests/constraints.in b/tests/constraints.in index 1fcc3ed3ca8..683ccdd4ba0 100644 --- a/tests/constraints.in +++ b/tests/constraints.in @@ -9,4 +9,4 @@ sphinx-rtd-theme >= 2.0.0 # Fix 404 pages with new sphinx -- https://github.com 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 # 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 +resolvelib >= 0.5.3, < 2.0.0 # https://github.com/ansible/ansible/blob/devel/requirements.txt diff --git a/tests/requirements.txt b/tests/requirements.txt index 0269a49f410..33686c9b856 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -134,7 +134,7 @@ pyyaml==6.0.2 # yamllint requests==2.32.3 # via sphinx -resolvelib==1.0.1 +resolvelib==1.1.0 # via # -c tests/constraints.in # -r tests/requirements.in