From 61bcdb2eb726bfd81c844388f364340ee0fc0b85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 08:03:15 +0000 Subject: [PATCH] chore(deps): bump requests from 2.33.1 to 2.34.0 Bumps [requests](https://github.com/psf/requests) from 2.33.1 to 2.34.0. - [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.33.1...v2.34.0) --- updated-dependencies: - dependency-name: requests dependency-version: 2.34.0 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 2b92afc8aea..5a449a99323 100644 --- a/requirements.txt +++ b/requirements.txt @@ -34,7 +34,7 @@ psycopg[c]==3.3.4 cryptography==46.0.7 python-dateutil==2.9.0.post0 redis==7.4.0 -requests==2.33.1 +requests==2.34.0 sqlalchemy==2.0.49 # Required by Celery broker transport urllib3==2.6.3 uWSGI==2.0.31