Skip to content

Commit

Permalink
Bump the pip group across 2 directories with 2 updates
Browse files Browse the repository at this point in the history
Bumps the pip group with 1 update in the /examples/sharedlinks/sharedlinks-backend directory: [sqlparse](https://github.com/andialbrecht/sqlparse).
Bumps the pip group with 2 updates in the /requirements directory: [idna](https://github.com/kjd/idna) and [sqlparse](https://github.com/andialbrecht/sqlparse).


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 `idna` from 3.6 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.6...v3.7)

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)

---
updated-dependencies:
- dependency-name: sqlparse
  dependency-type: indirect
  dependency-group: pip
- dependency-name: idna
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: sqlparse
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and apragacz committed Apr 16, 2024
1 parent f5dae4e commit 8578ba9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/sharedlinks/sharedlinks-backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ requests==2.31.0
# via coreapi
simplejson==3.17.2
# via django-rest-swagger
sqlparse==0.4.4
sqlparse==0.5.0
# via django
uritemplate==3.0.1
# via coreapi
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-base.lock.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ djangorestframework==3.14.0
# via django-rest-registration (setup.py)
pytz==2023.3.post1
# via djangorestframework
sqlparse==0.4.4
sqlparse==0.5.0
# via django
typing-extensions==4.9.0
# via asgiref
4 changes: 2 additions & 2 deletions requirements/requirements-dev.lock.txt
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ flake8-pyproject==1.2.3
# via -r requirements/requirements-test.lock.txt
flake8-tuple==0.4.1
# via -r requirements/requirements-test.lock.txt
idna==3.6
idna==3.7
# via
# -r requirements/requirements-test.lock.txt
# requests
Expand Down Expand Up @@ -400,7 +400,7 @@ sphinxcontrib-serializinghtml==1.1.9
# via
# -r requirements/requirements-test.lock.txt
# sphinx
sqlparse==0.4.4
sqlparse==0.5.0
# via
# -r requirements/requirements-test.lock.txt
# django
Expand Down
4 changes: 2 additions & 2 deletions requirements/requirements-test.lock.txt
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ flake8-pyproject==1.2.3
# via -r requirements/requirements-test.in
flake8-tuple==0.4.1
# via -r requirements/requirements-test.in
idna==3.6
idna==3.7
# via requests
imagesize==1.4.1
# via sphinx
Expand Down Expand Up @@ -256,7 +256,7 @@ sphinxcontrib-qthelp==1.0.6
# via sphinx
sphinxcontrib-serializinghtml==1.1.9
# via sphinx
sqlparse==0.4.4
sqlparse==0.5.0
# via
# -r requirements/requirements-base.lock.txt
# django
Expand Down

0 comments on commit 8578ba9

Please sign in to comment.