From f8d5be3976b190ee45923668e20627de9718518e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 11:02:02 +0000 Subject: [PATCH] Bump requests from 2.32.3 to 2.32.4 in /backend_app Bumps [requests](https://github.com/psf/requests) from 2.32.3 to 2.32.4. - [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.32.4) --- updated-dependencies: - dependency-name: requests dependency-version: 2.32.4 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..7e05734 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.32.4 python-dotenv==1.0.1 python-jose[cryptography]==3.3.0 \ No newline at end of file