We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d9fe1d commit 763880aCopy full SHA for 763880a
.config/constraints.txt
@@ -4,7 +4,7 @@
4
#
5
# pip-compile --all-extras --no-annotate --output-file=.config/constraints.txt --strip-extras --unsafe-package=resolvelib --unsafe-package=ruamel-yaml-clib --unsafe-package=wcmatch pyproject.toml
6
7
-ansible-compat==24.9.0
+ansible-compat==24.9.1
8
ansible-core==2.17.4
9
astroid==3.2.4
10
attrs==24.2.0
.config/requirements.in
@@ -1,7 +1,7 @@
1
# Special order section for helping pip:
2
will-not-work-on-windows-try-from-wsl-instead; platform_system=='Windows'
3
ansible-core>=2.13.0 # GPLv3
-ansible-compat>=24.8.0 # GPLv3
+ansible-compat>=24.9.1 # GPLv3
# alphabetically sorted:
black>=24.3.0 # MIT (security)
filelock>=3.3.0 # The Unlicense
0 commit comments