Skip to content

Commit 4111b8d

Browse files
Bump cryptography from 2.8.0 to 39.0.1
Bumps [cryptography](https://github.com/pyca/cryptography) from 2.8.0 to 39.0.1. - [Release notes](https://github.com/pyca/cryptography/releases) - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@2.8...39.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e73b209 commit 4111b8d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
asn1==2.2.0 # asn1 2.3.0 introduces enum34 as a dependency, which causes problems on some envs
2-
cryptography==2.8.0
2+
cryptography==39.0.1
33
cffi==1.14.3
44
future==0.18.2
55
itsdangerous==1.1.0

requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ cffi==1.14.3
1414
# cryptography
1515
chardet==3.0.4
1616
# via requests
17-
cryptography==2.8
17+
cryptography==39.0.1
1818
# via
1919
# -r requirements.in
2020
# pyopenssl
@@ -44,7 +44,6 @@ requests==2.21.0
4444
# via -r requirements.in
4545
six==1.10.0
4646
# via
47-
# cryptography
4847
# protobuf
4948
# pyopenssl
5049
urllib3==1.24.3

0 commit comments

Comments
 (0)