From a43f1fa3519f31f44c137767cdac5020f3b462f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 20:05:22 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 11 updates Bumps the pip group with 11 updates in the / directory: | Package | From | To | | --- | --- | --- | | [certifi](https://github.com/certifi/python-certifi) | `2022.12.7` | `2024.7.4` | | [cryptography](https://github.com/pyca/cryptography) | `39.0.1` | `42.0.4` | | [django](https://github.com/django/django) | `4.1.7` | `4.1.13` | | [idna](https://github.com/kjd/idna) | `3.4` | `3.7` | | [pillow](https://github.com/python-pillow/Pillow) | `9.4.0` | `10.3.0` | | [pyyaml](https://github.com/yaml/pyyaml) | `5.1` | `5.4` | | [requests](https://github.com/psf/requests) | `2.28.2` | `2.32.2` | | [sqlparse](https://github.com/andialbrecht/sqlparse) | `0.3.1` | `0.5.0` | | [urllib3](https://github.com/urllib3/urllib3) | `1.26.9` | `1.26.19` | | [werkzeug](https://github.com/pallets/werkzeug) | `2.1.2` | `3.0.3` | | [zipp](https://github.com/jaraco/zipp) | `3.8.0` | `3.19.1` | Updates `certifi` from 2022.12.7 to 2024.7.4 - [Commits](https://github.com/certifi/python-certifi/compare/2022.12.07...2024.07.04) Updates `cryptography` from 39.0.1 to 42.0.4 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/39.0.1...42.0.4) Updates `django` from 4.1.7 to 4.1.13 - [Commits](https://github.com/django/django/compare/4.1.7...4.1.13) Updates `idna` from 3.4 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/v3.4...v3.7) Updates `pillow` from 9.4.0 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/9.4.0...10.3.0) Updates `pyyaml` from 5.1 to 5.4 - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/main/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/5.1...5.4) Updates `requests` from 2.28.2 to 2.32.2 - [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.28.2...v2.32.2) Updates `sqlparse` from 0.3.1 to 0.5.0 - [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG) - [Commits](https://github.com/andialbrecht/sqlparse/compare/0.3.1...0.5.0) Updates `urllib3` from 1.26.9 to 1.26.19 - [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.26.9...1.26.19) Updates `werkzeug` from 2.1.2 to 3.0.3 - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/werkzeug/compare/2.1.2...3.0.3) Updates `zipp` from 3.8.0 to 3.19.1 - [Release notes](https://github.com/jaraco/zipp/releases) - [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst) - [Commits](https://github.com/jaraco/zipp/compare/v3.8.0...v3.19.1) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production dependency-group: pip - dependency-name: cryptography dependency-type: direct:production dependency-group: pip - dependency-name: django dependency-type: direct:production dependency-group: pip - dependency-name: idna dependency-type: direct:production dependency-group: pip - dependency-name: pillow dependency-type: direct:production dependency-group: pip - dependency-name: pyyaml dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-type: direct:production dependency-group: pip - dependency-name: sqlparse dependency-type: direct:production dependency-group: pip - dependency-name: urllib3 dependency-type: direct:production dependency-group: pip - dependency-name: werkzeug dependency-type: direct:production dependency-group: pip - dependency-name: zipp dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/requirements.txt b/requirements.txt index dc8ab8eaa..171bc94d5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,21 +1,21 @@ argon2-cffi==21.3.0 argon2-cffi-bindings==21.2.0 asgiref==3.6.0 -certifi==2022.12.7 +certifi==2024.7.4 cffi==1.15.1 charset-normalizer==3.0.1 -cryptography==39.0.1 +cryptography==42.0.4 crispy_bootstrap4 defusedxml==0.7.1 dj-database-url==0.5.0 -Django==4.1.7 +Django==4.1.13 django-allauth==0.52.0 django-crispy-forms==2.0 django-heroku==0.3.1 -idna==3.4 +idna==3.7 mccabe==0.6.1 oauthlib==3.2.2 -Pillow==9.4.0 +Pillow==10.3.0 psycopg2==2.9.3 pycodestyle==2.7.0 pycparser==2.21 @@ -23,11 +23,11 @@ pyflakes==2.3.1 PyJWT==2.4.0 python3-openid==3.2.0 pytz==2020.1 -PyYAML==5.1 -requests==2.28.2 +PyYAML==5.4 +requests==2.32.2 requests-oauthlib==1.3.1 -sqlparse==0.3.1 -urllib3==1.26.9 -Werkzeug==2.1.2 +sqlparse==0.5.0 +urllib3==1.26.19 +Werkzeug==3.0.3 whitenoise==6.2.0 -zipp==3.8.0 +zipp==3.19.1