From c382d93919412b88efc028b4754cac7b7f807b98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Dec 2021 17:02:20 +0000 Subject: [PATCH] Bump ansible from 3.0.0 to 4.10.0 Bumps [ansible](https://github.com/ansible/ansible) from 3.0.0 to 4.10.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 | 35 +++++++++++++++++++++++++++-------- pyproject.toml | 2 +- 2 files changed, 28 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index 37e73c2..baea9bc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,17 +1,17 @@ [[package]] name = "ansible" -version = "3.0.0" +version = "4.10.0" description = "Radically simple IT automation" category = "main" optional = false python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*" [package.dependencies] -ansible-base = ">=2.10.5,<2.11" +ansible-core = ">=2.11.7,<2.12.0" [[package]] -name = "ansible-base" -version = "2.10.5" +name = "ansible-core" +version = "2.11.7" description = "Radically simple IT automation" category = "main" optional = false @@ -22,6 +22,7 @@ cryptography = "*" jinja2 = "*" packaging = "*" PyYAML = "*" +resolvelib = ">=0.5.3,<0.6.0" [[package]] name = "ansible-lint" @@ -193,6 +194,20 @@ category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" +[[package]] +name = "resolvelib" +version = "0.5.5" +description = "Resolve abstract dependencies into concrete ones" +category = "main" +optional = false +python-versions = "*" + +[package.extras] +examples = ["html5lib", "packaging", "pygraphviz", "requests"] +lint = ["black", "flake8"] +release = ["setl", "towncrier"] +test = ["commentjson", "packaging", "pytest"] + [[package]] name = "rich" version = "9.11.0" @@ -264,14 +279,14 @@ bracex = ">=2.1.1" [metadata] lock-version = "1.1" python-versions = "^3.6" -content-hash = "daee575be7dfb8725074a6c9915e60260e06863d07b425cd428d1e175a226ee6" +content-hash = "5499b16e0eaa82362d74fa43b6434465800b725812ecac08bf1db777ba011845" [metadata.files] ansible = [ - {file = "ansible-3.0.0.tar.gz", hash = "sha256:843aa807813318b0c8a6684a2895c74a4ccfb3c01d2bb41a53856b2434ebaaec"}, + {file = "ansible-4.10.0.tar.gz", hash = "sha256:88af9479e81a3931bb3a1b8c4eeb252cd4f38c03daafd6a5aa120d6b0d70d45c"}, ] -ansible-base = [ - {file = "ansible-base-2.10.5.tar.gz", hash = "sha256:33ae323923b841f3d822f355380ce7c92610440362efeed67b4b39db41e555af"}, +ansible-core = [ + {file = "ansible-core-2.11.7.tar.gz", hash = "sha256:b87188beacfac1bb6dc5cf65663f3c52e66e0f9990742db00a3dca71ebae2eee"}, ] ansible-lint = [ {file = "ansible-lint-5.0.2.tar.gz", hash = "sha256:be0b7f2aa368cd33da38dfc8d7d4b26c166ea3b6db9770eeab97530533258f8e"}, @@ -446,6 +461,10 @@ pyyaml = [ {file = "PyYAML-5.3-cp38-cp38-win_amd64.whl", hash = "sha256:cb1f2f5e426dc9f07a7681419fe39cee823bb74f723f36f70399123f439e9b20"}, {file = "PyYAML-5.3.tar.gz", hash = "sha256:e9f45bd5b92c7974e59bcd2dcc8631a6b6cc380a904725fce7bc08872e691615"}, ] +resolvelib = [ + {file = "resolvelib-0.5.5-py2.py3-none-any.whl", hash = "sha256:b0143b9d074550a6c5163a0f587e49c49017434e3cdfe853941725f5455dd29c"}, + {file = "resolvelib-0.5.5.tar.gz", hash = "sha256:123de56548c90df85137425a3f51eb93df89e2ba719aeb6a8023c032758be950"}, +] rich = [ {file = "rich-9.11.0-py3-none-any.whl", hash = "sha256:a8ee22199562278d2f78148cacb2f9460ccac362cd4a40f705505b41daae60e0"}, {file = "rich-9.11.0.tar.gz", hash = "sha256:f8f08fdac6bd67dc2dd7fe976da702d748487aa9eb5d050c48b2321bc67ed659"}, diff --git a/pyproject.toml b/pyproject.toml index dbcdad7..8bcbbb0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = "MIT" [tool.poetry.dependencies] python = "^3.6" -ansible = "^3.0.0" +ansible = "^4.10.0" [tool.poetry.dev-dependencies] ansible-lint = "^5.0.2"