Skip to content

Commit

Permalink
build(deps): bump the pip group across 1 directory with 6 updates (#221)
Browse files Browse the repository at this point in the history
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](jazzband/djangorestframework-simplejwt@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](benoitc/gunicorn@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](kjd/idna@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](psf/requests@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](andialbrecht/sqlparse@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](urllib3/urllib3@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mateus Vieira <[email protected]>
  • Loading branch information
dependabot[bot] and mateusvrs authored Aug 12, 2024
1 parent 556df6c commit f605a49
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions api/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit f605a49

Please sign in to comment.