Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
Merge pull request #19 from PTB-M4D/upgrade_deps
Browse files Browse the repository at this point in the history
Upgrade deps
  • Loading branch information
BjoernLudwigPTB committed Aug 27, 2021
2 parents 1fb0a3f + 94e8498 commit d7123f1
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 44 deletions.
46 changes: 24 additions & 22 deletions requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ backcall==0.2.0
# via
# -c requirements/requirements.txt
# ipython
black==21.6b0
black==21.7b0
# via -r requirements/requirements-dev.in
bleach==3.3.0
bleach==4.1.0
# via
# -c requirements/requirements.txt
# nbconvert
Expand All @@ -41,7 +41,7 @@ cffi==1.14.6
# via
# -c requirements/requirements.txt
# argon2-cffi
chardet==4.0.0
charset-normalizer==2.0.4
# via
# -c requirements/requirements.txt
# requests
Expand Down Expand Up @@ -73,14 +73,15 @@ docutils==0.16
entrypoints==0.3
# via
# -c requirements/requirements.txt
# jupyter-client
# nbconvert
idna==2.10
idna==3.2
# via
# -c requirements/requirements.txt
# requests
imagesize==1.2.0
# via sphinx
importlib-metadata==4.6.1
importlib-metadata==4.7.1
# via
# -c requirements/requirements.txt
# click
Expand Down Expand Up @@ -121,7 +122,7 @@ jsonschema==3.2.0
# via
# -c requirements/requirements.txt
# nbformat
jupyter-client==6.1.12
jupyter-client==7.0.1
# via
# -c requirements/requirements.txt
# ipykernel
Expand Down Expand Up @@ -169,7 +170,7 @@ mistune==0.8.4
# nbconvert
mypy-extensions==0.4.3
# via black
nbclient==0.5.3
nbclient==0.5.4
# via
# -c requirements/requirements.txt
# nbconvert
Expand All @@ -188,15 +189,16 @@ nbformat==5.1.3
# nbsphinx
# nbval
# notebook
nbsphinx==0.8.6
nbsphinx==0.8.7
# via -r requirements/requirements-dev.in
nbval==0.9.6
# via -r requirements/requirements-dev.in
nest-asyncio==1.5.1
# via
# -c requirements/requirements.txt
# jupyter-client
# nbclient
notebook==6.4.0
notebook==6.4.3
# via
# -c requirements/requirements.txt
# jupyter-contrib-core
Expand All @@ -217,7 +219,7 @@ parso==0.8.2
# via
# -c requirements/requirements.txt
# jedi
pathspec==0.8.1
pathspec==0.9.0
# via black
pexpect==4.8.0
# via
Expand All @@ -233,7 +235,7 @@ prometheus-client==0.11.0
# via
# -c requirements/requirements.txt
# notebook
prompt-toolkit==3.0.19
prompt-toolkit==3.0.20
# via
# -c requirements/requirements.txt
# ipython
Expand All @@ -248,7 +250,7 @@ pycparser==2.20
# via
# -c requirements/requirements.txt
# cffi
pygments==2.9.0
pygments==2.10.0
# via
# -c requirements/requirements.txt
# ipython
Expand All @@ -265,7 +267,7 @@ pyrsistent==0.18.0
# jsonschema
pytest==6.2.4
# via nbval
python-dateutil==2.8.1
python-dateutil==2.8.2
# via
# -c requirements/requirements.txt
# jupyter-client
Expand All @@ -278,20 +280,20 @@ pyyaml==5.4.1
# -c requirements/requirements.txt
# jupyter-contrib-nbextensions
# jupyter-nbextensions-configurator
pyzmq==22.1.0
pyzmq==22.2.1
# via
# -c requirements/requirements.txt
# jupyter-client
# notebook
recommonmark==0.7.1
# via -r requirements/requirements-dev.in
regex==2021.7.6
regex==2021.8.21
# via black
requests==2.25.1
requests==2.26.0
# via
# -c requirements/requirements.txt
# sphinx
send2trash==1.7.1
send2trash==1.8.0
# via
# -c requirements/requirements.txt
# notebook
Expand All @@ -306,7 +308,7 @@ six==1.16.0
# traitlets
snowballstemmer==2.1.0
# via sphinx
sphinx==4.0.3
sphinx==4.1.2
# via
# -r requirements/requirements-dev.in
# nbsphinx
Expand All @@ -326,7 +328,7 @@ sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
terminado==0.10.1
terminado==0.11.1
# via
# -c requirements/requirements.txt
# notebook
Expand All @@ -335,9 +337,9 @@ testpath==0.5.0
# -c requirements/requirements.txt
# nbconvert
toml==0.10.2
# via
# black
# pytest
# via pytest
tomli==1.2.1
# via black
tornado==6.1
# via
# -c requirements/requirements.txt
Expand Down
50 changes: 28 additions & 22 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ attrs==21.2.0
# via jsonschema
backcall==0.2.0
# via ipython
bleach==3.3.0
# via nbconvert
bleach==4.1.0
# via
# nbconvert
# panel
bokeh==2.3.3
# via
# holoviews
Expand All @@ -24,7 +26,7 @@ certifi==2021.5.30
# via requests
cffi==1.14.6
# via argon2-cffi
chardet==4.0.0
charset-normalizer==2.0.4
# via requests
colorcet==2.0.6
# via holoviews
Expand All @@ -39,14 +41,16 @@ defusedxml==0.7.1
download==0.3.5
# via -r requirements/requirements.in
entrypoints==0.3
# via nbconvert
# via
# jupyter-client
# nbconvert
h5py==3.1.0
# via -r requirements/requirements.in
holoviews[recommended]==1.14.4
holoviews[recommended]==1.14.5
# via -r requirements/requirements.in
idna==2.10
idna==3.2
# via requests
importlib-metadata==4.6.1
importlib-metadata==4.7.1
# via
# jsonschema
# markdown
Expand Down Expand Up @@ -76,7 +80,7 @@ jinja2==3.0.1
# notebook
jsonschema==3.2.0
# via nbformat
jupyter-client==6.1.12
jupyter-client==7.0.1
# via
# ipykernel
# nbclient
Expand Down Expand Up @@ -104,7 +108,7 @@ matplotlib==3.3.4
# pydynamic
mistune==0.8.4
# via nbconvert
nbclient==0.5.3
nbclient==0.5.4
# via nbconvert
nbconvert==6.0.7
# via notebook
Expand All @@ -115,8 +119,10 @@ nbformat==5.1.3
# nbconvert
# notebook
nest-asyncio==1.5.1
# via nbclient
notebook==6.4.0
# via
# jupyter-client
# nbclient
notebook==6.4.3
# via
# -r requirements/requirements.in
# holoviews
Expand All @@ -142,7 +148,7 @@ pandas==1.1.5
# pydynamic
pandocfilters==1.4.3
# via nbconvert
panel==0.11.3
panel==0.12.1
# via holoviews
param==1.11.1
# via
Expand All @@ -161,11 +167,11 @@ pillow==8.3.1
# via
# bokeh
# matplotlib
plotly==5.1.0
plotly==5.2.2
# via -r requirements/requirements.in
prometheus-client==0.11.0
# via notebook
prompt-toolkit==3.0.19
prompt-toolkit==3.0.20
# via ipython
ptyprocess==0.7.0
# via
Expand All @@ -179,7 +185,7 @@ pyct==0.4.8
# panel
pydynamic==1.9.0
# via -r requirements/requirements.in
pygments==2.9.0
pygments==2.10.0
# via
# ipython
# jupyterlab-pygments
Expand All @@ -190,7 +196,7 @@ pyparsing==2.4.7
# packaging
pyrsistent==0.18.0
# via jsonschema
python-dateutil==2.8.1
python-dateutil==2.8.2
# via
# bokeh
# jupyter-client
Expand All @@ -204,17 +210,17 @@ pyviz-comms==2.1.0
# panel
pyyaml==5.4.1
# via bokeh
pyzmq==22.1.0
pyzmq==22.2.1
# via
# jupyter-client
# notebook
requests==2.25.1
requests==2.26.0
# via
# download
# panel
scipy==1.5.4
# via pydynamic
send2trash==1.7.1
send2trash==1.8.0
# via notebook
six==1.16.0
# via
Expand All @@ -226,9 +232,9 @@ six==1.16.0
# plotly
# python-dateutil
# traitlets
tenacity==8.0.0
tenacity==8.0.1
# via plotly
terminado==0.10.1
terminado==0.11.1
# via notebook
testpath==0.5.0
# via nbconvert
Expand All @@ -239,7 +245,7 @@ tornado==6.1
# jupyter-client
# notebook
# terminado
tqdm==4.61.2
tqdm==4.62.2
# via
# download
# panel
Expand Down

0 comments on commit d7123f1

Please sign in to comment.