diff --git a/python-wrapper/pyproject.toml b/python-wrapper/pyproject.toml index 5ead667a..8193b82f 100644 --- a/python-wrapper/pyproject.toml +++ b/python-wrapper/pyproject.toml @@ -41,7 +41,7 @@ requires-python = ">=3.9" [project.optional-dependencies] dev = [ - "ruff==0.9.7", + "ruff==0.9.10", "mypy==1.15.0", "pytest==8.3.4", "selenium==4.28.1",