commit | e73818600065821d588af475b024f4eb518c3509 | [log] [tgz] |
---|---|---|
author | Paul Kehrer <paul.l.kehrer@gmail.com> | Thu Nov 30 20:55:25 2017 +0800 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Thu Nov 30 07:55:25 2017 -0500 |
tree | 8133b415490c43308be803927c0c51515b46af89 | |
parent | f724786613f90eb6e6ea26f4dbe17a1cda238d1e [diff] [blame] |
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
diff --git a/setup.py b/setup.py index 937d556..85252e9 100755 --- a/setup.py +++ b/setup.py
@@ -95,7 +95,7 @@ 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={