Skip to content

Commit

Permalink
Pin minimum version of sqlparse to fix security alert
Browse files Browse the repository at this point in the history
  • Loading branch information
amstilp committed Nov 20, 2023
1 parent 5e80eb2 commit 836abcd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements/dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
sqlparse==0.4.2
sqlparse==0.4.4
# via
# -c requirements.txt
# django
Expand Down
1 change: 1 addition & 0 deletions requirements/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,4 @@ tablib
# Temporary(?) pins to fix security alerts.
certifi>=2023.7.22
urllib3>=1.26.18
sqlparse>=0.4.4
6 changes: 4 additions & 2 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,10 @@ six==1.16.0
# django-autocomplete-light
# google-auth
# python-dateutil
sqlparse==0.4.2
# via django
sqlparse==0.4.4
# via
# -r requirements.in
# django
tablib==3.4.0
# via -r requirements.in
tenacity==8.2.1
Expand Down

0 comments on commit 836abcd

Please sign in to comment.