Skip to content

Commit 2403774

Browse files
committed
Upgrade cryptography library to version 3.4.7
Dependabot opened a pull request 93bcc04 to upgrade cryptography from 2.3 to 3.2. However, only `requirements.txt` was updated. The extra requirements were kept outdated. This commit was made to update the library to the last version. Fix #2791 Signed-off-by: Felipe Ruhland <[email protected]>
1 parent a60bd9a commit 2403774

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

+1-1
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

+1-1
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)