Skip to content

Commit

Permalink
[CI] Bump pyOpenSSL version used in testing (Azure#34307)
Browse files Browse the repository at this point in the history
This will allow us to test with the latest version of cryptography.

Signed-off-by: Paul Van Eck <paulvaneck@microsoft.com>
  • Loading branch information
pvaneck authored and sofiar-msft committed Feb 16, 2024
1 parent 2d10079 commit 6925bd9
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion eng/ci_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Jinja2==3.1.2
MarkupSafe==2.1.3
json-delta==2.0
readme_renderer==42.0;
pyopenssl==23.2.0
pyopenssl==24.0.0
python-dotenv==1.0.0; python_version > '3.7'
pyyaml==6.0.1
urllib3==1.26.9
Expand Down
2 changes: 1 addition & 1 deletion eng/test_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Jinja2==3.1.2
MarkupSafe==2.1.3
json-delta==2.0
readme_renderer==42.0;
pyopenssl==23.2.0
pyopenssl==24.0.0
python-dotenv==1.0.0; python_version > '3.7'
pyyaml==6.0.1
urllib3==1.26.9
Expand Down
1 change: 0 additions & 1 deletion sdk/identity/azure-identity-broker/dev_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ aiohttp>=3.0
typing_extensions>=3.7.2
-e ../../../tools/azure-sdk-tools
-e ../../../tools/azure-devtools
cryptography<=40.0.2
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@
../azure-storage-blob
-e ../../identity/azure-identity
aiohttp>=3.0
cryptography<41

0 comments on commit 6925bd9

Please sign in to comment.