From a5adaa8c438a44ad0cef7ca7e421631184e97291 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 19:05:26 +0000 Subject: [PATCH] build(deps): bump the pip group in /api with 7 updates Bumps the pip group in /api with 7 updates: | Package | From | To | | --- | --- | --- | | [djangorestframework](https://github.com/encode/django-rest-framework) | `3.14.0` | `3.15.2` | | [djangorestframework-simplejwt](https://github.com/jazzband/djangorestframework-simplejwt) | `5.3.0` | `5.3.1` | | [gunicorn](https://github.com/benoitc/gunicorn) | `21.2.0` | `22.0.0` | | [idna](https://github.com/kjd/idna) | `3.4` | `3.7` | | [requests](https://github.com/psf/requests) | `2.31.0` | `2.32.2` | | [sqlparse](https://github.com/andialbrecht/sqlparse) | `0.4.4` | `0.5.0` | | [urllib3](https://github.com/urllib3/urllib3) | `2.0.7` | `2.2.2` | 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 `djangorestframework-simplejwt` from 5.3.0 to 5.3.1 - [Release notes](https://github.com/jazzband/djangorestframework-simplejwt/releases) - [Changelog](https://github.com/jazzband/djangorestframework-simplejwt/blob/master/CHANGELOG.md) - [Commits](https://github.com/jazzband/djangorestframework-simplejwt/compare/v5.3.0...v5.3.1) 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 `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 `requests` from 2.31.0 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.31.0...v2.32.2) Updates `sqlparse` from 0.4.4 to 0.5.0 - [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG) - [Commits](https://github.com/andialbrecht/sqlparse/compare/0.4.4...0.5.0) Updates `urllib3` from 2.0.7 to 2.2.2 - [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.0.7...2.2.2) --- updated-dependencies: - dependency-name: djangorestframework dependency-type: direct:production dependency-group: pip - dependency-name: djangorestframework-simplejwt dependency-type: direct:production dependency-group: pip - dependency-name: gunicorn dependency-type: direct:production dependency-group: pip - dependency-name: idna 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 ... Signed-off-by: dependabot[bot] --- api/requirements.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/api/requirements.txt b/api/requirements.txt index 83f16d9..d191dc4 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -16,13 +16,13 @@ dj-database-url==2.1.0 Django==4.2.11 django-cors-headers==4.3.0 django-redis==5.4.0 -djangorestframework==3.14.0 -djangorestframework-simplejwt==5.3.0 +djangorestframework==3.15.2 +djangorestframework-simplejwt==5.3.1 drf-yasg==1.21.7 ghp-import==2.1.0 -gunicorn==21.2.0 +gunicorn==22.0.0 httplib2==0.22.0 -idna==3.4 +idna==3.7 inflection==0.5.1 Jinja2==3.1.3 Markdown==3.4.4 @@ -54,14 +54,14 @@ PyYAML==6.0.1 pyyaml_env_tag==0.1 redis==5.0.1 regex==2023.8.8 -requests==2.31.0 +requests==2.32.2 rsa==4.9 six==1.16.0 soupsieve==2.5 -sqlparse==0.4.4 +sqlparse==0.5.0 typing_extensions==4.8.0 Unidecode==1.3.7 uritemplate==4.1.1 -urllib3==2.0.7 +urllib3==2.2.2 watchdog==3.0.0 whitenoise==6.6.0