From f95f25f10547e455fd50675a683c634cdc3c4495 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2025 01:00:10 +0000 Subject: [PATCH 1/2] Bump ruff from 0.9.4 to 0.9.5 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.9.4 to 0.9.5. - [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/0.9.4...0.9.5) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 661566ffb230..bc0e6e2d0940 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -28,7 +28,7 @@ respx # Linters and dev tools that are also in .pre-commit-config.yaml, which # should usually be updated together. codespell==2.4.1 -ruff==0.9.4 +ruff==0.9.5 mypy==1.14.1 vermin==1.6.0 From a780b1d488adde18fe29842ec818359a829ce339 Mon Sep 17 00:00:00 2001 From: Alex Streed Date: Mon, 10 Feb 2025 12:07:16 -0600 Subject: [PATCH 2/2] Bump `ruff` version in `pre-commit-config.yaml` --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b61b15a2c11b..15e85b0895c1 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.9.4 + rev: v0.9.5 hooks: - id: ruff language_version: python3