From 54dd0d654bd246d8986a30a135fb3bba802a708c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 09:59:15 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 3 updates Bumps the pip group with 3 updates in the / directory: [django](https://github.com/django/django), [djangorestframework](https://github.com/encode/django-rest-framework) and [requests](https://github.com/psf/requests). Updates `django` from 4.2.16 to 4.2.27 - [Commits](https://github.com/django/django/compare/4.2.16...4.2.27) 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) Updates `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: django dependency-version: 4.2.27 dependency-type: direct:production dependency-group: pip - dependency-name: djangorestframework dependency-version: 3.15.2 dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-version: 2.32.4 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 45853f6e..9f8d2041 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,8 @@ -Django==4.2.16 +Django==4.2.27 psycopg2==2.9.7 gunicorn==22.0.0 #production server whitenoise==6.5.0 #serving swagger static files -djangorestframework==3.14.0 +djangorestframework==3.15.2 pylint==2.17.5 pydash==7.0.6 django-cors-headers==4.2.0 @@ -11,7 +11,7 @@ colour_runner==0.1.1 boto3==1.24.28 moto==3.1.13 python-dateutil==2.8.2 -requests==2.32.3 +requests==2.32.4 factory_boy==3.3.0 # Celery celery[redis]==5.4.0