From 2fadc0c68ffb3bb8fa362553b2a5102d6f434d1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 02:30:22 +0000 Subject: [PATCH] chore(deps): bump requests from 2.32.2 to 2.32.3 in /backend Bumps [requests](https://github.com/psf/requests) from 2.32.2 to 2.32.3. - [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.2...v2.32.3) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production update-type: version-update:semver-patch ... 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 329637ef4..b784e6cf3 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -10,7 +10,7 @@ python-socketio==5.11.3 python-jose==3.3.0 passlib[bcrypt]==1.7.4 -requests==2.32.2 +requests==2.32.3 aiohttp==3.9.5 peewee==3.17.5 peewee-migrate==1.12.2