Skip to content

Commit 1015618

Browse files
chore: Bump cryptography from 42.0.8 to 43.0.1 in /sdk/python/requirements (feast-dev#4483)
chore: Bump cryptography in /sdk/python/requirements Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.8 to 43.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@42.0.8...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>
1 parent 7b250e5 commit 1015618

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

sdk/python/requirements/py3.10-ci-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ comm==0.2.2
115115
# ipywidgets
116116
coverage[toml]==7.5.4
117117
# via pytest-cov
118-
cryptography==42.0.8
118+
cryptography==43.0.1
119119
# via
120120
# azure-identity
121121
# azure-storage-blob

sdk/python/requirements/py3.11-ci-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ comm==0.2.2
111111
# ipywidgets
112112
coverage[toml]==7.5.4
113113
# via pytest-cov
114-
cryptography==42.0.8
114+
cryptography==43.0.1
115115
# via
116116
# azure-identity
117117
# azure-storage-blob

sdk/python/requirements/py3.9-ci-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ comm==0.2.2
115115
# ipywidgets
116116
coverage[toml]==7.5.4
117117
# via pytest-cov
118-
cryptography==42.0.8
118+
cryptography==43.0.1
119119
# via
120120
# azure-identity
121121
# azure-storage-blob

0 commit comments

Comments
 (0)