From b3b7bc29fa478e404cbe5b8e757279836f6eafbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Oct 2025 11:42:39 -0400 Subject: [PATCH] Bump ruff from 0.14.2 to 0.14.3 (#6280) * Bump ruff from 0.14.2 to 0.14.3 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.14.2 to 0.14.3. - [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.14.2...0.14.3) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.14.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Update precommit ruff too --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mike Degatano --- .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 aea43ff28..4fdcf2f2d 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.11.10 + rev: v0.14.3 hooks: - id: ruff args: diff --git a/requirements_tests.txt b/requirements_tests.txt index bf503b12d..faaaeea91 100644 --- a/requirements_tests.txt +++ b/requirements_tests.txt @@ -8,7 +8,7 @@ pytest-asyncio==0.25.2 pytest-cov==7.0.0 pytest-timeout==2.4.0 pytest==8.4.2 -ruff==0.14.2 +ruff==0.14.3 time-machine==2.19.0 types-docker==7.1.0.20251009 types-pyyaml==6.0.12.20250915