Skip to content

Commit

Permalink
Update dependency ansible to v9.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 11, 2024
1 parent 1866107 commit c4814fb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM python:3.13-slim

# renovate: datasource=pypi depName=ansible
ENV ANSIBLE_VERSION=9.10.0
ENV ANSIBLE_VERSION=9.11.0

RUN set -eux; \
apt-get update; \
Expand Down
16 changes: 8 additions & 8 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ package-mode = false
[tool.poetry.dependencies]
python = "^3.12"

ansible = "9.10.0"
ansible = "9.11.0"
Flask = "3.0.3"
Flask-Injector = "0.15.0"
gunicorn = "21.2.0"
Expand Down

0 comments on commit c4814fb

Please sign in to comment.