diff --git a/poetry.lock b/poetry.lock index 160d16b3..baff7919 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1804,13 +1804,13 @@ testutils = ["gitpython (>3)"] [[package]] name = "pytest" -version = "8.4.1" +version = "8.4.2" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.9" files = [ - {file = "pytest-8.4.1-py3-none-any.whl", hash = "sha256:539c70ba6fcead8e78eebbf1115e8b589e7565830d7d006a8723f19ac8a0afb7"}, - {file = "pytest-8.4.1.tar.gz", hash = "sha256:7c67fd69174877359ed9371ec3af8a3d2b04741818c51e5e99cc1742251fa93c"}, + {file = "pytest-8.4.2-py3-none-any.whl", hash = "sha256:872f880de3fc3a5bdc88a11b39c9710c3497a547cfa9320bc3c5e62fbf272e79"}, + {file = "pytest-8.4.2.tar.gz", hash = "sha256:86c0d0b93306b961d58d62a4db4879f27fe25513d4b969df351abdddb3c30e01"}, ] [package.dependencies] @@ -2520,4 +2520,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "3b26ffcb83c8b93c0242c0eb7ddc64dfca0cfb778ac819cb932a2b31c7d416be" +content-hash = "985eea266f3a7142207001da82f24b98b121bb233a4d4de693120e06fa9aae05" diff --git a/pyproject.toml b/pyproject.toml index 52750892..839f0f89 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ mypy = "1.17.1" pre-commit = "4.3.0" pre-commit-hooks = "6.0.0" pylint = "3.3.8" -pytest = "8.4.1" +pytest = "8.4.2" pytest-asyncio = "1.1.0" pytest-cov = "6.2.1" ruff = "0.12.10"