Skip to content

Commit

Permalink
feat: updated setuptools vulnerable to Command Injection via package URL
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelLarkin committed Nov 13, 2024
1 parent f72039c commit 28912ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ dependencies = [
"PyYAML>=5.1",
"questionary==1.10.0",
"simple-term-menu==1.5.2",
"setuptools==59.5.0", # https://github.com/pytorch/pytorch/issues/69894
"setuptools==75.4.0",
"tabulate==0.9.0",
"tensorboard>=2.14.1",
"torch==2.1.0",
Expand Down

0 comments on commit 28912ba

Please sign in to comment.