Skip to content

Commit

Permalink
Update dependency ansible to v9.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 27, 2024
1 parent 8c5a7f1 commit c98eabc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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.4.0
ENV ANSIBLE_VERSION=9.5.1

RUN set -eux; \
apt-get update; \
Expand Down
10 changes: 5 additions & 5 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.4.0"
ansible = "9.5.1"
Flask = "3.0.3"
Flask-Injector = "0.15.0"
gunicorn = "21.2.0"
Expand Down

0 comments on commit c98eabc

Please sign in to comment.