diff --git a/poetry.lock b/poetry.lock index 3c621fb..9f5ab16 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2,17 +2,17 @@ [[package]] name = "ansible" -version = "9.5.1" +version = "10.0.0" description = "Radically simple IT automation" optional = false python-versions = ">=3.10" files = [ - {file = "ansible-9.5.1-py3-none-any.whl", hash = "sha256:aed2f4208a75836a27c13555ec5d8d942fe3b089a8b1fc44e8234fadd9e649fd"}, - {file = "ansible-9.5.1.tar.gz", hash = "sha256:3c278bc9642b97fc953b2ba05b99cd80801e75bf3567dfaa1cb5131fe0ec1ecd"}, + {file = "ansible-10.0.0-py3-none-any.whl", hash = "sha256:6a3a1e819468ffb62040766495756e3d1706b210f22f6dbd29eccd378de7f219"}, + {file = "ansible-10.0.0.tar.gz", hash = "sha256:6257efa3b4989f99cf85a4f51fdf941f52e0c40b29aa3677ff07f0a3cf34b0f1"}, ] [package.dependencies] -ansible-core = ">=2.16.6,<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.6" +version = "2.17.0" description = "Radically simple IT automation" optional = false python-versions = ">=3.10" files = [ - {file = "ansible_core-2.16.6-py3-none-any.whl", hash = "sha256:f9dea5044a86fd95cc27099f4f5c3ae9beb23acf7c3b6331455726c47825922b"}, - {file = "ansible_core-2.16.6.tar.gz", hash = "sha256:111e55d358c2297ec0ce03ba98e6c5ce95947fdf50d878215eb8c183d0c275e4"}, + {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] @@ -1080,4 +1080,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "sphinx"] [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"