diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-04-10 12:45:42 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-05-08 06:14:42 +0200 |
| commit | f97f71f59249f1fbeebe84d4fc858d70fc456f7d (patch) | |
| tree | daadc365c72cf3e7ae41d37c43f87960229aa533 /tests | |
| parent | 6137ec2bf2c6398b5980b8cea91ff757a867b222 (diff) | |
Refs #12990 -- Bumped mysqlclient requirement to >= 1.4.0.
MySQLdb.constants.FIELD_TYPE.JSON was added in mysqlclient 1.4.0rc2.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/requirements/mysql.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/requirements/mysql.txt b/tests/requirements/mysql.txt index 9974ce0d36..df8a023017 100644 --- a/tests/requirements/mysql.txt +++ b/tests/requirements/mysql.txt @@ -1 +1 @@ -mysqlclient >= 1.3.13 +mysqlclient >= 1.4.0 |
