Skip to content

Commit

Permalink
Upgrade sqlparse for vuln (#975)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Dister authored Oct 5, 2021
1 parent bf17c5b commit a05bb44
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions requirements/requirements.dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -464,9 +464,9 @@ soupsieve==2.0.1 \
--hash=sha256:1634eea42ab371d3d346309b93df7870a88610f0725d47528be902a0d95ecc55 \
--hash=sha256:a59dc181727e95d25f781f0eb4fd1825ff45590ec8ff49eadfd7f1a537cc0232
# via beautifulsoup4
sqlparse==0.2.4 \
--hash=sha256:ce028444cfab83be538752a2ffdb56bc417b7784ff35bb9a3062413717807dec \
--hash=sha256:d9cf190f51cbb26da0412247dfe4fb5f4098edb73db84e02f9fc21fdca31fed4
sqlparse==0.4.2 \
--hash=sha256:0c00730c74263a94e5a9919ade150dfc3b19c574389985446148402998287dae \
--hash=sha256:48719e356bb8b42991bdbb1e8b83223757b93789c00910a616a071910ca4a64d
# via
# -r requirements/requirements.in
# django
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dj-database-url
pyjwt
newrelic
psycopg2-binary
sqlparse
sqlparse==0.4.2
Pillow==8.3.2
boto3==1.17.93
djangorestframework-yaml==2.0.0
Expand Down
6 changes: 3 additions & 3 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -311,9 +311,9 @@ six==1.14.0 \
# djangorestframework-csv
# jsonschema
# python-dateutil
sqlparse==0.2.4 \
--hash=sha256:ce028444cfab83be538752a2ffdb56bc417b7784ff35bb9a3062413717807dec \
--hash=sha256:d9cf190f51cbb26da0412247dfe4fb5f4098edb73db84e02f9fc21fdca31fed4
sqlparse==0.4.2 \
--hash=sha256:0c00730c74263a94e5a9919ade150dfc3b19c574389985446148402998287dae \
--hash=sha256:48719e356bb8b42991bdbb1e8b83223757b93789c00910a616a071910ca4a64d
# via
# -r requirements/requirements.in
# django
Expand Down
Binary file removed vendor/sqlparse-0.2.4-py2.py3-none-any.whl
Binary file not shown.
Binary file added vendor/sqlparse-0.4.2-py3-none-any.whl
Binary file not shown.

0 comments on commit a05bb44

Please sign in to comment.