From 39dba66a02cc24da1e958fdc3dcd24e9e7ee83a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 20:28:39 +0000 Subject: [PATCH] Bump ansible from 10.0.0 to 10.2.0 Bumps [ansible](https://github.com/ansible-community/ansible-build-data) from 10.0.0 to 10.2.0. - [Changelog](https://github.com/ansible-community/ansible-build-data/blob/main/docs/release-process.md) - [Commits](https://github.com/ansible-community/ansible-build-data/compare/10.0.0...10.2.0) --- updated-dependencies: - dependency-name: ansible dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 16 ++++++++-------- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index 6eb826c..bbd7561 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2,17 +2,17 @@ [[package]] name = "ansible" -version = "10.0.0" +version = "10.2.0" description = "Radically simple IT automation" optional = false python-versions = ">=3.10" files = [ - {file = "ansible-10.0.0-py3-none-any.whl", hash = "sha256:6a3a1e819468ffb62040766495756e3d1706b210f22f6dbd29eccd378de7f219"}, - {file = "ansible-10.0.0.tar.gz", hash = "sha256:6257efa3b4989f99cf85a4f51fdf941f52e0c40b29aa3677ff07f0a3cf34b0f1"}, + {file = "ansible-10.2.0-py3-none-any.whl", hash = "sha256:2e62fc3622a439d48bee0fdcbd984ad34bdf50b47cb2dc0258f4baf61bad6ce2"}, + {file = "ansible-10.2.0.tar.gz", hash = "sha256:8aa0629ba8eced6465e2ceb49029e93d337c4a6fc5a3e6e98825c258dd6a7057"}, ] [package.dependencies] -ansible-core = ">=2.17.0,<2.18.0" +ansible-core = ">=2.17.2,<2.18.0" [[package]] name = "ansible-compat" @@ -38,13 +38,13 @@ test = ["coverage", "pip-tools", "pytest (>=7.2.0)", "pytest-mock", "pytest-plus [[package]] name = "ansible-core" -version = "2.17.0" +version = "2.17.2" description = "Radically simple IT automation" optional = false python-versions = ">=3.10" files = [ - {file = "ansible_core-2.17.0-py3-none-any.whl", hash = "sha256:a5de008985cd51eb01599cf1a14d3b45f917095ac6cdab867b0d11c3f922c343"}, - {file = "ansible_core-2.17.0.tar.gz", hash = "sha256:bd16e30ecac405dac594de3e1b1b4d9cc6fa1a9f7a01a6a8d4c471b20660716d"}, + {file = "ansible_core-2.17.2-py3-none-any.whl", hash = "sha256:d51af721c35c00308d5786878497a346ccdd764302cb793f3b6b8d60038f9a6c"}, + {file = "ansible_core-2.17.2.tar.gz", hash = "sha256:3dfa15249069ea0d001257902c968ddf9bb71d965769b8802bce85187556c5d8"}, ] [package.dependencies] @@ -1635,4 +1635,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "sphinx"] [metadata] lock-version = "2.0" python-versions = "<3.11,>=3.10" -content-hash = "b7702a1a2d8aa17eebfb4bf4a652094a391d4589bf8477ab8ac1ae6d1a8b1985" +content-hash = "32d02ba80a313d1d1dcaa4c3e1fee3d94f0e74254f5b80293741ce07e1afd31d" diff --git a/pyproject.toml b/pyproject.toml index 44b6cce..19c7958 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ documentation = "https://dev-setup.readthedocs.io" [tool.poetry.dependencies] python = "<3.11,>=3.10" -ansible = "^10.0.0" +ansible = "^10.2.0" [tool.poetry.group.dev.dependencies] pre-commit = "^3.7.1"