Skip to content

Commit 0084206

Browse files
authored
[CI] Bump pyOpenSSL version used in testing (#34307)
This will allow us to test with the latest version of cryptography. Signed-off-by: Paul Van Eck <[email protected]>
1 parent 9e51c82 commit 0084206

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

eng/ci_tools.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Jinja2==3.1.2
2525
MarkupSafe==2.1.3
2626
json-delta==2.0
2727
readme_renderer==42.0;
28-
pyopenssl==23.2.0
28+
pyopenssl==24.0.0
2929
python-dotenv==1.0.0; python_version > '3.7'
3030
pyyaml==6.0.1
3131
urllib3==1.26.9

eng/test_tools.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Jinja2==3.1.2
1414
MarkupSafe==2.1.3
1515
json-delta==2.0
1616
readme_renderer==42.0;
17-
pyopenssl==23.2.0
17+
pyopenssl==24.0.0
1818
python-dotenv==1.0.0; python_version > '3.7'
1919
pyyaml==6.0.1
2020
urllib3==1.26.9

sdk/identity/azure-identity-broker/dev_requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ aiohttp>=3.0
33
typing_extensions>=3.7.2
44
-e ../../../tools/azure-sdk-tools
55
-e ../../../tools/azure-devtools
6-
cryptography<=40.0.2

sdk/storage/azure-storage-blob-changefeed/dev_requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@
33
../azure-storage-blob
44
-e ../../identity/azure-identity
55
aiohttp>=3.0
6-
cryptography<41

0 commit comments

Comments
 (0)