From 21c8f4e2c60d6476f7964139a09e68d823b0cf98 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 12:18:47 +0000 Subject: [PATCH] Update dependency ansible to v10 --- Dockerfile | 2 +- poetry.lock | 16 ++++++++-------- pyproject.toml | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Dockerfile b/Dockerfile index be70425..e25f6c4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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; \ diff --git a/poetry.lock b/poetry.lock index dc1eb37..d1e1714 100644 --- a/poetry.lock +++ b/poetry.lock @@ -13,27 +13,27 @@ files = [ [[package]] name = "ansible" -version = "9.6.1" +version = "10.1.0" description = "Radically simple IT automation" optional = false python-versions = ">=3.10" files = [ - {file = "ansible-9.6.1-py3-none-any.whl", hash = "sha256:75ff4c28f8708475b5590f28c2e0a296fb6bee297b16b1bb39e93533203f69e4"}, - {file = "ansible-9.6.1.tar.gz", hash = "sha256:b93a446819387a4bfaf5f2caaa37d508539e169e20bde49bb3fa4f94f32b528c"}, + {file = "ansible-10.1.0-py3-none-any.whl", hash = "sha256:05b761c4628a0fc216478a5e3c111613c61fd13280846fa84843a63c36c7b1b6"}, + {file = "ansible-10.1.0.tar.gz", hash = "sha256:7d8c44557f570687306e19d0e3296ad230593cb12bda35dcfc9274a6063af22a"}, ] [package.dependencies] -ansible-core = ">=2.16.7,<2.17.0" +ansible-core = ">=2.17.1,<2.18.0" [[package]] name = "ansible-core" -version = "2.16.7" +version = "2.17.1" description = "Radically simple IT automation" optional = false python-versions = ">=3.10" files = [ - {file = "ansible_core-2.16.7-py3-none-any.whl", hash = "sha256:3e1b0ed76ff40d8722f1b5bf19348b95ff226ef5157f7afd720e3da1369a4a6e"}, - {file = "ansible_core-2.16.7.tar.gz", hash = "sha256:a8c8f4facba30514571d47abec5c62a5768b86fef3d80d724911c8f20b7b34b7"}, + {file = "ansible_core-2.17.1-py3-none-any.whl", hash = "sha256:aaaccf6a9fe05968821a02079c5ec4c33a7fe5f02d9f5d94f7c3a69f71eab675"}, + {file = "ansible_core-2.17.1.tar.gz", hash = "sha256:46449d71bbd17c3ce85fe379721d88d333fd23637b5c3798e83fae5fa38def00"}, ] [package.dependencies] @@ -981,4 +981,4 @@ watchdog = ["watchdog (>=2.3)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "970f4026abbb37a1733c169fc24990dd41046a722bc5b8e0c2987351aa39b24c" +content-hash = "e6a4b73ab64a0082bbbcd16727364a537cf828ba0d055d3305cef95e91c3e92e" diff --git a/pyproject.toml b/pyproject.toml index d6d582b..a53295e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"