diff --git a/api/db/pyproject.toml b/api/db/pyproject.toml index 97f4907..fe2b26c 100644 --- a/api/db/pyproject.toml +++ b/api/db/pyproject.toml @@ -11,7 +11,7 @@ dependencies = [ [project.optional-dependencies] dev = [ - "pytest>=8.0.0", + "pytest>=9.0.3", "pytest-cov>=6.0.0", "ruff>=0.8.0", "black>=24.0.0",