Skip to content

Commit

Permalink
security: update setuptools to version >= 70.0.0
Browse files Browse the repository at this point in the history
setuptools vulnerable to Command Injection via package URL.

CVE-2024-6345
  • Loading branch information
fcbertoldi committed Jul 23, 2024
1 parent 459d1dc commit 7ae6704
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 35 deletions.
64 changes: 32 additions & 32 deletions requirements-dev.txt
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
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ idna==3.7
# via trio
outcome==1.3.0.post0
# via trio
pypdf==4.2.0
pypdf==4.3.1
pysocks==1.7.1
# via urllib3
selenium==4.22.0
selenium==4.23.0
sniffio==1.3.1
# via trio
sortedcontainers==2.4.0
Expand All @@ -26,7 +26,7 @@ trio==0.26.0
# trio-websocket
trio-websocket==0.11.1
# via selenium
typing-extensions==4.12.2
typing-extensions==4.9.0
# via selenium
urllib3==2.2.2
# via selenium
Expand Down

0 comments on commit 7ae6704

Please sign in to comment.