Skip to content

Commit 8a0f3a3

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 6fe15da commit 8a0f3a3

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
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: 2 additions & 8 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
@@ -43,10 +43,7 @@ pyyaml==5.2
4343
requests==2.21.0
4444
# via -r requirements.in
4545
six==1.10.0
46-
# via
47-
# cryptography
48-
# protobuf
49-
# pyopenssl
46+
# via pyopenssl
5047
urllib3==1.24.3
5148
# via
5249
# -r requirements.in
@@ -55,6 +52,3 @@ wheel==0.33.6
5552
# via -r requirements.in
5653
wrapt==1.11.2
5754
# via deprecated
58-
59-
# The following packages are considered to be unsafe in a requirements file:
60-
# setuptools

0 commit comments

Comments
 (0)