From d9a6e2355acbfc4c0f31478299c62a9974eaf4ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 09:44:11 +0000 Subject: [PATCH] Update requests requirement from >=2.34.0 to >=2.34.2 in /backend Updates the requirements on [requests](https://github.com/psf/requests) to permit the latest version. - [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.34.0...v2.34.2) --- updated-dependencies: - dependency-name: requests dependency-version: 2.34.2 dependency-type: direct:production ... 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 4debf503..7ee461a1 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -11,7 +11,7 @@ python-multipart==0.0.26 email-validator==2.3.0 httpx==0.28.1 google-auth>=2.23.0 -requests>=2.34.0 # Required by google-auth for requests transport +requests>=2.34.2 # Required by google-auth for requests transport alembic==1.18.4 slowapi==0.1.9 tzdata>=2024.1 # Required on Windows for timezone support