From 9c5cb78cfed9c539aed50c2e7df221933319cdcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 12:24:18 +0000 Subject: [PATCH] Bump the python group with 3 updates Bumps the python group with 3 updates: [ruff](https://github.com/astral-sh/ruff), [uv](https://github.com/astral-sh/uv) and [boto3](https://github.com/boto/boto3). Updates `ruff` from 0.15.22 to 0.16.0 - [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.22...0.16.0) Updates `uv` from 0.11.29 to 0.11.32 - [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.29...0.11.32) Updates `boto3` from 1.43.51 to 1.43.56 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.43.51...1.43.56) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: uv dependency-version: 0.11.32 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: boto3 dependency-version: 1.43.56 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 025c795e8..416d25cb0 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.29 +uv==0.11.32 diff --git a/requirements/build.txt b/requirements/build.txt index e0face8cf..46dd84b57 100644 --- a/requirements/build.txt +++ b/requirements/build.txt @@ -1,2 +1,2 @@ -boto3==1.43.51 +boto3==1.43.56 pyinstaller==6.21.0 diff --git a/requirements/check.txt b/requirements/check.txt index 750f0da2a..97b44d6f9 100644 --- a/requirements/check.txt +++ b/requirements/check.txt @@ -1,2 +1,2 @@ -ruff==0.15.22 +ruff==0.16.0 twine==6.2.0