diff --git a/setup.py b/setup.py index 67b0fc6..8db3592 100644 --- a/setup.py +++ b/setup.py @@ -60,7 +60,7 @@ install_requires=[ 'docopt==0.6.2', 'PyYAML==6.0.2', - 'mysqlclient==2.2.5', + 'mysqlclient==2.2.6', 'sql_metadata==2.14.0', 'termcolor==2.4.0', 'yamlordereddictloader==0.4.2'