Skip to content

Commit

Permalink
Bump cryptography from 42.0.4 to 43.0.1 (#882)
Browse files Browse the repository at this point in the history
Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.4 to 43.0.1.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@42.0.4...43.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 4, 2024
1 parent 66ea8dd commit 9420284
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ attrs==21.4.0
azure==4.0.0
boto3==1.33.13
botocore==1.33.13
cryptography==42.0.4
cryptography==43.0.1
elasticsearch==7.16.1
elasticsearch_dsl==7.4.0
google-api-python-client==2.135.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
'azure==4.0.0',
'boto3==1.33.13', # s3
'botocore==1.33.13', # s3
'cryptography==42.0.4', # for paramiko
'cryptography==43.0.1', # for paramiko
'elasticsearch==7.16.1',
'elasticsearch_dsl==7.4.0', # for deep search
'google-auth==2.30.0', # for Google Drive
Expand Down

0 comments on commit 9420284

Please sign in to comment.