From 0fc6fa0bd9c7daf4f20184b304d88146c7ba7370 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 30 Nov 2017 07:05:45 +0000 Subject: [PATCH] chore(dependencies): Bump cryptography from 2.1.3 to 2.1.4 Bumps [cryptography](https://github.com/pyca/cryptography) from 2.1.3 to 2.1.4. - [Changelog](https://github.com/pyca/cryptography/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/2.1.3...2.1.4) --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 setup.py diff --git a/requirements.txt b/requirements.txt index c757f2f..20fa3b5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -cryptography==2.1.3 +cryptography==2.1.4 diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index 3d30c99..1fcff7f --- a/setup.py +++ b/setup.py @@ -35,6 +35,6 @@ setup( ], keywords='cryptography noiseprotocol noise security', packages=find_packages(exclude=['contrib', 'docs', 'tests', 'examples']), - install_requires=['cryptography==2.1.3'], + install_requires=['cryptography==2.1.4'], python_requires='~=3.5,~=3.6', )