diff --git a/training/pyproject.toml b/training/pyproject.toml index e22f091..92287a1 100644 --- a/training/pyproject.toml +++ b/training/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ [dependency-groups] dev = [ - "pytest>=9.0.2", + "pytest>=9.0.3", "ruff>=0.7.0", "mypy>=1.11.0", ]