From 3fe66cd0d64fd98ffb0f72a0a6e3311c911e01b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 09:35:54 +0000 Subject: [PATCH] chore(deps): bump s3transfer from 0.16.0 to 0.17.0 Bumps [s3transfer](https://github.com/boto/s3transfer) from 0.16.0 to 0.17.0. - [Changelog](https://github.com/boto/s3transfer/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/boto/s3transfer/compare/0.16.0...0.17.0) --- updated-dependencies: - dependency-name: s3transfer dependency-version: 0.17.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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..22b4221 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.17.0 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