Skip to content

Commit

Permalink
BB2-2369 Update sqlparse to 4.4 to address high vulnerability (#1112)
Browse files Browse the repository at this point in the history
* BB2-2369 Update sqlparse to 4.4 to address high vulnerability

* BB2-2369 Remove old sqlparse wheels
  • Loading branch information
ajshred committed May 24, 2023
1 parent 06962f6 commit 3045f61
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions requirements/requirements.dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.7
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --generate-hashes --output-file=requirements/requirements.dev.txt requirements/requirements.dev.in
Expand Down Expand Up @@ -572,9 +572,9 @@ soupsieve==2.3.2.post1 \
--hash=sha256:3b2503d3c7084a42b1ebd08116e5f81aadfaea95863628c80a3b774a11b7c759 \
--hash=sha256:fc53893b3da2c33de295667a0e19f078c14bf86544af307354de5fcf12a3f30d
# via beautifulsoup4
sqlparse==0.4.2 \
--hash=sha256:0c00730c74263a94e5a9919ade150dfc3b19c574389985446148402998287dae \
--hash=sha256:48719e356bb8b42991bdbb1e8b83223757b93789c00910a616a071910ca4a64d
sqlparse==0.4.4 \
--hash=sha256:5430a4fe2ac7d0f93e66f1efc6e1338a41884b7ddf2a350cedd20ccc4d9d28f3 \
--hash=sha256:d446183e84b8349fa3061f0fe7f06ca94ba65b426946ffebe6e3e8295332420c
# via
# -r requirements/requirements.in
# django
Expand Down
8 changes: 4 additions & 4 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.7
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --generate-hashes --output-file=requirements/requirements.txt requirements/requirements.in
Expand Down Expand Up @@ -465,9 +465,9 @@ six==1.16.0 \
# djangorestframework-csv
# jsonschema
# python-dateutil
sqlparse==0.4.2 \
--hash=sha256:0c00730c74263a94e5a9919ade150dfc3b19c574389985446148402998287dae \
--hash=sha256:48719e356bb8b42991bdbb1e8b83223757b93789c00910a616a071910ca4a64d
sqlparse==0.4.4 \
--hash=sha256:5430a4fe2ac7d0f93e66f1efc6e1338a41884b7ddf2a350cedd20ccc4d9d28f3 \
--hash=sha256:d446183e84b8349fa3061f0fe7f06ca94ba65b426946ffebe6e3e8295332420c
# via
# -r requirements/requirements.in
# django
Expand Down
Binary file removed vendor/sqlparse-0.4.2-py3-none-any.whl
Binary file not shown.
Binary file removed vendor/sqlparse-0.4.3-py3-none-any.whl
Binary file not shown.
Binary file added vendor/sqlparse-0.4.4-py3-none-any.whl
Binary file not shown.

0 comments on commit 3045f61

Please sign in to comment.