Skip to content

Commit 8af842c

Browse files
committed
Fix pip verification tests by making dependency versions deterministic
1 parent 2a376ab commit 8af842c

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
azure.cli
22
azureml-core
3-
requests==2.32.5
3+
requests==2.32.3
44
packaging==20.9
55
setuptools==78.1.0

test/Microsoft.ComponentDetection.VerificationTests/resources/pip/requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
absl-py==2.2.2
22
astunparse==1.6.3
3-
certifi==2025.10.5
4-
charset-normalizer==3.4.4
3+
certifi==2025.1.31
4+
charset-normalizer==3.4.3
55
flatbuffers==25.2.10
66
gast==0.6.0
77
google-pasta==0.2.0
88
grpcio==1.71.0
99
h5py==3.13.0
10-
idna==3.11
10+
idna==3.10
1111
keras==3.9.2
1212
libclang==18.1.1
1313
Markdown==3.7
@@ -22,7 +22,7 @@ optree==0.14.1
2222
packaging==24.2
2323
protobuf==5.29.4
2424
Pygments==2.19.1
25-
requests==2.32.5
25+
requests==2.32.3
2626
rich==14.0.0
2727
setuptools==78.1.0
2828
six==1.17.0
@@ -31,7 +31,7 @@ tensorboard-data-server==0.7.2
3131
tensorflow==2.19.0
3232
termcolor==3.0.1
3333
typing_extensions==4.13.1
34-
urllib3==2.5.0
34+
urllib3==2.3.0
3535
Werkzeug==3.1.3
3636
wheel==0.45.1
3737
wrapt==1.17.2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
requests [socks] == 2.32.5 ; python_version > "2.7"
1+
requests [socks] >= 2.32.3, < 2.32.4 ; python_version > "2.7"

0 commit comments

Comments
 (0)