From 8b4720a7d084d38205c5e57907066ee9415267db 2020-11-04 21:10:38 From: Branko Majic Date: 2020-11-04 21:10:38 Subject: [PATCH] GC-40: Updated Cryptography requirement to latest available version (3.2.x). --- diff --git a/setup.py b/setup.py index bb8b08bd73b1a52f7d31086275a375fe3d46d274..4dbf508556761fc2dae8583e860c4e130afdc259 100755 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ README = open(os.path.join(os.path.dirname(__file__), 'README.rst')).read() python_requirements = ">=3.5,<3.9" install_requirements = [ - 'cryptography>=2.9,<2.10', + 'cryptography>=3.2,<3.3', 'python-dateutil>=2.8,<2.9', ]