Skip to content

Commit

Permalink
Bump cryptography from 2.8.0 to 39.0.1
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Feb 23, 2023
1 parent 6fe15da commit 8a0f3a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
asn1==2.2.0 # asn1 2.3.0 introduces enum34 as a dependency, which causes problems on some envs
cryptography==2.8.0
cryptography==39.0.1
cffi==1.14.3
future==0.18.2
itsdangerous==1.1.0
Expand Down
10 changes: 2 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ cffi==1.14.3
# cryptography
chardet==3.0.4
# via requests
cryptography==2.8
cryptography==39.0.1
# via
# -r requirements.in
# pyopenssl
Expand Down Expand Up @@ -43,10 +43,7 @@ pyyaml==5.2
requests==2.21.0
# via -r requirements.in
six==1.10.0
# via
# cryptography
# protobuf
# pyopenssl
# via pyopenssl
urllib3==1.24.3
# via
# -r requirements.in
Expand All @@ -55,6 +52,3 @@ wheel==0.33.6
# via -r requirements.in
wrapt==1.11.2
# via deprecated

# The following packages are considered to be unsafe in a requirements file:
# setuptools

0 comments on commit 8a0f3a3

Please sign in to comment.