From 3062c0ce0feae2d4f37247acfa7d2fd66509ee7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 22:01:33 +0000 Subject: [PATCH] Bump the python group with 2 updates Bumps the python group with 2 updates: [ruff](https://github.com/astral-sh/ruff) and [uv](https://github.com/astral-sh/uv). Updates `ruff` from 0.15.12 to 0.15.13 - [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.12...0.15.13) Updates `uv` from 0.11.13 to 0.11.15 - [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.13...0.11.15) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: uv dependency-version: 0.11.15 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 be197d06a..d2e358b3f 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.13 +uv==0.11.15 diff --git a/requirements/check.txt b/requirements/check.txt index c7922a922..c63f74ce2 100644 --- a/requirements/check.txt +++ b/requirements/check.txt @@ -1,2 +1,2 @@ -ruff==0.15.12 +ruff==0.15.13 twine==6.2.0