Skip to content

Commit cf3c318

Browse files
Bump cryptography from 46.0.5 to 46.0.6 (#1187)
Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.5 to 46.0.6. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@46.0.5...46.0.6) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6e979d4 commit cf3c318

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ attrs==21.4.0
22
azure==4.0.0
33
boto3==1.33.13
44
botocore==1.33.13
5-
cryptography==46.0.5
5+
cryptography==46.0.6
66
elasticsearch==7.16.1
77
elasticsearch-dsl==7.4.0
88
google-api-python-client==2.135.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
'azure==4.0.0',
4747
'boto3==1.33.13', # s3
4848
'botocore==1.33.13', # s3
49-
'cryptography==46.0.5', # for paramiko
49+
'cryptography==46.0.6', # for paramiko
5050
'elasticsearch==7.16.1',
5151
'elasticsearch-dsl==7.4.0', # for deep search
5252
'google-auth==2.30.0', # for Google Drive

0 commit comments

Comments
 (0)