Skip to content

Commit c8e42a6

Browse files
Bump cryptography from 2.6.1 to 3.2
Bumps [cryptography](https://github.com/pyca/cryptography) from 2.6.1 to 3.2. - [Release notes](https://github.com/pyca/cryptography/releases) - [Changelog](https://github.com/pyca/cryptography/blob/master/CHANGELOG.rst) - [Commits](pyca/cryptography@2.6.1...3.2) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 26dc3ab commit c8e42a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ certifi==2019.3.9
55
cffi==1.12.3
66
chardet==3.0.4
77
coverage==4.5.3
8-
cryptography==2.6.1
8+
cryptography==3.2
99
entrypoints==0.3
1010
flake8==3.7.7
1111
idna==2.8

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
'dev': ['pep8>=1.7.1,<2',
3737
'sphinx >= 2.0.1,<3',
3838
'sphinxcontrib-apidoc>=0.3.0',
39-
'cryptography>=2.6.1,<2.7',
39+
'cryptography>=2.6.1,<3.3',
4040
],
4141
'test': ['coverage>=4.5.3,<5',
4242
'flake8>=3.7.7,<4',

0 commit comments

Comments
 (0)