diff --git a/poetry.lock b/poetry.lock index 2e5493dd..607ec013 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1775,13 +1775,13 @@ testutils = ["gitpython (>3)"] [[package]] name = "pytest" -version = "8.4.0" +version = "8.4.1" 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.1-py3-none-any.whl", hash = "sha256:539c70ba6fcead8e78eebbf1115e8b589e7565830d7d006a8723f19ac8a0afb7"}, + {file = "pytest-8.4.1.tar.gz", hash = "sha256:7c67fd69174877359ed9371ec3af8a3d2b04741818c51e5e99cc1742251fa93c"}, ] [package.dependencies] @@ -2497,4 +2497,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "934d1e62618ed7f42db18eef1ee7c4813c2ae16ea47f82d2033b78a9fdb749a5" +content-hash = "b460aadec32ebe605746bb4f18a2d14e446525d67744ab1985769b8ae98f0452" diff --git a/pyproject.toml b/pyproject.toml index 6cda9743..994895aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ mypy = "1.16.1" pre-commit = "4.2.0" pre-commit-hooks = "5.0.0" pylint = "3.3.7" -pytest = "8.4.0" +pytest = "8.4.1" pytest-asyncio = "1.0.0" pytest-cov = "6.2.1" ruff = "0.11.13"