diff --git a/setup.py b/setup.py index 75d01d2..7af354c 100644 --- a/setup.py +++ b/setup.py @@ -60,7 +60,7 @@ install_requires=[ 'docopt==0.6.2', 'PyYAML==6.0.2', - 'mysqlclient==2.2.4', + 'mysqlclient==2.2.5', 'sql_metadata==2.13.0', 'termcolor==2.4.0', 'yamlordereddictloader==0.4.2'