commit | 02ea091cb05bae375eb92a269f8978243d80c3e1 | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Thu Jun 02 14:52:30 2016 -0700 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Thu Jun 02 14:52:30 2016 -0700 |
tree | 4d94acce77e98b414523f6a2057598248b9fbc75 | |
parent | 510293e2cf12fe9c77d6a372eee5e88df8012aa9 [diff] [blame] |
bump to cryptography 1.3.3
diff --git a/setup.py b/setup.py index 4643f71..30b7d8b 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.3", + "cryptography>=1.3.3", "six>=1.5.2" ], )