Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump sqlparse from 0.4.4 to 0.5.0 in /requirements #239

Merged
merged 1 commit into from
May 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading