diff --git a/python-wrapper/pyproject.toml b/python-wrapper/pyproject.toml index 4287b8c8..cb9be385 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.12.1", "mypy==1.15.0", "pytest==8.3.4", "selenium==4.32.0",