Skip to content

Commit

Permalink
Require ansible-compat>=24.9.1 (#4336)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored Sep 19, 2024
1 parent 8d9fe1d commit 763880a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .config/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# 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
#
ansible-compat==24.9.0
ansible-compat==24.9.1
ansible-core==2.17.4
astroid==3.2.4
attrs==24.2.0
Expand Down
2 changes: 1 addition & 1 deletion .config/requirements.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Special order section for helping pip:
will-not-work-on-windows-try-from-wsl-instead; platform_system=='Windows'
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
Expand Down

0 comments on commit 763880a

Please sign in to comment.