diff --git a/pyproject.toml b/pyproject.toml index addf926..1e0ce52 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,10 +30,10 @@ dependencies = [ [project.optional-dependencies] test = [ "build>=1.2,<2", - "pytest>=8,<9", + "pytest>=8,<10", "pytest-cov>=5,<8", "ruff>=0.11,<1", - "twine>=6,<7", + "twine>=6,<8", ] [project.urls]