From 2256bbfea6bf581f82a892a39c1717446af73a74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 23:52:50 +0000 Subject: [PATCH] chore(deps): bump requests from 2.32.5 to 2.33.1 Bumps [requests](https://github.com/psf/requests) from 2.32.5 to 2.33.1. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.32.5...v2.33.1) --- updated-dependencies: - dependency-name: requests dependency-version: 2.33.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0e92380..0d37fee 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ urllib3==2.6.3 cryptography==46.0.7 jsonschema==4.25.1 PyJWT==2.12.1 -requests==2.32.5 +requests==2.33.1 boto3==1.42.91 confluent-kafka==2.14.0 moto[s3,secretsmanager,events]==5.1.22