From cde7da87b0638fad196af36819cf2f4081acb69a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Nov 2022 16:06:16 +0000 Subject: [PATCH] Bump ansible from 6.5.0 to 6.6.0 Bumps [ansible](/~https://github.com/ansible/ansible) from 6.5.0 to 6.6.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-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 9ffaa66..2a05f69 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,13 +1,13 @@ [[package]] name = "ansible" -version = "6.5.0" +version = "6.6.0" description = "Radically simple IT automation" category = "main" optional = false python-versions = ">=3.8" [package.dependencies] -ansible-core = ">=2.13.5,<2.14.0" +ansible-core = ">=2.13.6,<2.14.0" [[package]] name = "ansible-compat" @@ -29,7 +29,7 @@ test = ["coverage", "flaky", "pip-tools", "pytest (>=7.2.0)", "pytest-mock", "py [[package]] name = "ansible-core" -version = "2.13.5" +version = "2.13.6" description = "Radically simple IT automation" category = "main" optional = false @@ -775,20 +775,20 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>= [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "9be16347174b5ac7be684222c04f67b1d9aa6903ff6b2342987b713ab46fa7e3" +content-hash = "f079dda51867af7ad31a50eb76b90eaf2e1f544c901f29486886582f815d301d" [metadata.files] ansible = [ - {file = "ansible-6.5.0-py3-none-any.whl", hash = "sha256:2cc8c9faf9351dc46d92281eb28f21be3d2faa212b20bfc05afa98946cb788de"}, - {file = "ansible-6.5.0.tar.gz", hash = "sha256:7c0cdcd1121a5f12ab2da4bdd2e14c2c153e01214bfc6a6bc156b61bd7401c5b"}, + {file = "ansible-6.6.0-py3-none-any.whl", hash = "sha256:3c6812e9af1c243b8a9e5fc6cba618449813765e609caae39a757452e2818dee"}, + {file = "ansible-6.6.0.tar.gz", hash = "sha256:e1b940a8d4f412123ede3c14b25cb99c3c8a4d535fd040aabf8e4fb7b0e4f092"}, ] ansible-compat = [ {file = "ansible-compat-2.2.4.tar.gz", hash = "sha256:6a2c3ade5005530cdfdd8e961c784b1718f17ad480a1be5a8014bff89c9c9c2e"}, {file = "ansible_compat-2.2.4-py3-none-any.whl", hash = "sha256:5589582a165a44a7ab012dabd91a28a897e63daf96ffea655b7e9db38517b648"}, ] ansible-core = [ - {file = "ansible-core-2.13.5.tar.gz", hash = "sha256:26dcd9218d5544cc15144f60bb5b634f2276e476c89f481b3f619c4f9def1588"}, - {file = "ansible_core-2.13.5-py3-none-any.whl", hash = "sha256:3d2503ede324e0e73051b14e77f732a3cb0aed2437f94608af53929d2d1d54c8"}, + {file = "ansible-core-2.13.6.tar.gz", hash = "sha256:31fe322b63290674a8f7386110df501f0044aa44890be3ab313a6e225b9a29cf"}, + {file = "ansible_core-2.13.6-py3-none-any.whl", hash = "sha256:e31fd550a5ea9423f1fc1391de6b41bb0d264a83bbfc9c7edfef0f78b7624fd3"}, ] ansible-lint = [ {file = "ansible-lint-6.8.6.tar.gz", hash = "sha256:171fe8dad62078b9819b5c74d60eb5afaa30ea9cb9c9ba8706149e56c55a9b6e"}, diff --git a/pyproject.toml b/pyproject.toml index 4d5cf6c..ca7e8de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ license = "Apache-2.0" [tool.poetry.dependencies] python = "^3.8" -ansible = "^6.5.0" +ansible = "^6.6.0" [tool.poetry.dev-dependencies] ansible-lint = "^6.8.6"