From 3ac8658251d452cd745657dbc0c3de3efe5ffd26 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 20:17:13 +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 02d8988..1ab53fa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM python:3.12-slim # renovate: datasource=pypi depName=ansible -ENV ANSIBLE_VERSION=9.9.0 +ENV ANSIBLE_VERSION=10.4.0 RUN set -eux; \ apt-get update; \ diff --git a/poetry.lock b/poetry.lock index babda07..d3f328a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -13,27 +13,27 @@ files = [ [[package]] name = "ansible" -version = "9.9.0" +version = "10.4.0" description = "Radically simple IT automation" optional = false python-versions = ">=3.10" files = [ - {file = "ansible-9.9.0-py3-none-any.whl", hash = "sha256:564cb4417fdeb38d7db955deaa0693df9b824af3c384b8a245ec594cee1babec"}, - {file = "ansible-9.9.0.tar.gz", hash = "sha256:d4a858c55fab0f9746ee559a230a302b3d29673c4e673450556f00ba912577ce"}, + {file = "ansible-10.4.0-py3-none-any.whl", hash = "sha256:cb386e75214bc5420b5ab412bfb64fb196c20559738e0f091892852aa5f5c177"}, + {file = "ansible-10.4.0.tar.gz", hash = "sha256:5c12048831a6690fc865dfe03dc8ab61c3ba08b5d01b249a16b247ad99a60bc0"}, ] [package.dependencies] -ansible-core = ">=2.16.10,<2.17.0" +ansible-core = ">=2.17.4,<2.18.0" [[package]] name = "ansible-core" -version = "2.16.10" +version = "2.17.4" description = "Radically simple IT automation" optional = false python-versions = ">=3.10" files = [ - {file = "ansible_core-2.16.10-py3-none-any.whl", hash = "sha256:230bd77556b2f0d89f876effe6d157de084ced9f5f5eb982a1624bb7fc3f15dd"}, - {file = "ansible_core-2.16.10.tar.gz", hash = "sha256:a8b38790a67afb02f49e94f1fcdaafcf474c9567959233bcd711986acc7d4884"}, + {file = "ansible_core-2.17.4-py3-none-any.whl", hash = "sha256:a36c9ab8e84d5d51f9fffe389d6ac7e81c8d0df6af8c12429ddbb71e8d69b21e"}, + {file = "ansible_core-2.17.4.tar.gz", hash = "sha256:44a1f30076796536ba2455cad18d36e62870f04e632e3ca2ebe970d7beacf24d"}, ] [package.dependencies] @@ -1007,4 +1007,4 @@ watchdog = ["watchdog (>=2.3)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "73ef8908e068bf63c5f3dfa2152cefe7b7aa08e2afed49f69b7789edd5cc0a4e" +content-hash = "05f8d33ce86ada7fce94ac95d9c8c823f5b306bfb930751620c3285c053d69c6" diff --git a/pyproject.toml b/pyproject.toml index e54e303..ba820eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ package-mode = false [tool.poetry.dependencies] python = "^3.12" -ansible = "9.9.0" +ansible = "10.4.0" Flask = "3.0.3" Flask-Injector = "0.15.0" gunicorn = "21.2.0"