From c4814fbcbb8d6efc465a4fa799aa7a99aa4ae060 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 19:00:04 +0000 Subject: [PATCH] Update dependency ansible to v9.11.0 --- Dockerfile | 2 +- poetry.lock | 16 ++++++++-------- pyproject.toml | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Dockerfile b/Dockerfile index 46c6451..d8ca4e7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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; \ diff --git a/poetry.lock b/poetry.lock index 4499d8a..6dfede6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -13,27 +13,27 @@ files = [ [[package]] name = "ansible" -version = "9.10.0" +version = "9.11.0" description = "Radically simple IT automation" optional = false python-versions = ">=3.10" files = [ - {file = "ansible-9.10.0-py3-none-any.whl", hash = "sha256:44b3f52efe3469787e8dbaaa36abd46de80549ee5431ccecbefc7f36504f4932"}, - {file = "ansible-9.10.0.tar.gz", hash = "sha256:4f2905dd2f07241ce106f7bc930e4598f1187bfa9aaa8365663d0a7b6f3243a6"}, + {file = "ansible-9.11.0-py3-none-any.whl", hash = "sha256:f020203e7fef46cadb3d2d0981c812815c98d3c8693dd64efc48153cf88c1722"}, + {file = "ansible-9.11.0.tar.gz", hash = "sha256:9083c4c9ded17d6cb2562002801834422fcc459da3c27dc1420777f629f10817"}, ] [package.dependencies] -ansible-core = ">=2.16.11,<2.17.0" +ansible-core = ">=2.16.12,<2.17.0" [[package]] name = "ansible-core" -version = "2.16.11" +version = "2.16.12" description = "Radically simple IT automation" optional = false python-versions = ">=3.10" files = [ - {file = "ansible_core-2.16.11-py3-none-any.whl", hash = "sha256:c893621b4cafd9f3906dcd4df097e10e7ccf4270dbbbf56ceadbd12b03cca133"}, - {file = "ansible_core-2.16.11.tar.gz", hash = "sha256:573829ccf4ca925816bf6b64860c86a986365b8b5d8861de82e319b63287e553"}, + {file = "ansible_core-2.16.12-py3-none-any.whl", hash = "sha256:3091cc070c07de3441ef1afe57ec78ae2569989bfe6cef18eada4f065df3e3d7"}, + {file = "ansible_core-2.16.12.tar.gz", hash = "sha256:5b594cf5fda0d49d5f21448e4b708c1859f61713bfa6fb85674dbbb0a44af1be"}, ] [package.dependencies] @@ -1007,4 +1007,4 @@ watchdog = ["watchdog (>=2.3)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "8b5687b83899e639d6f7974acf499bfa24844491995b82b46a770572e073a10f" +content-hash = "bcefba48f1e11f29123a71734044610631a0682517eb8649027918fc0fe5496a" diff --git a/pyproject.toml b/pyproject.toml index 786818f..a5e3271 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"