From 0a03cdcac8fa63bd08fe3b03a85ba9d910371550 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 20:07:54 +0000 Subject: [PATCH] build(deps): bump ansible from 8.6.1 to 9.0.1 Bumps [ansible](https://github.com/ansible-community/ansible-build-data) from 8.6.1 to 9.0.1. - [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/8.6.1...9.0.1) --- updated-dependencies: - dependency-name: ansible dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 20 ++++++++++---------- pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/poetry.lock b/poetry.lock index d6c762b..a54ca93 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2,17 +2,17 @@ [[package]] name = "ansible" -version = "8.6.1" +version = "9.0.1" description = "Radically simple IT automation" optional = false -python-versions = ">=3.9" +python-versions = ">=3.10" files = [ - {file = "ansible-8.6.1-py3-none-any.whl", hash = "sha256:222735c32d2d2749f207e55ef740638bb97c7aaaa8b63bb7c7592d447da47584"}, - {file = "ansible-8.6.1.tar.gz", hash = "sha256:18b397580c1f05ce5de1fe238508dd81218d278667956d2f7709320176c3ed4a"}, + {file = "ansible-9.0.1-py3-none-any.whl", hash = "sha256:4e758da22ff7a95ed2ab30cef12860407be68f65527af66a5b828739f634415a"}, + {file = "ansible-9.0.1.tar.gz", hash = "sha256:cc06c251f142837cf540b7977724596a94f3d0fe9da9619175e9de6539cd0705"}, ] [package.dependencies] -ansible-core = ">=2.15.6,<2.16.0" +ansible-core = ">=2.16.0,<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.15.6" +version = "2.16.0" description = "Radically simple IT automation" optional = false -python-versions = ">=3.9" +python-versions = ">=3.10" files = [ - {file = "ansible-core-2.15.6.tar.gz", hash = "sha256:351278fb8685fec1d645e2ddcfdca0c73456ff1db06426b86b6dd53774f7d7ba"}, - {file = "ansible_core-2.15.6-py3-none-any.whl", hash = "sha256:fab3a5994482991274cae17500ca852007dbd76f564418f172f07cb00edbb293"}, + {file = "ansible-core-2.16.0.tar.gz", hash = "sha256:b4a6c60fbc2f51e3ae68ec733c931ef957a04d7c8c92aa39242990b0f8adf149"}, + {file = "ansible_core-2.16.0-py3-none-any.whl", hash = "sha256:6b4870ac65b708953e1509b8ccca669731a17d2beadabd8208c9f90d189058ca"}, ] [package.dependencies] @@ -1561,4 +1561,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "sphinx"] [metadata] lock-version = "2.0" python-versions = "^3.11.1" -content-hash = "2a1ba611ba52577951bef2c447180f7358c40ced5317a8e2b199442cf6c06526" +content-hash = "61cab26da40c0d0cf84f9ee07271d0014f00b251ec38cf7175dcc27d4f5c97de" diff --git a/pyproject.toml b/pyproject.toml index f10a8f2..748e543 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = "MIT" [tool.poetry.dependencies] python = "^3.11.1" -ansible = "^8.6.1" +ansible = "^9.0.1" # For use of `manifest` in galaxy.xml distlib = "^0.3.7"