Skip to content

Commit

Permalink
Update ansible-compat to v24.10 (#481)
Browse files Browse the repository at this point in the history
  • Loading branch information
audgirka authored Nov 18, 2024
1 parent b023cc7 commit 50f0181
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 @@ -5,7 +5,7 @@
# pip-compile --all-extras --no-annotate --output-file=.config/constraints.txt --strip-extras --unsafe-package=ansible-dev-tools --unsafe-package=distribute --unsafe-package=pip --unsafe-package=setuptools .config/requirements.in pyproject.toml
#
ansible-builder==3.1.0
ansible-compat==24.9.1
ansible-compat>=24.10.0
ansible-core==2.17.6
ansible-creator==24.11.0
ansible-dev-environment==24.9.0
Expand Down
2 changes: 1 addition & 1 deletion .config/requirements-lock.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# pip-compile --constraint=.config/constraints.txt --extra=server --no-annotate --output-file=.config/requirements-lock.txt --strip-extras --unsafe-package=distribute --unsafe-package=pip --unsafe-package=setuptools .config/requirements.in pyproject.toml
#
ansible-builder==3.1.0
ansible-compat==24.9.1
ansible-compat>=24.10.0
ansible-core==2.17.6
ansible-creator==24.11.0
ansible-dev-environment==24.9.0
Expand Down

0 comments on commit 50f0181

Please sign in to comment.