Skip to content

Commit 8578ba9

Browse files
dependabot[bot]apragacz
authored andcommitted
Bump the pip group across 2 directories with 2 updates
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] <support@github.com>
1 parent f5dae4e commit 8578ba9

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

examples/sharedlinks/sharedlinks-backend/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ requests==2.31.0
4949
# via coreapi
5050
simplejson==3.17.2
5151
# via django-rest-swagger
52-
sqlparse==0.4.4
52+
sqlparse==0.5.0
5353
# via django
5454
uritemplate==3.0.1
5555
# via coreapi

requirements/requirements-base.lock.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ djangorestframework==3.14.0
1414
# via django-rest-registration (setup.py)
1515
pytz==2023.3.post1
1616
# via djangorestframework
17-
sqlparse==0.4.4
17+
sqlparse==0.5.0
1818
# via django
1919
typing-extensions==4.9.0
2020
# via asgiref

requirements/requirements-dev.lock.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ flake8-pyproject==1.2.3
143143
# via -r requirements/requirements-test.lock.txt
144144
flake8-tuple==0.4.1
145145
# via -r requirements/requirements-test.lock.txt
146-
idna==3.6
146+
idna==3.7
147147
# via
148148
# -r requirements/requirements-test.lock.txt
149149
# requests
@@ -400,7 +400,7 @@ sphinxcontrib-serializinghtml==1.1.9
400400
# via
401401
# -r requirements/requirements-test.lock.txt
402402
# sphinx
403-
sqlparse==0.4.4
403+
sqlparse==0.5.0
404404
# via
405405
# -r requirements/requirements-test.lock.txt
406406
# django

requirements/requirements-test.lock.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ flake8-pyproject==1.2.3
9696
# via -r requirements/requirements-test.in
9797
flake8-tuple==0.4.1
9898
# via -r requirements/requirements-test.in
99-
idna==3.6
99+
idna==3.7
100100
# via requests
101101
imagesize==1.4.1
102102
# via sphinx
@@ -256,7 +256,7 @@ sphinxcontrib-qthelp==1.0.6
256256
# via sphinx
257257
sphinxcontrib-serializinghtml==1.1.9
258258
# via sphinx
259-
sqlparse==0.4.4
259+
sqlparse==0.5.0
260260
# via
261261
# -r requirements/requirements-base.lock.txt
262262
# django

0 commit comments

Comments
 (0)