-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
security: update setuptools to version >= 70.0.0
setuptools vulnerable to Command Injection via package URL. CVE-2024-6345
- Loading branch information
1 parent
459d1dc
commit 7ae6704
Showing
2 changed files
with
35 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,72 +1,72 @@ | ||
# This file was autogenerated by uv via the following command: | ||
# uv pip compile --output-file requirements-dev.txt requirements-dev.in | ||
asttokens==2.2.1 | ||
asttokens==2.4.1 | ||
# via stack-data | ||
backcall==0.2.0 | ||
# via ipython | ||
black==24.3.0 | ||
build==0.10.0 | ||
black==24.4.2 | ||
build==1.2.1 | ||
# via pip-tools | ||
click==8.1.6 | ||
click==8.1.7 | ||
# via | ||
# black | ||
# pip-tools | ||
decorator==5.1.1 | ||
# via ipython | ||
executing==1.2.0 | ||
executing==2.0.1 | ||
# via stack-data | ||
flake8==6.1.0 | ||
ipython==8.14.0 | ||
jedi==0.19.0 | ||
flake8==7.1.0 | ||
ipython==8.26.0 | ||
jedi==0.19.1 | ||
# via ipython | ||
matplotlib-inline==0.1.6 | ||
matplotlib-inline==0.1.7 | ||
# via ipython | ||
mccabe==0.7.0 | ||
# via flake8 | ||
mypy-extensions==1.0.0 | ||
# via black | ||
packaging==23.1 | ||
packaging==24.1 | ||
# via | ||
# black | ||
# build | ||
parso==0.8.3 | ||
parso==0.8.4 | ||
# via jedi | ||
pathspec==0.11.2 | ||
pathspec==0.12.1 | ||
# via black | ||
pexpect==4.8.0 | ||
# via ipython | ||
pickleshare==0.7.5 | ||
pexpect==4.9.0 | ||
# via ipython | ||
pip==24.0 | ||
pip==24.1.2 | ||
# via pip-tools | ||
pip-tools==7.1.0 | ||
platformdirs==3.10.0 | ||
pip-tools==7.4.1 | ||
platformdirs==4.2.2 | ||
# via black | ||
prompt-toolkit==3.0.39 | ||
prompt-toolkit==3.0.47 | ||
# via ipython | ||
ptyprocess==0.7.0 | ||
# via pexpect | ||
pure-eval==0.2.2 | ||
pure-eval==0.2.3 | ||
# via stack-data | ||
pycodestyle==2.11.0 | ||
pycodestyle==2.12.0 | ||
# via flake8 | ||
pyflakes==3.1.0 | ||
pyflakes==3.2.0 | ||
# via flake8 | ||
pygments==2.15.1 | ||
pygments==2.18.0 | ||
# via ipython | ||
pyproject-hooks==1.0.0 | ||
# via build | ||
setuptools==69.1.0 | ||
pyproject-hooks==1.1.0 | ||
# via | ||
# build | ||
# pip-tools | ||
setuptools==71.1.0 | ||
# via pip-tools | ||
six==1.16.0 | ||
# via asttokens | ||
stack-data==0.6.2 | ||
stack-data==0.6.3 | ||
# via ipython | ||
traitlets==5.9.0 | ||
traitlets==5.14.3 | ||
# via | ||
# ipython | ||
# matplotlib-inline | ||
wcwidth==0.2.6 | ||
typing-extensions==4.9.0 | ||
# via ipython | ||
wcwidth==0.2.13 | ||
# via prompt-toolkit | ||
wheel==0.41.0 | ||
wheel==0.43.0 | ||
# via pip-tools |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters