Skip to content

Commit

Permalink
Pin minimum sqlparse version to address security alert
Browse files Browse the repository at this point in the history
  • Loading branch information
amstilp committed Nov 17, 2023
1 parent 4ac6100 commit d229177
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 @@ -216,7 +216,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/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 @@ -44,3 +44,4 @@ asgiref>=3.6
certifi>=2023.7.22
pyjwt>=2.4.0
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 @@ -160,8 +160,10 @@ six==1.16.0
# via
# django-autocomplete-light
# google-auth
sqlparse==0.4.2
# via django
sqlparse==0.4.4
# via
# -r requirements/requirements.in
# django
tenacity==8.2.1
# via plotly
text-unidecode==1.3
Expand Down

0 comments on commit d229177

Please sign in to comment.