Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/constraints.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down