From 0e29f237be055d4ae642aee20c7a1611b4427fb2 Mon Sep 17 00:00:00 2001 From: Corey Goldberg <1113081+cgoldberg@users.noreply.github.com> Date: Thu, 29 May 2025 09:39:12 -0400 Subject: [PATCH] [py] Bump ruff version --- py/tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/tox.ini b/py/tox.ini index b59a15f1d45dd..3715805dbe3ee 100644 --- a/py/tox.ini +++ b/py/tox.ini @@ -35,7 +35,7 @@ commands = mypy --install-types {posargs} [testenv:linting] skip_install = true deps = - ruff==0.11.11 + ruff==0.11.12 commands = ruff check --fix --show-fixes --exit-non-zero-on-fix selenium/ test/ conftest.py ruff format --exit-non-zero-on-format selenium/ test/ conftest.py