From 3d5f8b7f2ed45619203690eac69fed8d9372c6f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2026 04:15:58 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 6 updates Bumps the pip group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [certifi](https://github.com/certifi/python-certifi) | `2023.11.17` | `2024.7.4` | | [django](https://github.com/django/django) | `5.0.1` | `5.1.15` | | [gunicorn](https://github.com/benoitc/gunicorn) | `21.2.0` | `22.0.0` | | [pillow](https://github.com/python-pillow/Pillow) | `10.2.0` | `12.1.1` | | [sqlparse](https://github.com/andialbrecht/sqlparse) | `0.4.4` | `0.5.4` | | [urllib3](https://github.com/urllib3/urllib3) | `2.1.0` | `2.6.3` | Updates `certifi` from 2023.11.17 to 2024.7.4 - [Commits](https://github.com/certifi/python-certifi/compare/2023.11.17...2024.07.04) Updates `django` from 5.0.1 to 5.1.15 - [Commits](https://github.com/django/django/compare/5.0.1...5.1.15) Updates `gunicorn` from 21.2.0 to 22.0.0 - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/21.2.0...22.0.0) Updates `pillow` from 10.2.0 to 12.1.1 - [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/10.2.0...12.1.1) Updates `sqlparse` from 0.4.4 to 0.5.4 - [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG) - [Commits](https://github.com/andialbrecht/sqlparse/compare/0.4.4...0.5.4) Updates `urllib3` from 2.1.0 to 2.6.3 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.1.0...2.6.3) --- updated-dependencies: - dependency-name: certifi dependency-version: 2024.7.4 dependency-type: direct:production dependency-group: pip - dependency-name: django dependency-version: 5.1.15 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.1.1 dependency-type: direct:production dependency-group: pip - dependency-name: sqlparse dependency-version: 0.5.4 dependency-type: direct:production dependency-group: pip - dependency-name: urllib3 dependency-version: 2.6.3 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index 048b448..d6faf9f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,13 +1,13 @@ asgiref==3.7.2 -certifi==2023.11.17 +certifi==2024.7.4 cloudinary==1.38.0 -Django==5.0.1 -gunicorn==21.2.0 +Django==5.1.15 +gunicorn==22.0.0 packaging==23.2 -pillow==10.2.0 +pillow==12.1.1 psycopg2-binary==2.9.9 python-decouple==3.8 six==1.16.0 -sqlparse==0.4.4 -urllib3==2.1.0 +sqlparse==0.5.4 +urllib3==2.6.3 whitenoise==6.6.0