diff --git a/pyproject.toml b/pyproject.toml index 8833aa4166..655f967b89 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.5", + "ruff==0.16.6", "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 0a85acf7c6..d9d2367f8b 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.5 +ruff==0.16.6 types-PyYAML==6.0.12.20260815 types-requests==2.33.0.20260712 types-urllib3==1.26.25.14