From cfc3d6b0cf423f6f5b31de124bd2dc6a52acd09d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Jul 2022 05:03:41 +0000 Subject: [PATCH] Bump ansible from 5.9.0 to 6.1.0 Bumps [ansible](/~https://github.com/ansible/ansible) from 5.9.0 to 6.1.0. - [Release notes](/~https://github.com/ansible/ansible/releases) - [Commits](/~https://github.com/ansible/ansible/commits) --- 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, 12 insertions(+), 10 deletions(-) diff --git a/poetry.lock b/poetry.lock index fb4939b..bb04ce4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,13 +1,13 @@ [[package]] name = "ansible" -version = "5.9.0" +version = "6.1.0" description = "Radically simple IT automation" category = "main" optional = false python-versions = ">=3.8" [package.dependencies] -ansible-core = ">=2.12.6,<2.13.0" +ansible-core = ">=2.13.1,<2.14.0" [[package]] name = "ansible-compat" @@ -28,7 +28,7 @@ test = ["coverage", "flaky", "pip-tools", "pytest", "pytest-markdown", "pytest-m [[package]] name = "ansible-core" -version = "2.12.6" +version = "2.13.2" description = "Radically simple IT automation" category = "main" optional = false @@ -36,10 +36,10 @@ python-versions = ">=3.8" [package.dependencies] cryptography = "*" -jinja2 = "*" +jinja2 = ">=3.0.0" packaging = "*" -PyYAML = "*" -resolvelib = ">=0.5.3,<0.6.0" +PyYAML = ">=5.1" +resolvelib = ">=0.5.3,<0.9.0" [[package]] name = "ansible-lint" @@ -748,18 +748,20 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "c5ea9302c1cd4f3373b8f137ddca4935319546eba17c8026080dd70426ae3b6c" +content-hash = "d1a693de48bc44d23d10adb87643c9806cdb5ba0942eb07a2aacd6c4b629c1b8" [metadata.files] ansible = [ - {file = "ansible-5.9.0.tar.gz", hash = "sha256:6f2f762fca6cff0401a6d2119b8ba3b2f111ea1a93fd203c86df09bc75570f18"}, + {file = "ansible-6.1.0-py3-none-any.whl", hash = "sha256:52c89558d4ab8238828f1b98f653b148738065895cefbef9c174beb663bea3a0"}, + {file = "ansible-6.1.0.tar.gz", hash = "sha256:91e4b23945f190aaa123c6ba4f8accb8e7f8905991bd3bb19b89afbdca456822"}, ] ansible-compat = [ {file = "ansible-compat-2.2.0.tar.gz", hash = "sha256:676db8ec0449d1f07038625b8ebb8ceef5f8ad3a1af3ee82d4ed66b9b04cb6fa"}, {file = "ansible_compat-2.2.0-py3-none-any.whl", hash = "sha256:ce69a67785ae96e8962794a47494339991a0ae242ab5dd14a76ee2137d09072e"}, ] ansible-core = [ - {file = "ansible-core-2.12.6.tar.gz", hash = "sha256:5f366e851159d8f72ce68d32b8c0edda56ee537c01e9f68eca382bd1510af65d"}, + {file = "ansible-core-2.13.2.tar.gz", hash = "sha256:b779d0e55a97717c0ee5e86b486aa67c07c2809ef477be2ac84ad091a8dd2ddb"}, + {file = "ansible_core-2.13.2-py3-none-any.whl", hash = "sha256:331b869cf3bf9bab875f62b9a8586257bbcfb95b1db6c8d43424d70804996143"}, ] ansible-lint = [ {file = "ansible-lint-6.3.0.tar.gz", hash = "sha256:f57f520ae5d810ce062157dc7d633990ad2fbec81bbbb34ccc4ce3a0c21fcd38"}, diff --git a/pyproject.toml b/pyproject.toml index 866cd63..d75c57b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ license = "Apache-2.0" [tool.poetry.dependencies] python = "^3.8" -ansible = "^5.9.0" +ansible = "^6.1.0" [tool.poetry.dev-dependencies] ansible-lint = "^6.3.0"