From a614b82505e12a798fcaf90f359d742e5a4d6b98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 12:23:49 +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.21 to 0.11.23 - [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.21...0.11.23) Updates `ruff` from 0.15.17 to 0.15.18 - [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.17...0.15.18) --- updated-dependencies: - dependency-name: uv dependency-version: 0.11.23 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: ruff dependency-version: 0.15.18 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 c9391c146..468d1ab9a 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.21 +uv==0.11.23 diff --git a/requirements/check.txt b/requirements/check.txt index 73c919d1d..322c47900 100644 --- a/requirements/check.txt +++ b/requirements/check.txt @@ -1,2 +1,2 @@ -ruff==0.15.17 +ruff==0.15.18 twine==6.2.0