From e8af206df87d988939e9822a58b897e85341ccc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 03:11:49 +0000 Subject: [PATCH] Build(deps): Update boto3 requirement from <2.0,>=1.34 to >=1.43.56,<2.0 Updates the requirements on [boto3](https://github.com/boto/boto3) to permit the latest version. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.34.0...1.43.56) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.43.56 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4b6f62a..061f6cc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -38,7 +38,7 @@ flask-limiter>=3.5,<4.0 # per-user rate limits on AI + key routes (in-memory # Cloud: PDF storage + delivery via Cloudflare R2 (Stage 8). OPTIONAL at # runtime — when the R2_* env vars are unset the editor streams PDFs directly # (graceful fallback). boto3 talks to R2's S3-compatible API for upload + signed URLs. -boto3>=1.34,<2.0 +boto3>=1.43.56,<2.0 # Dev / tests pytest>=9.1.1,<10.0