Skip to content

Commit 0892fcf

Browse files
author
Ulysses Souza
authored
Merge pull request #2795 from feliperuhland/upgrade-cryptography-to-3.4.7
Upgrade cryptography library to version 3.4.7
2 parents a60bd9a + 2403774 commit 0892fcf

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
@@ -2,7 +2,7 @@ appdirs==1.4.3
22
asn1crypto==0.22.0
33
backports.ssl-match-hostname==3.5.0.1
44
cffi==1.14.4
5-
cryptography==3.2
5+
cryptography==3.4.7
66
enum34==1.1.6
77
idna==2.5
88
ipaddress==1.0.18

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# https://github.com/pypa/pip/issues/4391). Once that's fixed, instead of
2828
# installing the extra dependencies, install the following instead:
2929
# 'requests[security] >= 2.5.2, != 2.11.0, != 2.12.2'
30-
'tls': ['pyOpenSSL>=17.5.0', 'cryptography>=1.3.4', 'idna>=2.0.0'],
30+
'tls': ['pyOpenSSL>=17.5.0', 'cryptography>=3.4.7', 'idna>=2.0.0'],
3131

3232
# Only required when connecting using the ssh:// protocol
3333
'ssh': ['paramiko>=2.4.2'],

0 commit comments

Comments
 (0)