diff --git a/poetry.lock b/poetry.lock index 1f56919..248e22e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2100,13 +2100,13 @@ testutils = ["gitpython (>3)"] [[package]] name = "pytest" -version = "9.0.2" +version = "9.1.0" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.10" files = [ - {file = "pytest-9.0.2-py3-none-any.whl", hash = "sha256:711ffd45bf766d5264d487b917733b453d917afd2b0ad65223959f59089f875b"}, - {file = "pytest-9.0.2.tar.gz", hash = "sha256:75186651a92bd89611d1d9fc20f0b4345fd827c41ccd5c299a868a05d70edf11"}, + {file = "pytest-9.1.0-py3-none-any.whl", hash = "sha256:8ebb0e7888bdf2bdfc602ec51f8f62d50200af37356c74e503c79a94f5c81f32"}, + {file = "pytest-9.1.0.tar.gz", hash = "sha256:41dd9148c08072446394cefd3d79701701335a9f4cae69ba92e39f6c7f5c061c"}, ] [package.dependencies] @@ -2767,4 +2767,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.0" python-versions = "^3.13" -content-hash = "285d602a6ce279ef1e816b2b74286777cbaf85021f5d559bf8c13b76464bbe32" +content-hash = "05347cd55c6bbcb1782c7a7bb6edbe8df4c86c54fd8819ffbe1b635fe77f9ca2" diff --git a/pyproject.toml b/pyproject.toml index 350ed64..ff53806 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ mypy = "1.19.1" prek = "0.3.9" pre-commit-hooks = "6.0.0" pylint = "4.0.4" -pytest = "9.0.2" +pytest = "9.1.0" pytest-asyncio = "1.3.0" pytest-cov = "7.0.0" ruff = "0.15.4"