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 #10 from PTB-PSt1/upgrade_dependencies
Browse files Browse the repository at this point in the history
Upgrade dependencies especially bleach
  • Loading branch information
BjoernLudwigPTB committed Feb 9, 2021
2 parents 3716fb9 + 752f596 commit 4ab9da4
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
20 changes: 10 additions & 10 deletions requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ backcall==0.2.0
# ipython
black==20.8b1
# via -r requirements/requirements-dev.in
bleach==3.2.2
bleach==3.3.0
# via
# -c requirements/requirements.txt
# nbconvert
Expand Down Expand Up @@ -82,7 +82,7 @@ ipython-genutils==0.2.0
# nbformat
# notebook
# traitlets
ipython==7.19.0
ipython==7.20.0
# via
# -c requirements/requirements.txt
# ipykernel
Expand All @@ -91,7 +91,7 @@ jedi==0.18.0
# via
# -c requirements/requirements.txt
# ipython
jinja2==2.11.2
jinja2==2.11.3
# via
# -c requirements/requirements.txt
# nbconvert
Expand All @@ -114,7 +114,7 @@ jupyter-contrib-core==0.3.3
# jupyter-nbextensions-configurator
jupyter-contrib-nbextensions==0.5.1
# via -r requirements/requirements-dev.in
jupyter-core==4.7.0
jupyter-core==4.7.1
# via
# -c requirements/requirements.txt
# jupyter-client
Expand Down Expand Up @@ -169,7 +169,7 @@ nbformat==5.1.2
# notebook
nbsphinx==0.8.1
# via -r requirements/requirements-dev.in
nest-asyncio==1.4.3
nest-asyncio==1.5.1
# via
# -c requirements/requirements.txt
# nbclient
Expand All @@ -180,7 +180,7 @@ notebook==6.2.0
# jupyter-contrib-nbextensions
# jupyter-latex-envs
# jupyter-nbextensions-configurator
packaging==20.8
packaging==20.9
# via
# -c requirements/requirements.txt
# bleach
Expand All @@ -207,7 +207,7 @@ prometheus-client==0.9.0
# via
# -c requirements/requirements.txt
# notebook
prompt-toolkit==3.0.11
prompt-toolkit==3.0.14
# via
# -c requirements/requirements.txt
# ipython
Expand Down Expand Up @@ -239,7 +239,7 @@ python-dateutil==2.8.1
# via
# -c requirements/requirements.txt
# jupyter-client
pytz==2020.5
pytz==2021.1
# via
# -c requirements/requirements.txt
# babel
Expand All @@ -248,7 +248,7 @@ pyyaml==5.4.1
# -c requirements/requirements.txt
# jupyter-contrib-nbextensions
# jupyter-nbextensions-configurator
pyzmq==21.0.1
pyzmq==22.0.2
# via
# -c requirements/requirements.txt
# jupyter-client
Expand Down Expand Up @@ -336,7 +336,7 @@ typing-extensions==3.7.4.3
# via
# -c requirements/requirements.txt
# black
urllib3==1.26.2
urllib3==1.26.3
# via
# -c requirements/requirements.txt
# requests
Expand Down
24 changes: 12 additions & 12 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ attrs==20.3.0
# via jsonschema
backcall==0.2.0
# via ipython
bleach==3.2.2
bleach==3.3.0
# via nbconvert
bokeh==2.2.3
# via
Expand Down Expand Up @@ -51,7 +51,7 @@ ipython-genutils==0.2.0
# nbformat
# notebook
# traitlets
ipython==7.19.0
ipython==7.20.0
# via
# holoviews
# ipykernel
Expand All @@ -60,7 +60,7 @@ ipywidgets==7.6.3
# via -r requirements/requirements.in
jedi==0.18.0
# via ipython
jinja2==2.11.2
jinja2==2.11.3
# via
# bokeh
# nbconvert
Expand All @@ -72,7 +72,7 @@ jupyter-client==6.1.11
# ipykernel
# nbclient
# notebook
jupyter-core==4.7.0
jupyter-core==4.7.1
# via
# jupyter-client
# nbconvert
Expand All @@ -88,7 +88,7 @@ markdown==3.3.3
# via panel
markupsafe==1.1.1
# via jinja2
matplotlib==3.3.3
matplotlib==3.3.4
# via
# holoviews
# pydynamic
Expand All @@ -104,14 +104,14 @@ nbformat==5.1.2
# nbclient
# nbconvert
# notebook
nest-asyncio==1.4.3
nest-asyncio==1.5.1
# via nbclient
notebook==6.2.0
# via
# -r requirements/requirements.in
# holoviews
# widgetsnbextension
numpy==1.19.5
numpy==1.20.1
# via
# -r requirements/requirements.in
# bokeh
Expand All @@ -121,7 +121,7 @@ numpy==1.19.5
# pandas
# pydynamic
# scipy
packaging==20.8
packaging==20.9
# via
# bleach
# bokeh
Expand Down Expand Up @@ -155,7 +155,7 @@ plotly==4.14.3
# via -r requirements/requirements.in
prometheus-client==0.9.0
# via notebook
prompt-toolkit==3.0.11
prompt-toolkit==3.0.14
# via ipython
ptyprocess==0.7.0
# via
Expand Down Expand Up @@ -186,15 +186,15 @@ python-dateutil==2.8.1
# jupyter-client
# matplotlib
# pandas
pytz==2020.5
pytz==2021.1
# via pandas
pyviz-comms==2.0.1
# via
# holoviews
# panel
pyyaml==5.4.1
# via bokeh
pyzmq==21.0.1
pyzmq==22.0.2
# via
# jupyter-client
# notebook
Expand Down Expand Up @@ -248,7 +248,7 @@ traitlets==5.0.5
# notebook
typing-extensions==3.7.4.3
# via bokeh
urllib3==1.26.2
urllib3==1.26.3
# via requests
wcwidth==0.2.5
# via prompt-toolkit
Expand Down

0 comments on commit 4ab9da4

Please sign in to comment.