From f605a49fd1931929e8fbc9ed0a902db097c29358 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Aug 2024 22:51:18 -0300 Subject: [PATCH] build(deps): bump the pip group across 1 directory with 6 updates (#221) Bumps the pip group with 6 updates in the /api directory: | Package | From | To | | --- | --- | --- | | [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-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-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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mateus Vieira <68292695+mateusvrs@users.noreply.github.com> --- api/requirements.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/api/requirements.txt b/api/requirements.txt index 83f16d9..2fa2dec 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -17,12 +17,12 @@ 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-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