diff --git a/poetry.lock b/poetry.lock index 5d3fb82..582323f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2,17 +2,17 @@ [[package]] name = "ansible" -version = "9.6.1" +version = "10.0.1" description = "Radically simple IT automation" optional = false python-versions = ">=3.10" files = [ - {file = "ansible-9.6.1-py3-none-any.whl", hash = "sha256:75ff4c28f8708475b5590f28c2e0a296fb6bee297b16b1bb39e93533203f69e4"}, - {file = "ansible-9.6.1.tar.gz", hash = "sha256:b93a446819387a4bfaf5f2caaa37d508539e169e20bde49bb3fa4f94f32b528c"}, + {file = "ansible-10.0.1-py3-none-any.whl", hash = "sha256:3134f502173fff84f323e988ded2dc1b0bebdf08d4a9f74d582c4faea00ef03b"}, + {file = "ansible-10.0.1.tar.gz", hash = "sha256:b2ab79d54883837f3c5b9b95fd779dff76e5fc5d9ef8555c969575ed24f9f2e1"}, ] [package.dependencies] -ansible-core = ">=2.16.7,<2.17.0" +ansible-core = ">=2.17.0,<2.18.0" [[package]] name = "ansible-compat" @@ -38,13 +38,13 @@ test = ["coverage", "pip-tools", "pytest (>=7.2.0)", "pytest-mock", "pytest-plus [[package]] name = "ansible-core" -version = "2.16.7" +version = "2.17.0" description = "Radically simple IT automation" optional = false python-versions = ">=3.10" files = [ - {file = "ansible_core-2.16.7-py3-none-any.whl", hash = "sha256:3e1b0ed76ff40d8722f1b5bf19348b95ff226ef5157f7afd720e3da1369a4a6e"}, - {file = "ansible_core-2.16.7.tar.gz", hash = "sha256:a8c8f4facba30514571d47abec5c62a5768b86fef3d80d724911c8f20b7b34b7"}, + {file = "ansible_core-2.17.0-py3-none-any.whl", hash = "sha256:a5de008985cd51eb01599cf1a14d3b45f917095ac6cdab867b0d11c3f922c343"}, + {file = "ansible_core-2.17.0.tar.gz", hash = "sha256:bd16e30ecac405dac594de3e1b1b4d9cc6fa1a9f7a01a6a8d4c471b20660716d"}, ] [package.dependencies] @@ -1118,4 +1118,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "f30eafa0f072b0d4c208340c336802fe0107221ef41600ece25264e0fa95ffd9" +content-hash = "ca4610df805dfb2b635cb5183bbb1964b0164c9e62e83206a5307ae64b52cd30" diff --git a/pyproject.toml b/pyproject.toml index 94bfc08..66a8ca5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.11" -ansible = "^9.0.0" +ansible = "^10.0.0" oci-cli = "^3.31.0" ansible-lint = { version = "^24.0.0", markers = "platform_system != 'Windows'" } diff --git a/requirements.yml b/requirements.yml index 33dfac9..ba22b6f 100644 --- a/requirements.yml +++ b/requirements.yml @@ -5,4 +5,4 @@ roles: collections: - name: community.general - version: ">=8.6.0,<8.7.0" + version: ">=9.0.1,<9.1.0"