diff options
-rw-r--r-- | poetry.lock | 16 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 9 insertions, 9 deletions
diff --git a/poetry.lock b/poetry.lock index ce5ac08..5b074e8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2,17 +2,17 @@ [[package]] name = "ansible" -version = "9.0.1" +version = "9.1.0" description = "Radically simple IT automation" optional = false python-versions = ">=3.10" files = [ - {file = "ansible-9.0.1-py3-none-any.whl", hash = "sha256:4e758da22ff7a95ed2ab30cef12860407be68f65527af66a5b828739f634415a"}, - {file = "ansible-9.0.1.tar.gz", hash = "sha256:cc06c251f142837cf540b7977724596a94f3d0fe9da9619175e9de6539cd0705"}, + {file = "ansible-9.1.0-py3-none-any.whl", hash = "sha256:bd88f16ca4b4dadfec78723f982c0f04e5481c6be497ccb43ea3b40fded39126"}, + {file = "ansible-9.1.0.tar.gz", hash = "sha256:5ad94991fb0e0e53a770a9ffcf1b68047f61b2282d948a7d2682ecd8fb8fa1bf"}, ] [package.dependencies] -ansible-core = ">=2.16.0,<2.17.0" +ansible-core = ">=2.16.1,<2.17.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.0" +version = "2.16.1" description = "Radically simple IT automation" optional = false python-versions = ">=3.10" files = [ - {file = "ansible-core-2.16.0.tar.gz", hash = "sha256:b4a6c60fbc2f51e3ae68ec733c931ef957a04d7c8c92aa39242990b0f8adf149"}, - {file = "ansible_core-2.16.0-py3-none-any.whl", hash = "sha256:6b4870ac65b708953e1509b8ccca669731a17d2beadabd8208c9f90d189058ca"}, + {file = "ansible-core-2.16.1.tar.gz", hash = "sha256:4fd1b3c86237507c67113f6770d2470f87477cd88244938d100a2d0fc37bf986"}, + {file = "ansible_core-2.16.1-py3-none-any.whl", hash = "sha256:8fc972ba6ba2161ecbde8166c0042080726c754f69ecb3ccd8c6636c98dc1c7e"}, ] [package.dependencies] @@ -1249,4 +1249,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "sphinx"] [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "5826bad60e0ea58a4bdbcbfd102b0a22f1baa918b98cf32b53a309f16209185b" +content-hash = "8d930d36ba0426209621c174ec3181e6310d4869bcd4bf8140784f83df0dd4a8" diff --git a/pyproject.toml b/pyproject.toml index 7b0537e..9b24c55 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ ruff = "0.1.7" taskipy = "1.12.2" [tool.poetry.group.ansible.dependencies] -ansible = "9.0.1" +ansible = "9.1.0" ansible-lint = { extras = ["yamllint"], version = "6.17.2", markers = "platform_system != 'Windows'" } dnspython = "2.4.2" |