From 27c37b8b84ed1131b5ad2c108adcba1417dcc9cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Feb 2024 09:11:26 +0100 Subject: [PATCH] Bump ruff from 0.1.14 to 0.2.1 (#4877) * Bump ruff from 0.1.14 to 0.2.1 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.14 to 0.2.1. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.1.14...v0.2.1) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Update .pre-commit-config.yaml --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pascal Vizeli --- .pre-commit-config.yaml | 2 +- requirements_tests.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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