diff --git a/pyproject.toml b/pyproject.toml index e449b89..9efc773 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ desktop = ["pywebview>=5.0,<7"] # Development tooling: testing + type checking. dev = [ - "pytest>=8,<9", + "pytest>=8,<10", "pytest-benchmark>=4,<6", "mypy>=1.10,<2", "hypothesis>=6.100,<7",