build(deps): removed unnecessary jupyter deps (#3583)

### Summary

Removes unnecessary `jupyter` and `ipython` dev dependencies to reduce
CVE surface area.
This commit is contained in:
Matt Robinson 2024-08-31 01:21:40 -04:00 committed by GitHub
parent 6ba8135bf9
commit 04322d1632
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 10 additions and 340 deletions

View File

@ -1,3 +1,11 @@
## 0.15.10-dev0
### Enhancements
### Features
### Fixes
## 0.15.9 ## 0.15.9
### Enhancements ### Enhancements

View File

@ -1,7 +1,5 @@
-c ./deps/constraints.txt -c ./deps/constraints.txt
-c base.txt -c base.txt
-c test.txt -c test.txt
jupyter
ipython
pip-tools pip-tools
pre-commit pre-commit

View File

@ -4,392 +4,56 @@
# #
# pip-compile ./dev.in # pip-compile ./dev.in
# #
anyio==4.4.0
# via
# -c ./base.txt
# -c ./test.txt
# httpx
# jupyter-server
appnope==0.1.4
# via ipykernel
argon2-cffi==23.1.0
# via
# jupyter-server
# notebook
argon2-cffi-bindings==21.2.0
# via argon2-cffi
asttokens==2.4.1
# via stack-data
attrs==24.2.0
# via
# -c ./test.txt
# jsonschema
babel==2.16.0
# via jupyterlab-server
beautifulsoup4==4.12.3
# via
# -c ./base.txt
# nbconvert
bleach==6.1.0
# via nbconvert
build==1.2.1 build==1.2.1
# via pip-tools # via pip-tools
certifi==2024.8.30
# via
# -c ./base.txt
# -c ./test.txt
# httpx
# requests
cffi==1.17.0
# via argon2-cffi-bindings
cfgv==3.4.0 cfgv==3.4.0
# via pre-commit # via pre-commit
charset-normalizer==3.3.2
# via
# -c ./base.txt
# -c ./test.txt
# requests
click==8.1.7 click==8.1.7
# via # via
# -c ./base.txt # -c ./base.txt
# -c ./test.txt # -c ./test.txt
# pip-tools # pip-tools
comm==0.2.2
# via
# ipykernel
# ipywidgets
debugpy==1.8.5
# via ipykernel
decorator==5.1.1
# via ipython
defusedxml==0.7.1
# via nbconvert
distlib==0.3.8 distlib==0.3.8
# via virtualenv # via virtualenv
entrypoints==0.4
# via jupyter-client
exceptiongroup==1.2.2
# via
# -c ./base.txt
# -c ./test.txt
# anyio
# ipython
executing==2.0.1
# via stack-data
fastjsonschema==2.20.0
# via nbformat
filelock==3.15.4 filelock==3.15.4
# via virtualenv # via virtualenv
identify==2.6.0 identify==2.6.0
# via pre-commit # via pre-commit
idna==3.8
# via
# -c ./base.txt
# -c ./test.txt
# anyio
# httpx
# requests
importlib-metadata==8.4.0 importlib-metadata==8.4.0
# via # via build
# build
# jupyterlab-server
# nbconvert
ipykernel==6.29.5
# via
# jupyter
# jupyter-console
# nbclassic
# notebook
ipython==8.18.1
# via
# -r ./dev.in
# ipykernel
# ipywidgets
# jupyter-console
# jupyterlab
ipython-genutils==0.2.0
# via
# nbclassic
# notebook
ipywidgets==8.1.5
# via jupyter
jedi==0.19.1
# via ipython
jinja2==3.1.4
# via
# jupyter-server
# jupyterlab
# jupyterlab-server
# nbconvert
# notebook
json5==0.9.25
# via jupyterlab-server
jsonschema[format-nongpl]==3.2.0
# via
# -c ./test.txt
# jupyter-events
# jupyterlab-server
# nbformat
jupyter==1.1.1
# via -r ./dev.in
jupyter-client==7.4.9
# via
# ipykernel
# jupyter-console
# jupyter-server
# nbclient
# notebook
jupyter-console==6.6.3
# via jupyter
jupyter-core==5.7.2
# via
# ipykernel
# jupyter-client
# jupyter-console
# jupyter-server
# jupyterlab
# nbclient
# nbconvert
# nbformat
# notebook
jupyter-events==0.6.3
# via jupyter-server
jupyter-server==2.10.0
# via
# jupyterlab
# jupyterlab-server
# notebook-shim
jupyter-server-terminals==0.5.3
# via jupyter-server
jupyterlab==3.5.3
# via jupyter
jupyterlab-pygments==0.3.0
# via nbconvert
jupyterlab-server==2.16.6
# via jupyterlab
jupyterlab-widgets==3.0.13
# via ipywidgets
markupsafe==2.1.5
# via
# jinja2
# nbconvert
matplotlib-inline==0.1.7
# via
# ipykernel
# ipython
mistune==3.0.2
# via nbconvert
nbclassic==1.1.0
# via
# jupyterlab
# notebook
nbclient==0.10.0
# via nbconvert
nbconvert==7.16.4
# via
# jupyter
# jupyter-server
# notebook
nbformat==5.10.4
# via
# jupyter-server
# nbclient
# nbconvert
# notebook
nest-asyncio==1.6.0
# via
# -c ./base.txt
# ipykernel
# jupyter-client
# nbclassic
# notebook
nodeenv==1.9.1 nodeenv==1.9.1
# via pre-commit # via pre-commit
notebook==6.5.7
# via
# jupyter
# jupyterlab
notebook-shim==0.2.4
# via
# jupyterlab
# nbclassic
overrides==7.7.0
# via jupyter-server
packaging==24.1 packaging==24.1
# via # via
# -c ./base.txt # -c ./base.txt
# -c ./test.txt # -c ./test.txt
# build # build
# ipykernel
# jupyter-server
# jupyterlab
# jupyterlab-server
# nbconvert
pandocfilters==1.5.1
# via nbconvert
parso==0.8.4
# via jedi
pexpect==4.9.0
# via ipython
pip-tools==7.4.1 pip-tools==7.4.1
# via -r ./dev.in # via -r ./dev.in
platformdirs==3.10.0 platformdirs==3.10.0
# via # via
# -c ././deps/constraints.txt # -c ././deps/constraints.txt
# -c ./test.txt # -c ./test.txt
# jupyter-core
# virtualenv # virtualenv
pre-commit==3.8.0 pre-commit==3.8.0
# via -r ./dev.in # via -r ./dev.in
prometheus-client==0.20.0
# via
# jupyter-server
# notebook
prompt-toolkit==3.0.47
# via
# ipython
# jupyter-console
psutil==6.0.0
# via
# -c ./base.txt
# ipykernel
ptyprocess==0.7.0
# via
# pexpect
# terminado
pure-eval==0.2.3
# via stack-data
pycparser==2.22
# via cffi
pygments==2.18.0
# via
# ipython
# jupyter-console
# nbconvert
pyproject-hooks==1.1.0 pyproject-hooks==1.1.0
# via # via
# build # build
# pip-tools # pip-tools
pyrsistent==0.20.0
# via
# -c ./test.txt
# jsonschema
python-dateutil==2.9.0.post0
# via
# -c ./base.txt
# -c ./test.txt
# jupyter-client
python-json-logger==2.0.7
# via jupyter-events
pyyaml==6.0.2 pyyaml==6.0.2
# via # via
# -c ./test.txt # -c ./test.txt
# jupyter-events
# pre-commit # pre-commit
pyzmq==26.2.0
# via
# ipykernel
# jupyter-client
# jupyter-console
# jupyter-server
# notebook
requests==2.32.3
# via
# -c ./base.txt
# -c ./test.txt
# jupyterlab-server
rfc3339-validator==0.1.4
# via jupyter-events
rfc3986-validator==0.1.1
# via jupyter-events
send2trash==1.8.3
# via
# jupyter-server
# notebook
six==1.16.0
# via
# -c ./base.txt
# -c ./test.txt
# asttokens
# bleach
# jsonschema
# python-dateutil
# rfc3339-validator
sniffio==1.3.1
# via
# -c ./base.txt
# -c ./test.txt
# anyio
# httpx
soupsieve==2.6
# via
# -c ./base.txt
# beautifulsoup4
stack-data==0.6.3
# via ipython
terminado==0.18.1
# via
# jupyter-server
# jupyter-server-terminals
# notebook
tinycss2==1.3.0
# via nbconvert
tomli==2.0.1 tomli==2.0.1
# via # via
# -c ./test.txt # -c ./test.txt
# build # build
# jupyterlab
# pip-tools # pip-tools
tornado==6.4.1
# via
# ipykernel
# jupyter-client
# jupyter-server
# jupyterlab
# notebook
# terminado
traitlets==5.14.3
# via
# comm
# ipykernel
# ipython
# ipywidgets
# jupyter-client
# jupyter-console
# jupyter-core
# jupyter-events
# jupyter-server
# matplotlib-inline
# nbclient
# nbconvert
# nbformat
# notebook
typing-extensions==4.12.2
# via
# -c ./base.txt
# -c ./test.txt
# anyio
# ipython
urllib3==1.26.20
# via
# -c ././deps/constraints.txt
# -c ./base.txt
# -c ./test.txt
# requests
virtualenv==20.26.3 virtualenv==20.26.3
# via pre-commit # via pre-commit
wcwidth==0.2.13
# via prompt-toolkit
webencodings==0.5.1
# via
# bleach
# tinycss2
websocket-client==1.8.0
# via jupyter-server
wheel==0.44.0 wheel==0.44.0
# via pip-tools # via pip-tools
widgetsnbextension==4.0.13
# via ipywidgets
zipp==3.20.1 zipp==3.20.1
# via importlib-metadata # via importlib-metadata

View File

@ -1 +1 @@
__version__ = "0.15.9" # pragma: no cover __version__ = "0.15.10-dev0" # pragma: no cover