Skip to content

Commit

Permalink
Update dependency ansible to v10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 21, 2024
1 parent 26ff132 commit 21c8f4e
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.12-slim

# renovate: datasource=pypi depName=ansible
ENV ANSIBLE_VERSION=9.6.1
ENV ANSIBLE_VERSION=10.1.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.6.1"
ansible = "10.1.0"
Flask = "3.0.3"
Flask-Injector = "0.15.0"
gunicorn = "21.2.0"
Expand Down

0 comments on commit 21c8f4e

Please sign in to comment.