diff --git a/poetry.lock b/poetry.lock index 7235d339..c620bd4c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -289,14 +289,14 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pytest" -version = "8.4.0" +version = "8.4.1" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "pytest-8.4.0-py3-none-any.whl", hash = "sha256:f40f825768ad76c0977cbacdf1fd37c6f7a468e460ea6a0636078f8972d4517e"}, - {file = "pytest-8.4.0.tar.gz", hash = "sha256:14d920b48472ea0dbf68e45b96cd1ffda4705f33307dcc86c676c1b5104838a6"}, + {file = "pytest-8.4.1-py3-none-any.whl", hash = "sha256:539c70ba6fcead8e78eebbf1115e8b589e7565830d7d006a8723f19ac8a0afb7"}, + {file = "pytest-8.4.1.tar.gz", hash = "sha256:7c67fd69174877359ed9371ec3af8a3d2b04741818c51e5e99cc1742251fa93c"}, ] [package.dependencies] @@ -409,4 +409,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "sphinx"] [metadata] lock-version = "2.1" python-versions = "^3.9" -content-hash = "5c87b51d4c3049e4318ed6f37c0c33ddbc7c6f2f841321feffcd95edae112cf2" +content-hash = "2e29f5347ee3c9def7a608be8cdd716daba0ceae8384c891ab6b47c8f246b81f" diff --git a/pyproject.toml b/pyproject.toml index 7ce9f158..c5820d41 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ codespell = "^2.4.1" flake8 = "^7.2.0" invoke = "^2.2.0" pep8-naming = "^0.15.1" -pytest = "^8.4.0" +pytest = "^8.4.1" yamllint = "^1.37.1" [build-system]