diff --git a/python-wrapper/pyproject.toml b/python-wrapper/pyproject.toml index ff261152..81309d9c 100644 --- a/python-wrapper/pyproject.toml +++ b/python-wrapper/pyproject.toml @@ -40,7 +40,7 @@ requires-python = ">=3.9" [project.optional-dependencies] dev = [ - "ruff==0.9.0", + "ruff==0.9.2", "mypy==1.14.1", "pytest==8.3.4", "selenium==4.27.1",