Skip to content

Commit

Permalink
chore: Bump CI requirement cryptography to v42 (feast-dev#3966)
Browse files Browse the repository at this point in the history
  • Loading branch information
sudohainguyen authored Feb 28, 2024
1 parent b023aa5 commit 42f37bb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion sdk/python/requirements/py3.10-ci-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ comm==0.2.1
# ipywidgets
coverage[toml]==7.4.3
# via pytest-cov
cryptography==41.0.7
cryptography==42.0.4
# via
# azure-identity
# azure-storage-blob
Expand Down
2 changes: 1 addition & 1 deletion sdk/python/requirements/py3.8-ci-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ comm==0.2.1
# ipywidgets
coverage[toml]==7.4.3
# via pytest-cov
cryptography==41.0.7
cryptography==42.0.4
# via
# azure-identity
# azure-storage-blob
Expand Down
2 changes: 1 addition & 1 deletion sdk/python/requirements/py3.9-ci-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ comm==0.2.1
# ipywidgets
coverage[toml]==7.4.3
# via pytest-cov
cryptography==41.0.7
cryptography==42.0.4
# via
# azure-identity
# azure-storage-blob
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
[
"build",
"virtualenv==20.23.0",
"cryptography>=35.0,<42",
"cryptography>=35.0,<43",
"flake8>=6.0.0,<6.1.0",
"black>=22.6.0,<23",
"isort>=5,<6",
Expand Down

0 comments on commit 42f37bb

Please sign in to comment.