From d72843a4861c3be5f30a1b272b3e6026d33be2ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Aug 2025 21:31:01 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 9 updates Bumps the pip group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [certifi](https://github.com/certifi/python-certifi) | `2019.9.11` | `2024.7.4` | | [django](https://github.com/django/django) | `2.2.6` | `4.2.22` | | [idna](https://github.com/kjd/idna) | `2.8` | `3.7` | | [pillow](https://github.com/python-pillow/Pillow) | `6.2.1` | `10.3.0` | | [protobuf](https://github.com/protocolbuffers/protobuf) | `3.10.0` | `4.25.8` | | [requests](https://github.com/psf/requests) | `2.22.0` | `2.32.4` | | [rsa](https://github.com/sybrenstuvel/python-rsa) | `4.0` | `4.9.1` | | [sqlparse](https://github.com/andialbrecht/sqlparse) | `0.3.0` | `0.5.0` | | [urllib3](https://github.com/urllib3/urllib3) | `1.25.6` | `2.5.0` | Updates `certifi` from 2019.9.11 to 2024.7.4 - [Commits](https://github.com/certifi/python-certifi/compare/2019.09.11...2024.07.04) Updates `django` from 2.2.6 to 4.2.22 - [Commits](https://github.com/django/django/compare/2.2.6...4.2.22) Updates `idna` from 2.8 to 3.7 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](https://github.com/kjd/idna/compare/v2.8...v3.7) Updates `pillow` from 6.2.1 to 10.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/6.2.1...10.3.0) Updates `protobuf` from 3.10.0 to 4.25.8 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.10.0...v4.25.8) Updates `requests` from 2.22.0 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.22.0...v2.32.4) Updates `rsa` from 4.0 to 4.9.1 - [Changelog](https://github.com/sybrenstuvel/python-rsa/blob/main/CHANGELOG.md) - [Commits](https://github.com/sybrenstuvel/python-rsa/commits) Updates `sqlparse` from 0.3.0 to 0.5.0 - [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG) - [Commits](https://github.com/andialbrecht/sqlparse/compare/0.3.0...0.5.0) Updates `urllib3` from 1.25.6 to 2.5.0 - [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/1.25.6...2.5.0) --- updated-dependencies: - dependency-name: certifi dependency-version: 2024.7.4 dependency-type: direct:production dependency-group: pip - dependency-name: django dependency-version: 4.2.22 dependency-type: direct:production dependency-group: pip - dependency-name: idna dependency-version: '3.7' dependency-type: direct:production dependency-group: pip - dependency-name: pillow dependency-version: 10.3.0 dependency-type: direct:production dependency-group: pip - dependency-name: protobuf dependency-version: 4.25.8 dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-version: 2.32.4 dependency-type: direct:production dependency-group: pip - dependency-name: rsa dependency-version: 4.9.1 dependency-type: direct:production dependency-group: pip - dependency-name: sqlparse dependency-version: 0.5.0 dependency-type: direct:production dependency-group: pip - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1795ec4..9280015 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,9 @@ astroid==2.3.2 beautifulsoup4==4.8.1 cachetools==3.1.1 -certifi==2019.9.11 +certifi==2024.7.4 chardet==3.0.4 -Django==2.2.6 +Django==4.2.22 django-crispy-forms==1.8.0 django-storages==1.7.2 google==2.0.2 @@ -13,22 +13,22 @@ google-cloud-core==1.0.3 google-cloud-storage==1.20.0 google-resumable-media==0.4.1 googleapis-common-protos==1.6.0 -idna==2.8 +idna==3.7 isort==4.3.21 lazy-object-proxy==1.4.2 mccabe==0.6.1 -Pillow==6.2.1 -protobuf==3.10.0 +Pillow==10.3.0 +protobuf==4.25.8 psycopg2-binary==2.8.3 pyasn1==0.4.7 pyasn1-modules==0.2.7 pylint==2.4.3 pytz==2019.3 -requests==2.22.0 -rsa==4.0 +requests==2.32.4 +rsa==4.9.1 six==1.12.0 soupsieve==1.9.4 -sqlparse==0.3.0 +sqlparse==0.5.0 typed-ast==1.4.0 -urllib3==1.25.6 +urllib3==2.5.0 wrapt==1.11.2