diff --git a/poetry.lock b/poetry.lock index 4e4c9b58..36b40598 100644 --- a/poetry.lock +++ b/poetry.lock @@ -840,13 +840,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "3.7.0" +version = "3.7.1" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false python-versions = ">=3.9" files = [ - {file = "pre_commit-3.7.0-py2.py3-none-any.whl", hash = "sha256:5eae9e10c2b5ac51577c3452ec0a490455c45a0533f7960f993a0d01e59decab"}, - {file = "pre_commit-3.7.0.tar.gz", hash = "sha256:e209d61b8acdcf742404408531f0c37d49d2c734fd7cff2d6076083d191cb060"}, + {file = "pre_commit-3.7.1-py2.py3-none-any.whl", hash = "sha256:fae36fd1d7ad7d6a5a1c0b0d5adb2ed1a3bda5a21bf6c3e5372073d7a11cd4c5"}, + {file = "pre_commit-3.7.1.tar.gz", hash = "sha256:8ca3ad567bc78a4972a3f1a477e94a79d4597e8140a6e0b651c5e33899c3654a"}, ] [package.dependencies] @@ -884,13 +884,13 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pytest" -version = "8.2.0" +version = "8.2.1" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-8.2.0-py3-none-any.whl", hash = "sha256:1733f0620f6cda4095bbf0d9ff8022486e91892245bb9e7d5542c018f612f233"}, - {file = "pytest-8.2.0.tar.gz", hash = "sha256:d507d4482197eac0ba2bae2e9babf0672eb333017bcedaa5fb1a3d42c1174b3f"}, + {file = "pytest-8.2.1-py3-none-any.whl", hash = "sha256:faccc5d332b8c3719f40283d0d44aa5cf101cec36f88cde9ed8f2bc0538612b1"}, + {file = "pytest-8.2.1.tar.gz", hash = "sha256:5046e5b46d8e4cac199c373041f26be56fdb81eb4e67dc11d4e10811fc3408fd"}, ] [package.dependencies] @@ -1357,4 +1357,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "sphinx"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "454367754ca2cb1b3dcc943ddd588c49d1e45dabea1bb96b407422b3fcb9248f" +content-hash = "9e43a5a61cbb73325b1a5d00c0073bcbd7d8632da01f17811aa18573d2cb15ac" diff --git a/pyproject.toml b/pyproject.toml index 804a2256..df55bbdb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,8 +13,8 @@ ansible = "^9.5.1" ansible-lint = { version = "^24.2.3", markers = "platform_system != 'Windows'" } molecule = "^24.2.0" molecule-plugins = {extras = ["docker"], version = "^23.5.3"} -pre-commit = "^3.7.0" -pytest = "^8.2.0" +pre-commit = "^3.7.1" +pytest = "^8.2.1" [build-system] requires = ["poetry-core>=1.0.0"]