Skip to content

Commit 42f37bb

Browse files
chore: Bump CI requirement cryptography to v42 (#3966)
1 parent b023aa5 commit 42f37bb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ comm==0.2.1
128128
# ipywidgets
129129
coverage[toml]==7.4.3
130130
# via pytest-cov
131-
cryptography==41.0.7
131+
cryptography==42.0.4
132132
# via
133133
# azure-identity
134134
# azure-storage-blob

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ comm==0.2.1
132132
# ipywidgets
133133
coverage[toml]==7.4.3
134134
# via pytest-cov
135-
cryptography==41.0.7
135+
cryptography==42.0.4
136136
# via
137137
# azure-identity
138138
# 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
@@ -128,7 +128,7 @@ comm==0.2.1
128128
# ipywidgets
129129
coverage[toml]==7.4.3
130130
# via pytest-cov
131-
cryptography==41.0.7
131+
cryptography==42.0.4
132132
# via
133133
# azure-identity
134134
# azure-storage-blob

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
[
154154
"build",
155155
"virtualenv==20.23.0",
156-
"cryptography>=35.0,<42",
156+
"cryptography>=35.0,<43",
157157
"flake8>=6.0.0,<6.1.0",
158158
"black>=22.6.0,<23",
159159
"isort>=5,<6",

0 commit comments

Comments
 (0)