Skip to content

Commit

Permalink
build(deps): bump sqlparse from 0.4.4 to 0.5.0 in /requirements
Browse files Browse the repository at this point in the history
Bumps [sqlparse](https://github.com/andialbrecht/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
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 24, 2024
1 parent 02b4ccb commit 1908813
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 32 deletions.
20 changes: 8 additions & 12 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,29 +8,25 @@ asgiref==3.8.1
# via django
backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -c requirements/constraints.txt
# -c constraints.txt
# django
# djangorestframework
django==4.2.11
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
# -c common_constraints.txt
# -r base.in
# django-model-utils
# djangorestframework
# jsonfield
django-model-utils==4.4.0
# via -r requirements/base.in
# via -r base.in
djangorestframework==3.15.1
# via -r requirements/base.in
# via -r base.in
jsonfield==3.1.0
# via -r requirements/base.in
# via -r base.in
pytz==2024.1
# via -r requirements/base.in
sqlparse==0.4.4
# via -r base.in
sqlparse==0.5.0
# via django
typing-extensions==4.10.0
# via asgiref

# The following packages are considered to be unsafe in a requirements file:
setuptools==69.2.0
# via -r requirements/base.in
9 changes: 1 addition & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ sphinxcontrib-serializinghtml==1.1.5
# -r docs.txt
# -r test.txt
# sphinx
sqlparse==0.4.4
sqlparse==0.5.0
# via
# -r base.txt
# -r docs.txt
Expand Down Expand Up @@ -360,10 +360,3 @@ zipp==3.18.1
# -r docs.txt
# -r test.txt
# importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
setuptools==69.2.0
# via
# -r base.txt
# -r docs.txt
# -r test.txt
6 changes: 1 addition & 5 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
sqlparse==0.4.4
sqlparse==0.5.0
# via
# -r base.txt
# django
Expand All @@ -118,7 +118,3 @@ urllib3==2.2.1
# via requests
zipp==3.18.1
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
setuptools==69.2.0
# via -r base.txt
8 changes: 1 addition & 7 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ sphinxcontrib-serializinghtml==1.1.5
# via
# -r docs.txt
# sphinx
sqlparse==0.4.4
sqlparse==0.5.0
# via
# -r base.txt
# -r docs.txt
Expand Down Expand Up @@ -276,9 +276,3 @@ zipp==3.18.1
# via
# -r docs.txt
# importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
setuptools==69.2.0
# via
# -r base.txt
# -r docs.txt

0 comments on commit 1908813

Please sign in to comment.