diff --git a/poetry.lock b/poetry.lock index 9a9964b..dae50e8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,13 +1,13 @@ [[package]] name = "ansible" -version = "6.2.0" +version = "6.3.0" description = "Radically simple IT automation" category = "main" optional = false python-versions = ">=3.8" [package.dependencies] -ansible-core = ">=2.13.2,<2.14.0" +ansible-core = ">=2.13.3,<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.13.2" +version = "2.13.3" description = "Radically simple IT automation" category = "main" optional = false @@ -716,20 +716,20 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>= [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "85678b9248a11283b27c4b8c825a6c752cc9f3ab9c2f8b3e93deafaf5ee162d4" +content-hash = "6e1517fbf6dc823c2a9847fa314a9ab6f976ff915b75a130fc65d9cfe36c3b77" [metadata.files] ansible = [ - {file = "ansible-6.2.0-py3-none-any.whl", hash = "sha256:20625109c4e9c79e9e23bff6d1e32a780d13935007369111261a7ddfd3cf75b1"}, - {file = "ansible-6.2.0.tar.gz", hash = "sha256:bdaf2b2fd926ff189fbde2fefe7234733f32c36fc413033fa5d93945fbdc06a6"}, + {file = "ansible-6.3.0-py3-none-any.whl", hash = "sha256:74f5c3bd7441dcdb7cace8a3c2a44b0be7002be346bf8137e5c67fd8ba743fd3"}, + {file = "ansible-6.3.0.tar.gz", hash = "sha256:d5fa9fc15a8d45c8d5247a9645b0b48f995d735b12c4da655666d48506273526"}, ] 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.13.2.tar.gz", hash = "sha256:b779d0e55a97717c0ee5e86b486aa67c07c2809ef477be2ac84ad091a8dd2ddb"}, - {file = "ansible_core-2.13.2-py3-none-any.whl", hash = "sha256:331b869cf3bf9bab875f62b9a8586257bbcfb95b1db6c8d43424d70804996143"}, + {file = "ansible-core-2.13.3.tar.gz", hash = "sha256:eec5042530ff1c0c8d13a36fa047c6dd9157efeefd464a856b4ce38be4cd1988"}, + {file = "ansible_core-2.13.3-py3-none-any.whl", hash = "sha256:449dbcfbfe18e4f23dec0c29b9aa60d76d205657a8e136484f4edea49faf7614"}, ] ansible-lint = [ {file = "ansible-lint-6.5.1.tar.gz", hash = "sha256:b02c5222450c469196c9cc28d3128e50f6bcf9549d5dd15c3cfbf47c70b5b06e"}, diff --git a/pyproject.toml b/pyproject.toml index 35bb952..9154963 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ license = "Apache-2.0" [tool.poetry.dependencies] python = "^3.8" -ansible = "^6.2.0" +ansible = "^6.3.0" [tool.poetry.dev-dependencies] ansible-lint = "^6.5.1"