From cc5a6385676f2b69fba88e271df0652ee32e8866 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 09:01:49 +0000 Subject: [PATCH] chore(deps): bump s3transfer from 0.16.0 to 0.16.1 Bumps [s3transfer](https://github.com/boto/s3transfer) from 0.16.0 to 0.16.1. - [Changelog](https://github.com/boto/s3transfer/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/boto/s3transfer/compare/0.16.0...0.16.1) --- updated-dependencies: - dependency-name: s3transfer dependency-version: 0.16.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 15a07b6..83640cd 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -254,7 +254,7 @@ ruamel.yaml.clib==0.2.12 # ruff bumped to 0.9.3 — gradio==5.41.0 requires ruff>=0.9.3 ruff==0.9.3 rustworkx==0.17.1 -s3transfer==0.16.0 +s3transfer==0.16.1 safehttpx==0.1.6 # safety + safety-schemas removed from prod image — belongs in CI only (conflicts with mcp>=2.11 pydantic constraint) schedule==1.2.2