diff --git a/python-wrapper/pyproject.toml b/python-wrapper/pyproject.toml index 49816a6..c28dec9 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.11.8", + "ruff==0.13.1", "mypy==1.17.1", "pytest==8.3.4", "selenium==4.32.0",