Skip to content

Commit

Permalink
upgrade urllib
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Luar <jluar@precisioninno.com>
  • Loading branch information
luarss committed Feb 19, 2025
1 parent 701c5c0 commit 1213ef2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion tools/AutoTuner/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies = [
"tensorboard >= 2.14.0, <= 2.16.2",
"protobuf ~= 3.20.3",
"SQLAlchemy ~= 1.4.17",
"urllib3 <= 1.26.15",
"urllib3 ~= 1.26.17",
"matplotlib ~= 3.7.0",
"pyyaml ~= 6.0.1",
]
Expand Down
4 changes: 2 additions & 2 deletions tools/AutoTuner/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ py-spy==0.4.0
# via ray
py4j==0.10.9.9
# via hyperopt
pyarrow==19.0.0
pyarrow==19.0.1
# via ray
pyasn1==0.6.1
# via
Expand Down Expand Up @@ -433,7 +433,7 @@ tzdata==2025.1
# via pandas
uc-micro-py==1.0.3
# via linkify-it-py
urllib3==1.26.15
urllib3==1.26.20
# via
# autotuner (pyproject.toml)
# requests
Expand Down
4 changes: 2 additions & 2 deletions tools/AutoTuner/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ py-spy==0.4.0
# via ray
py4j==0.10.9.9
# via hyperopt
pyarrow==19.0.0
pyarrow==19.0.1
# via ray
pyasn1==0.6.1
# via
Expand Down Expand Up @@ -420,7 +420,7 @@ tzdata==2025.1
# via pandas
uc-micro-py==1.0.3
# via linkify-it-py
urllib3==1.26.15
urllib3==1.26.20
# via
# autotuner (pyproject.toml)
# requests
Expand Down
8 changes: 4 additions & 4 deletions tools/AutoTuner/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1213ef2

Please sign in to comment.