From 0700a0aa660ee6eb6d36ae80b0d02a8a4bf874f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 09:53:43 +0000 Subject: [PATCH] Bump ruff from 0.14.4 to 0.14.7 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.14.4 to 0.14.7. - [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.4...0.14.7) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.14.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/checkformatting.txt | 10 +++++----- requirements/format.txt | 10 +++++----- requirements/lint.txt | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/requirements/checkformatting.txt b/requirements/checkformatting.txt index 4a623ea..4824c99 100644 --- a/requirements/checkformatting.txt +++ b/requirements/checkformatting.txt @@ -13,17 +13,17 @@ importlib-metadata==6.6.0 packaging==23.0 # via build pip-sync-faster==0.0.5 - # via -r checkformatting.in + # via -r requirements/checkformatting.in pip-tools==7.5.2 # via - # -r checkformatting.in + # -r requirements/checkformatting.in # pip-sync-faster pyproject-hooks==1.0.0 # via # build # pip-tools -ruff==0.14.4 - # via -r checkformatting.in +ruff==0.14.7 + # via -r requirements/checkformatting.in wheel==0.38.4 # via pip-tools zipp==3.19.1 @@ -32,7 +32,7 @@ zipp==3.19.1 # The following packages are considered to be unsafe in a requirements file: pip==25.3 # via - # -r checkformatting.in + # -r requirements/checkformatting.in # pip-tools setuptools==78.1.1 # via pip-tools diff --git a/requirements/format.txt b/requirements/format.txt index a291b4d..0c644f4 100644 --- a/requirements/format.txt +++ b/requirements/format.txt @@ -13,17 +13,17 @@ importlib-metadata==6.6.0 packaging==23.0 # via build pip-sync-faster==0.0.5 - # via -r format.in + # via -r requirements/format.in pip-tools==7.5.2 # via - # -r format.in + # -r requirements/format.in # pip-sync-faster pyproject-hooks==1.0.0 # via # build # pip-tools -ruff==0.14.4 - # via -r format.in +ruff==0.14.7 + # via -r requirements/format.in wheel==0.38.4 # via pip-tools zipp==3.19.1 @@ -32,7 +32,7 @@ zipp==3.19.1 # The following packages are considered to be unsafe in a requirements file: pip==25.3 # via - # -r format.in + # -r requirements/format.in # pip-tools setuptools==78.1.1 # via pip-tools diff --git a/requirements/lint.txt b/requirements/lint.txt index a13b144..1272640 100644 --- a/requirements/lint.txt +++ b/requirements/lint.txt @@ -110,7 +110,7 @@ python-dateutil==2.8.2 # -r requirements/tests.txt # faker # freezegun -ruff==0.14.4 +ruff==0.14.7 # via -r requirements/lint.in six==1.16.0 # via