diff --git a/lib/dev-requirements.txt b/lib/dev-requirements.txt index 6e47faeb428..983a5674970 100644 --- a/lib/dev-requirements.txt +++ b/lib/dev-requirements.txt @@ -2,7 +2,7 @@ pre-commit # We fix ty to a version since its still in preview and likely breaks our CI on updates: ty==0.0.1a22 # We fix ruff to a version to be in sync with the pre-commit hook: -ruff==0.14.0 +ruff==0.14.1 # We are pinning the upper version to not break our CI on updates, # and have dependabot handle the updates instead. mypy>=1.16.1,<1.19