From 239792dc5ccbf3bee76b89d66bd126bab40d5fc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 00:54:49 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 5 updates Bumps the pip group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [django](https://github.com/django/django) | `2.0.3` | `4.2.30` | | [gunicorn](https://github.com/benoitc/gunicorn) | `19.7.1` | `22.0.0` | | [pillow](https://github.com/python-pillow/Pillow) | `4.3.0` | `12.3.0` | | [requests](https://github.com/psf/requests) | `2.18.4` | `2.33.0` | | [django-allauth](https://github.com/sponsors/pennersr) | `0.33.0` | `65.14.1` | Updates `django` from 2.0.3 to 4.2.30 - [Commits](https://github.com/django/django/compare/2.0.3...4.2.30) Updates `gunicorn` from 19.7.1 to 22.0.0 - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/19.7.1...22.0.0) Updates `pillow` from 4.3.0 to 12.3.0 - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/4.3.0...12.3.0) Updates `requests` from 2.18.4 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.18.4...v2.33.0) Updates `django-allauth` from 0.33.0 to 65.14.1 - [Commits](https://github.com/sponsors/pennersr/commits) --- updated-dependencies: - dependency-name: django dependency-version: 4.2.30 dependency-type: direct:production dependency-group: pip - dependency-name: gunicorn dependency-version: 22.0.0 dependency-type: direct:production dependency-group: pip - dependency-name: pillow dependency-version: 12.3.0 dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production dependency-group: pip - dependency-name: django-allauth dependency-version: 65.14.1 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3cd5fd1..f7aaf21 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,13 +1,13 @@ -Django==2.0.3 +Django==4.2.30 gnureadline==6.3.3 -gunicorn==19.7.1 -Pillow==4.3.0 +gunicorn==22.0.0 +Pillow==12.3.0 psycopg2==2.7.3.1 -requests==2.18.4 +requests==2.33.0 six==1.9.0 stream-django==1.4.0 whitenoise==3.3.1 autopep8==1.3.2 -django-allauth==0.33.0 +django-allauth==65.14.1 rollbar==0.13.13 dj-database-url==0.5.0