summaryrefslogtreecommitdiff
path: root/tests/requirements
diff options
context:
space:
mode:
authorGiebisch <rafael@giebisch-mail.de>2022-10-21 00:37:27 +0200
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2022-10-24 08:11:30 +0200
commit3283120cca5d5eba5c3619612d0de5ad49dcf054 (patch)
tree279e3aaf80aac03d3bb2f268b5a39741c41fbbd5 /tests/requirements
parent5ec64fa481892747ee5ce7ec13584cc4fe53b857 (diff)
downloaddjango-3283120cca5d5eba5c3619612d0de5ad49dcf054.tar.gz
Fixed #34111 -- Made test runner with --debug-sql format SQL queries.
Diffstat (limited to 'tests/requirements')
-rw-r--r--tests/requirements/py3.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/requirements/py3.txt b/tests/requirements/py3.txt
index 864aef201d..29f8d1a1b2 100644
--- a/tests/requirements/py3.txt
+++ b/tests/requirements/py3.txt
@@ -17,7 +17,7 @@ pywatchman; sys.platform != 'win32'
PyYAML
redis >= 3.0.0
selenium
-sqlparse >= 0.2.2
+sqlparse >= 0.2.3
tblib >= 1.5.0
tzdata
colorama; sys.platform == 'win32'