diff --git a/orchestration/deploy-go-carbon-neutral/poetry.lock b/orchestration/deploy-go-carbon-neutral/poetry.lock index c95107a..e0ed26b 100644 --- a/orchestration/deploy-go-carbon-neutral/poetry.lock +++ b/orchestration/deploy-go-carbon-neutral/poetry.lock @@ -1,17 +1,17 @@ [[package]] name = "ansible" -version = "2.10.7" +version = "4.2.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.2,<2.12" [[package]] -name = "ansible-base" -version = "2.10.15" +name = "ansible-core" +version = "2.11.6" 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 = "boto3" @@ -164,6 +165,20 @@ category = "main" optional = false python-versions = ">=3.6" +[[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 = "s3transfer" version = "0.5.0" @@ -202,14 +217,14 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "a1a80ed1276e0455cf15f2fb85a3eba1a2c31ee269111b945858240199febb28" +content-hash = "eb60d945392d8568d0599b40ee5dad7d5da76862684063ec2972b4ca12874fdb" [metadata.files] ansible = [ - {file = "ansible-2.10.7.tar.gz", hash = "sha256:9ff024500116d53c460cb09ea92e3c9404119f100d1d1ff0de69a9dafca561d5"}, + {file = "ansible-4.2.0.tar.gz", hash = "sha256:737d819ffbd7a80c28795b4edd93e59ad21e6e6d53af0d19f57412814f9260d0"}, ] -ansible-base = [ - {file = "ansible-base-2.10.15.tar.gz", hash = "sha256:4478818ba821dba143e123568ec5d317dc8fa4ac6e1513f7a501734e52976bff"}, +ansible-core = [ + {file = "ansible-core-2.11.6.tar.gz", hash = "sha256:93d50283c7c5b476debf83dc089b3f679b939a8b9a7b5d628d28daafbb3d303a"}, ] boto3 = [ {file = "boto3-1.20.18-py3-none-any.whl", hash = "sha256:06ec67884fe9a24a95562d83c5defe4fd3b71ee6065a63de67335b443c376532"}, @@ -424,6 +439,10 @@ pyyaml = [ {file = "PyYAML-6.0-cp39-cp39-win_amd64.whl", hash = "sha256:b3d267842bf12586ba6c734f89d1f5b871df0273157918b0ccefa29deb05c21c"}, {file = "PyYAML-6.0.tar.gz", hash = "sha256:68fb519c14306fec9720a2a5b45bc9f0c8d1b9c72adf45c37baedfcd949c35a2"}, ] +resolvelib = [ + {file = "resolvelib-0.5.5-py2.py3-none-any.whl", hash = "sha256:b0143b9d074550a6c5163a0f587e49c49017434e3cdfe853941725f5455dd29c"}, + {file = "resolvelib-0.5.5.tar.gz", hash = "sha256:123de56548c90df85137425a3f51eb93df89e2ba719aeb6a8023c032758be950"}, +] s3transfer = [ {file = "s3transfer-0.5.0-py3-none-any.whl", hash = "sha256:9c1dc369814391a6bda20ebbf4b70a0f34630592c9aa520856bf384916af2803"}, {file = "s3transfer-0.5.0.tar.gz", hash = "sha256:50ed823e1dc5868ad40c8dc92072f757aa0e653a192845c94a3b676f4a62da4c"}, diff --git a/orchestration/deploy-go-carbon-neutral/pyproject.toml b/orchestration/deploy-go-carbon-neutral/pyproject.toml index a7cab0f..77fe1a9 100644 --- a/orchestration/deploy-go-carbon-neutral/pyproject.toml +++ b/orchestration/deploy-go-carbon-neutral/pyproject.toml @@ -6,7 +6,7 @@ authors = ["mattjmcnaughton "] [tool.poetry.dependencies] python = "^3.8" -ansible = "^2.9" +ansible = "^4.2" boto3 = "^1.20.18" [tool.poetry.dev-dependencies]