Skip to content

Commit 1213ef2

Browse files
committed
upgrade urllib
Signed-off-by: Jack Luar <[email protected]>
1 parent 701c5c0 commit 1213ef2

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

tools/AutoTuner/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies = [
1919
"tensorboard >= 2.14.0, <= 2.16.2",
2020
"protobuf ~= 3.20.3",
2121
"SQLAlchemy ~= 1.4.17",
22-
"urllib3 <= 1.26.15",
22+
"urllib3 ~= 1.26.17",
2323
"matplotlib ~= 3.7.0",
2424
"pyyaml ~= 6.0.1",
2525
]

tools/AutoTuner/requirements-dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ py-spy==0.4.0
292292
# via ray
293293
py4j==0.10.9.9
294294
# via hyperopt
295-
pyarrow==19.0.0
295+
pyarrow==19.0.1
296296
# via ray
297297
pyasn1==0.6.1
298298
# via
@@ -433,7 +433,7 @@ tzdata==2025.1
433433
# via pandas
434434
uc-micro-py==1.0.3
435435
# via linkify-it-py
436-
urllib3==1.26.15
436+
urllib3==1.26.20
437437
# via
438438
# autotuner (pyproject.toml)
439439
# requests

tools/AutoTuner/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ py-spy==0.4.0
282282
# via ray
283283
py4j==0.10.9.9
284284
# via hyperopt
285-
pyarrow==19.0.0
285+
pyarrow==19.0.1
286286
# via ray
287287
pyasn1==0.6.1
288288
# via
@@ -420,7 +420,7 @@ tzdata==2025.1
420420
# via pandas
421421
uc-micro-py==1.0.3
422422
# via linkify-it-py
423-
urllib3==1.26.15
423+
urllib3==1.26.20
424424
# via
425425
# autotuner (pyproject.toml)
426426
# requests

tools/AutoTuner/uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)