From 62566462d37363afe8f39b2f0396bd6bb5c9fa77 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 09:22:37 +0000 Subject: [PATCH] fix(deps): update dependency ansible to v10 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- poetry.lock | 16 ++++++++-------- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index 6fc1a121c..24d2efe2f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2,27 +2,27 @@ [[package]] name = "ansible" -version = "9.9.0" +version = "10.3.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.3.0-py3-none-any.whl", hash = "sha256:a8ef380d6e5eed2078059bb3a8b2470c66e748c4e8644ec7b77f66ced94d202b"}, + {file = "ansible-10.3.0.tar.gz", hash = "sha256:6144fb4bc785f917f86b1b0b6eadc9b894e9751ff9e9a7875afcfa2f74581ffd"}, ] [package.dependencies] -ansible-core = ">=2.16.10,<2.17.0" +ansible-core = ">=2.17.3,<2.18.0" [[package]] name = "ansible-core" -version = "2.16.10" +version = "2.17.3" 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.3-py3-none-any.whl", hash = "sha256:71e5c93729cc5bf09ecdf0cac675685fd345d1571312409029bf842420850f23"}, + {file = "ansible_core-2.17.3.tar.gz", hash = "sha256:917557065339fe36e7078e9bea47eefab6d6877f3bd435fa5f0d766d04c58485"}, ] [package.dependencies] @@ -535,4 +535,4 @@ testing = ["coverage (>=6.2)", "coverage-enable-subprocess (>=1)", "flaky (>=3.7 [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "b9487da57df9f5db6dedff5a741a19002b20eb71fdd81b8306dec0e4faf08948" +content-hash = "9ce75604a6bc19f408169f0efd6c55241eeed068f67b05a3525054846e0ffd7b" diff --git a/pyproject.toml b/pyproject.toml index ad55a9665..cad811026 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ authors = ["Nicolas Lamirault "] [tool.poetry.dependencies] python = "^3.11" -ansible = "^9.0.0" +ansible = "^10.0.0" pre-commit = "^3.0.0" [tool.poetry.dev-dependencies]