From 1ead7aa6838cc393f5a8b29d16f92beb4a610325 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 15:18:15 +0000 Subject: [PATCH] chore(deps): bump ansible in the python-production group Bumps the python-production group with 1 update: [ansible](https://github.com/ansible-community/ansible-build-data). Updates `ansible` from 9.6.0 to 9.8.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/9.6.0...9.8.0) --- updated-dependencies: - dependency-name: ansible dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-production ... 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 b10a701..038db6b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2,17 +2,17 @@ [[package]] name = "ansible" -version = "9.6.0" +version = "9.8.0" description = "Radically simple IT automation" optional = false python-versions = ">=3.10" files = [ - {file = "ansible-9.6.0-py3-none-any.whl", hash = "sha256:8c0ffdc8dd58a22d709a5ac567bc62f17e689fb37bbf202788548c3d226631e0"}, - {file = "ansible-9.6.0.tar.gz", hash = "sha256:58732a4ad74a746d299ecfa48b7a91cb217e2c0bd3a44493f2d9f29af2f3ab61"}, + {file = "ansible-9.8.0-py3-none-any.whl", hash = "sha256:983e8d62abac88c18dbc5bc44cc81783c3ce5901fd81dc17310ace4b0d15223d"}, + {file = "ansible-9.8.0.tar.gz", hash = "sha256:73e128d51bdb431dffb100c8fe7ecd03c8be11138816424d99d2447f69a2219b"}, ] [package.dependencies] -ansible-core = ">=2.16.7,<2.17.0" +ansible-core = ">=2.16.9,<2.17.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.16.7" +version = "2.16.9" 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.16.9-py3-none-any.whl", hash = "sha256:37766b0a298f3295408c9713320242d38b42f7e449c8ca2bfb23b3aec4d6dd11"}, + {file = "ansible_core-2.16.9.tar.gz", hash = "sha256:0c761a5e1df15bbc497ccf66d10f0e4c20f148dc6f9aac40b63390f83d8c33f1"}, ] [package.dependencies] @@ -1391,4 +1391,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "a59be28a1444815cd7a03a15ee4c9c31235842739e0e568b4bfb4eca04fcf578" +content-hash = "7b457374feace9f56c574ae3c37a254b5567ba19e4109335e687238b2aebd10b" diff --git a/pyproject.toml b/pyproject.toml index cf1d1a9..98f9264 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = "MIT" [tool.poetry.dependencies] python = "^3.12" -ansible = "^9.6.0" +ansible = "^9.8.0" [tool.poetry.group.dev.dependencies] ansible-lint = { version = "^24.7.0", markers = "platform_system != 'Windows'" }