diff --git a/poetry.lock b/poetry.lock index bc8cece4..b3aabc5c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2616,13 +2616,13 @@ dev = ["build", "flake8", "mypy", "pytest", "twine"] [[package]] name = "pytest" -version = "8.3.4" +version = "8.3.5" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-8.3.4-py3-none-any.whl", hash = "sha256:50e16d954148559c9a74109af1eaf0c945ba2d8f30f0a3d3335edde19788b6f6"}, - {file = "pytest-8.3.4.tar.gz", hash = "sha256:965370d062bce11e73868e0335abac31b4d3de0e82f4007408d242b4f8610761"}, + {file = "pytest-8.3.5-py3-none-any.whl", hash = "sha256:c69214aa47deac29fad6c2a4f590b9c4a9fdb16a403176fe154b79c0b4d4d820"}, + {file = "pytest-8.3.5.tar.gz", hash = "sha256:f4efe70cc14e511565ac476b57c279e12a855b11f48f212af1080ef2263d3845"}, ] [package.dependencies] @@ -4140,4 +4140,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.12,<3.13" -content-hash = "b9bbff228dfd22c5c33ce29a4582fbfd7dd11caf190fe5df2c9c5c4b406a0239" +content-hash = "1e41db4d334bfee19d1b0646197ae2b1971be35f097de2fd8d144b85fdad7a58" diff --git a/pyproject.toml b/pyproject.toml index e5fe5065..9465ab95 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ en-core-web-sm = {url = "https://github.com/explosion/spacy-models/releases/down regex = "==2024.11.6" [tool.poetry.group.dev.dependencies] -pytest = "==8.3.4" +pytest = "==8.3.5" pytest-cov = "==6.0.0" black = "==25.1.0" ruff = "==0.9.9"