Skip to content

Commit

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

---
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 Aug 6, 2023
1 parent 9dd7634 commit 989e3b4
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.26.1
botocore==1.29.1
cryptography==41.0.2
cryptography==41.0.3
elasticsearch==7.16.1
elasticsearch_dsl==7.4.0
ipywidgets==8.0.6
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
'azure==4.0.0',
'boto3==1.26.1', # s3
'botocore==1.29.1', # s3
'cryptography==41.0.2', # for paramiko
'cryptography==41.0.3', # for paramiko
'elasticsearch==7.16.1',
'elasticsearch_dsl==7.4.0', # for deep search
'ipywidgets==8.0.6', # for jupyterlab widgets
Expand Down

0 comments on commit 989e3b4

Please sign in to comment.