diff --git a/pyproject.toml b/pyproject.toml index f77013b..2058919 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dependencies = [ [project.optional-dependencies] dev = [ - "pytest >=9.0.2,<10.0.0", + "pytest >=9.0.3,<10.0.0", "pytest-cov >=7.0.0,<8.0.0", "ruff >=0.15.1,<1.0.0", "mypy >=1.19.1,<2.0.0", @@ -48,7 +48,7 @@ dev = [ ] test = [ - "pytest>=8.0,<10.0", + "pytest>=9.0.3,<10.0", "pytest-cov>=4.0,<5.0", ]