From de468037052aec32bc540634a458c525c7459050 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 13:11:40 +0000 Subject: [PATCH] Bump the python group with 3 updates Bumps the python group with 3 updates: [ruff](https://github.com/astral-sh/ruff), [boto3](https://github.com/boto/boto3) and [uv](https://github.com/astral-sh/uv). Updates `ruff` from 0.15.1 to 0.15.2 - [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.1...0.15.2) Updates `boto3` from 1.42.49 to 1.42.54 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.42.49...1.42.54) Updates `uv` from 0.10.3 to 0.10.4 - [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.10.3...0.10.4) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: boto3 dependency-version: 1.42.54 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: uv dependency-version: 0.10.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python ... Signed-off-by: dependabot[bot] --- requirements/basics.txt | 2 +- requirements/build.txt | 2 +- requirements/check.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements/basics.txt b/requirements/basics.txt index ff2e5012e..8b2a15144 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.10.3 +uv==0.10.4 diff --git a/requirements/build.txt b/requirements/build.txt index f99117d62..9dbd9ba3f 100644 --- a/requirements/build.txt +++ b/requirements/build.txt @@ -1,2 +1,2 @@ -boto3==1.42.49 +boto3==1.42.54 pyinstaller==6.19.0 diff --git a/requirements/check.txt b/requirements/check.txt index 0a147ad88..6023b4042 100644 --- a/requirements/check.txt +++ b/requirements/check.txt @@ -1,2 +1,2 @@ -ruff==0.15.1 +ruff==0.15.2 twine==6.2.0