summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2023-01-05 16:34:14 +0100
committerGitHub <noreply@github.com>2023-01-05 16:34:14 +0100
commit7d9329935a842510fab5eb2634bf08e40e1cb2cb (patch)
tree8126f686ccf1b506a898a6c1e8624b13fba23989 /tests
parent6c86495bcee22eac19d7fb040b2988b830707cbd (diff)
Refs #32355 -- Bumped mysqlclient requirement to >= 1.4.3.
mysqlclient 1.4.3 is the first release to support Python 3.8.
Diffstat (limited to 'tests')
-rw-r--r--tests/requirements/mysql.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/requirements/mysql.txt b/tests/requirements/mysql.txt
index df8a023017..27be1d86cc 100644
--- a/tests/requirements/mysql.txt
+++ b/tests/requirements/mysql.txt
@@ -1 +1 @@
-mysqlclient >= 1.4.0
+mysqlclient >= 1.4.3