diff --git a/poetry.lock b/poetry.lock index 8586601..5f59a27 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2,17 +2,17 @@ [[package]] name = "ansible" -version = "10.3.0" +version = "10.4.0" description = "Radically simple IT automation" optional = false python-versions = ">=3.10" files = [ - {file = "ansible-10.3.0-py3-none-any.whl", hash = "sha256:a8ef380d6e5eed2078059bb3a8b2470c66e748c4e8644ec7b77f66ced94d202b"}, - {file = "ansible-10.3.0.tar.gz", hash = "sha256:6144fb4bc785f917f86b1b0b6eadc9b894e9751ff9e9a7875afcfa2f74581ffd"}, + {file = "ansible-10.4.0-py3-none-any.whl", hash = "sha256:cb386e75214bc5420b5ab412bfb64fb196c20559738e0f091892852aa5f5c177"}, + {file = "ansible-10.4.0.tar.gz", hash = "sha256:5c12048831a6690fc865dfe03dc8ab61c3ba08b5d01b249a16b247ad99a60bc0"}, ] [package.dependencies] -ansible-core = ">=2.17.3,<2.18.0" +ansible-core = ">=2.17.4,<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.17.3" +version = "2.17.4" description = "Radically simple IT automation" optional = false python-versions = ">=3.10" files = [ - {file = "ansible_core-2.17.3-py3-none-any.whl", hash = "sha256:71e5c93729cc5bf09ecdf0cac675685fd345d1571312409029bf842420850f23"}, - {file = "ansible_core-2.17.3.tar.gz", hash = "sha256:917557065339fe36e7078e9bea47eefab6d6877f3bd435fa5f0d766d04c58485"}, + {file = "ansible_core-2.17.4-py3-none-any.whl", hash = "sha256:a36c9ab8e84d5d51f9fffe389d6ac7e81c8d0df6af8c12429ddbb71e8d69b21e"}, + {file = "ansible_core-2.17.4.tar.gz", hash = "sha256:44a1f30076796536ba2455cad18d36e62870f04e632e3ca2ebe970d7beacf24d"}, ] [package.dependencies] @@ -1704,4 +1704,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "<3.11,>=3.10" -content-hash = "f7dc6a864337b1c1bfea2536cd105f9bab0a40a0c3795e49eae5495d967c066c" +content-hash = "905af227acbe17a3f85a81aa62fa73c0c0d7281ea6a862dda2dd8a5dcce5cf3e" diff --git a/pyproject.toml b/pyproject.toml index 8263347..a2b80dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ package-mode = false [tool.poetry.dependencies] python = "<3.11,>=3.10" -ansible = "^10.3.0" +ansible = "^10.4.0" [tool.poetry.group.dev.dependencies] pre-commit = "^3.8.0"