From 8629f1b0f1db57168a7467185dd820a368e60f41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jun 2026 04:47:20 +0000 Subject: [PATCH] Update requests requirement from >=2.32.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.32.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 54706b8..2e5d32e 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,6 +1,6 @@ anthropic>=0.105.2 asgiref==3.11.1 -requests>=2.32.0 +requests>=2.34.2 Django==6.0.6 django-cors-headers==4.9.0 graphene==3.4.3