From e73818600065821d588af475b024f4eb518c3509 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Thu, 30 Nov 2017 20:55:25 +0800 Subject: fix a memory leak and a potential UAF and also #722 (#723) * fix a memory leak and a potential UAF and also #722 * sanity check * bump cryptography minimum version, add changelog --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 937d556..85252e9 100755 --- a/setup.py +++ b/setup.py @@ -95,7 +95,7 @@ if __name__ == "__main__": package_dir={"": "src"}, install_requires=[ # Fix cryptographyMinimum in tox.ini when changing this! - "cryptography>=1.9", + "cryptography>=2.1.4", "six>=1.5.2" ], extras_require={ -- cgit v1.2.1