diff --git a/api/shared/pyproject.toml b/api/shared/pyproject.toml index 6b6defd..4de651d 100644 --- a/api/shared/pyproject.toml +++ b/api/shared/pyproject.toml @@ -9,7 +9,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",