diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c1f8252d8..b59bc244f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.1.14 + rev: v0.2.1 hooks: - id: ruff args: diff --git a/requirements_tests.txt b/requirements_tests.txt index 97a8de0d1..19d89e592 100644 --- a/requirements_tests.txt +++ b/requirements_tests.txt @@ -6,7 +6,7 @@ pytest-asyncio==0.23.3 pytest-cov==4.1.0 pytest-timeout==2.2.0 pytest==7.4.4 -ruff==0.1.14 +ruff==0.2.1 time-machine==2.13.0 typing_extensions==4.9.0 urllib3==2.2.0