diff --git a/poetry.lock b/poetry.lock index d68f5ad..e48903b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,18 +1,18 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "ansible" -version = "8.2.0" +version = "8.7.0" description = "Radically simple IT automation" optional = false python-versions = ">=3.9" files = [ - {file = "ansible-8.2.0-py3-none-any.whl", hash = "sha256:4b0b4f301c9d42d39597d45fdd5c6844f4ae5beeb5c003659b9fc464246a14f5"}, - {file = "ansible-8.2.0.tar.gz", hash = "sha256:935a6921ffb034aa18e6507b49e401676cd15243d6faa5e05e221008bf725c97"}, + {file = "ansible-8.7.0-py3-none-any.whl", hash = "sha256:fa7d3bc2dfdb0ab031df645814ff86b15cb5ec041bfbee4041f795abfa5646ca"}, + {file = "ansible-8.7.0.tar.gz", hash = "sha256:3a5ca5152e4547d590e40b542d76b18dbbe2b36da4edd00a13a7c51a374ff737"}, ] [package.dependencies] -ansible-core = ">=2.15.2,<2.16.0" +ansible-core = ">=2.15.7,<2.16.0" [[package]] name = "ansible-core" @@ -370,4 +370,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "7e8405bd20468932cf2d2c27cb861c0ee4d5fc62877963da92fe03217a703982" +content-hash = "a01307cdda348f45a47314e09f01f33c0d3877220c56e5ffe07bf5ac0214eec0" diff --git a/pyproject.toml b/pyproject.toml index 9bb9343..46ff4c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ package-mode = false [tool.poetry.dependencies] python = "^3.10" ansible-core = ">=2.15.2,<2.16.0" -ansible = ">=8.2.0,<8.3.0" +ansible = ">=8.2.0,<8.8.0" beautifulsoup4 = "^4.12.3" cffi = "^1.16.0" cryptography = "^42.0.7"