diff --git a/python-wrapper/pyproject.toml b/python-wrapper/pyproject.toml index 73613be..e8371cd 100644 --- a/python-wrapper/pyproject.toml +++ b/python-wrapper/pyproject.toml @@ -40,7 +40,7 @@ requires-python = ">=3.10" [project.optional-dependencies] dev = [ - "ruff==0.14.0", + "ruff==0.14.1", "mypy==1.17.1", "pytest==8.4.2", "selenium==4.32.0",