Skip to content

Commit 763880a

Browse files
authored
Require ansible-compat>=24.9.1 (#4336)
1 parent 8d9fe1d commit 763880a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.config/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# 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
66
#
7-
ansible-compat==24.9.0
7+
ansible-compat==24.9.1
88
ansible-core==2.17.4
99
astroid==3.2.4
1010
attrs==24.2.0

.config/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Special order section for helping pip:
22
will-not-work-on-windows-try-from-wsl-instead; platform_system=='Windows'
33
ansible-core>=2.13.0 # GPLv3
4-
ansible-compat>=24.8.0 # GPLv3
4+
ansible-compat>=24.9.1 # GPLv3
55
# alphabetically sorted:
66
black>=24.3.0 # MIT (security)
77
filelock>=3.3.0 # The Unlicense

0 commit comments

Comments
 (0)