diff --git a/pyproject.toml b/pyproject.toml index fbb97053fa..26cc8fbd95 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ dev = [ "mypy==2.3.1", "pre-commit==4.6.2", "pytest-mock==3.15.1", - "ruff==0.16.4", + "ruff==0.16.5", "types-PyYAML==6.0.12.20260815", "types-requests==2.33.0.20260712", "types-urllib3==1.26.25.14", diff --git a/requirements-dev.txt b/requirements-dev.txt index 1f6b3ecdad..0a85acf7c6 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,7 +2,7 @@ mypy==2.3.1 pre-commit==4.6.2 pytest-mock==3.15.1 -ruff==0.16.4 +ruff==0.16.5 types-PyYAML==6.0.12.20260815 types-requests==2.33.0.20260712 types-urllib3==1.26.25.14