diff --git a/requirements-test.txt b/requirements-test.txt index dc18614..0c19fa8 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -7,5 +7,5 @@ requests==2.26.0 psycopg2==2.9.1 PyMySQL==0.9.3 aiomysql==0.0.21 -cryptography==3.4.8 +cryptography==39.0.1 mysqlclient==2.0.3 \ No newline at end of file diff --git a/setup.py b/setup.py index c287574..e100389 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ ] MYSQL_REQUIREMENTS = [ 'aiomysql==0.0.21', - 'cryptography==3.4.8', + 'cryptography==39.0.1', 'mysqlclient==2.0.3', 'PyMySQL==0.9.3', ]