From 3029b3685672c9df3c55d088ffc831308670e94c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 09:54:52 +0000 Subject: [PATCH] build(deps): bump requests from 2.32.0 to 2.33.0 in /server Bumps [requests](https://github.com/psf/requests) from 2.32.0 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.0...v2.33.0) --- updated-dependencies: - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 048e101b..109f6548 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -21,7 +21,7 @@ psycopg2-binary==2.9.5 python-dateutil==2.8.2 python-decouple==3.6 pytz==2022.2.1 -requests==2.32.0 +requests==2.33.0 whitenoise==6.4.0 rules==3.3 django-ckeditor==6.7.1