diff --git a/poetry.lock b/poetry.lock index b0b38f4..59ddba3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1991,13 +1991,13 @@ testutils = ["gitpython (>3)"] [[package]] name = "pytest" -version = "9.0.1" +version = "9.0.2" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.10" files = [ - {file = "pytest-9.0.1-py3-none-any.whl", hash = "sha256:67be0030d194df2dfa7b556f2e56fb3c3315bd5c8822c6951162b92b32ce7dad"}, - {file = "pytest-9.0.1.tar.gz", hash = "sha256:3e9c069ea73583e255c3b21cf46b8d3c56f6e3a1a8f6da94ccb0fcf57b9d73c8"}, + {file = "pytest-9.0.2-py3-none-any.whl", hash = "sha256:711ffd45bf766d5264d487b917733b453d917afd2b0ad65223959f59089f875b"}, + {file = "pytest-9.0.2.tar.gz", hash = "sha256:75186651a92bd89611d1d9fc20f0b4345fd827c41ccd5c299a868a05d70edf11"}, ] [package.dependencies] @@ -2789,4 +2789,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "ad4ab602d919267c608501bb3be2b8a7d3b4c4732c945844a7b452ee00a79ff9" +content-hash = "14cb1e7051b75af4e83a70fd64b26264fe972c974bd4b594c8626908ddb2dcde" diff --git a/pyproject.toml b/pyproject.toml index 7538675..d9ecbda 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ mypy = "1.19.0" pre-commit = "4.5.0" pre-commit-hooks = "6.0.0" pylint = "4.0.4" -pytest = "9.0.1" +pytest = "9.0.2" pytest-asyncio = "1.3.0" pytest-cov = "7.0.0" ruff = "0.14.7"