From ce7f95562bde6fc97e8976feb99b83c8d031feab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 19:48:38 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 3 updates Bumps the pip group with 3 updates in the /backend directory: [cryptography](https://github.com/pyca/cryptography), [django](https://github.com/django/django) and [djangorestframework](https://github.com/encode/django-rest-framework). Updates `cryptography` from 41.0.7 to 44.0.1 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.7...44.0.1) Updates `django` from 5.2.5 to 5.2.11 - [Commits](https://github.com/django/django/compare/5.2.5...5.2.11) Updates `djangorestframework` from 3.14.0 to 3.15.2 - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.14.0...3.15.2) --- updated-dependencies: - dependency-name: cryptography dependency-version: 44.0.1 dependency-type: direct:production dependency-group: pip - dependency-name: django dependency-version: 5.2.11 dependency-type: direct:production dependency-group: pip - dependency-name: djangorestframework dependency-version: 3.15.2 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 3adf1e7..9734b69 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -2,12 +2,12 @@ asgiref==3.9.1 cffi==1.17.1 channels==4.0.0 channels-redis==4.1.0 -cryptography==41.0.7 -Django==5.2.5 +cryptography==44.0.1 +Django==5.2.11 django-cors-headers==4.3.1 django-ratelimit==4.1.0 django-redis==5.4.0 -djangorestframework==3.14.0 +djangorestframework==3.15.2 msgpack==1.1.1 pillow==11.3.0 psycopg2-binary==2.9.10