From 911786897ba2591ee8a856a417e0b19921c7eaf6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 12:23:44 +0000 Subject: [PATCH] Bump the python group with 2 updates Bumps the python group with 2 updates: [uv](https://github.com/astral-sh/uv) and [ruff](https://github.com/astral-sh/ruff). Updates `uv` from 0.11.19 to 0.11.21 - [Release notes](https://github.com/astral-sh/uv/releases) - [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/uv/compare/0.11.19...0.11.21) Updates `ruff` from 0.15.16 to 0.15.17 - [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.15.16...0.15.17) --- updated-dependencies: - dependency-name: uv dependency-version: 0.11.21 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: ruff dependency-version: 0.15.17 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python ... Signed-off-by: dependabot[bot] --- requirements/basics.txt | 2 +- requirements/check.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/basics.txt b/requirements/basics.txt index 1d46b3ace..c9391c146 100644 --- a/requirements/basics.txt +++ b/requirements/basics.txt @@ -3,4 +3,4 @@ # The PEP 517 backend is defined in pyproject.toml [build-system] and will be # resolved automatically by the frontend. We also pin it here for reproducibility # in environments that choose to invoke the backend directly. -uv==0.11.19 +uv==0.11.21 diff --git a/requirements/check.txt b/requirements/check.txt index 80d81e0b0..73c919d1d 100644 --- a/requirements/check.txt +++ b/requirements/check.txt @@ -1,2 +1,2 @@ -ruff==0.15.16 +ruff==0.15.17 twine==6.2.0