diff --git a/pyproject.toml b/pyproject.toml index 4d5d0b3..770dac5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ pydantic = ">= 2" typing-extensions = ">= 4.7.1" [tool.poetry.dev-dependencies] -pytest = ">= 7.2.1" +pytest = ">=8.3.5" pytest-cov = ">= 2.8.1" tox = ">= 3.9.0" flake8 = ">= 4.0.0"