Skip to content
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
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ six==1.17.0
# via html5lib
soupsieve==2.8.4
# via beautifulsoup4
sqlparse==0.5.5
sqlparse==0.6.0
# via django
telepath==0.3.1
# via wagtail
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ soupsieve==2.8.4
# via
# -c base.txt
# beautifulsoup4
sqlparse==0.5.5
sqlparse==0.6.0
# via
# -c base.txt
# django
Expand Down
Loading