diff --git a/poetry.lock b/poetry.lock index 3177fc23..d2552501 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1881,13 +1881,13 @@ testutils = ["gitpython (>3)"] [[package]] name = "pytest" -version = "8.4.0" +version = "8.4.2" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.9" 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.2-py3-none-any.whl", hash = "sha256:872f880de3fc3a5bdc88a11b39c9710c3497a547cfa9320bc3c5e62fbf272e79"}, + {file = "pytest-8.4.2.tar.gz", hash = "sha256:86c0d0b93306b961d58d62a4db4879f27fe25513d4b969df351abdddb3c30e01"}, ] [package.dependencies] @@ -2660,4 +2660,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "6cb088854caf8c3f93760eb6af1e8646cde4a3cfebb0e26b651db60109668ebe" +content-hash = "9392a98eb06d449eb85d562c1d31acdb690b8632f788ba25c51f85a6c96277ef" diff --git a/pyproject.toml b/pyproject.toml index ff8e3139..024ce36a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ mypy = "1.16.0" pre-commit = "4.2.0" pre-commit-hooks = "5.0.0" pylint = "3.3.7" -pytest = "8.4.0" +pytest = "8.4.2" pytest-asyncio = "1.0.0" pytest-cov = "6.2.1" ruff = "0.6.9"