From b9c41e171a37bddc32364dd186ae1cbe41bedaa9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 10:54:34 +0000 Subject: [PATCH] Bump requests from 2.32.3 to 2.33.0 in /backend_app Bumps [requests](https://github.com/psf/requests) from 2.32.3 to 2.33.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.32.3...v2.33.0) --- updated-dependencies: - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend_app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend_app/requirements.txt b/backend_app/requirements.txt index 1e9b2ca..932d6bd 100644 --- a/backend_app/requirements.txt +++ b/backend_app/requirements.txt @@ -23,6 +23,6 @@ azure-storage-blob httpx #azure-cosmos==4.8.0 uvicorn==0.32.0 -requests==2.32.3 +requests==2.33.0 python-dotenv==1.0.1 python-jose[cryptography]==3.3.0 \ No newline at end of file