Skip to content

Commit 863e8bb

Browse files
Bump notebook from 5.7.8 to 6.1.5 in /docs (#239)
* Bump notebook from 5.7.8 to 6.1.5 in /docs Bumps [notebook](https://github.com/jupyter/jupyterhub) from 5.7.8 to 6.1.5. - [Release notes](https://github.com/jupyter/jupyterhub/releases) - [Changelog](https://github.com/jupyterhub/jupyterhub/blob/master/CHECKLIST-Release.md) - [Commits](https://github.com/jupyter/jupyterhub/commits) Signed-off-by: dependabot[bot] <support@github.com> * changelog and teminado version * typo fix Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Michael Deceglie <mdeceglie@users.noreply.github.com>
1 parent f11c1cc commit 863e8bb

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

docs/notebook_requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ MarkupSafe==1.1.1
2121
mistune==0.8.3
2222
nbconvert==5.3.1
2323
nbformat==5.0.7
24-
notebook==5.7.8
24+
notebook==6.1.5
2525
pandocfilters==1.4.2
2626
parso==0.3.1
2727
pexpect==4.6.0
@@ -35,7 +35,7 @@ qtconsole==4.3.1
3535
Send2Trash==1.5.0
3636
simplegeneric==0.8.1
3737
tables==3.6.1
38-
terminado==0.8.1
38+
terminado==0.8.3
3939
testpath==0.3.1
4040
tornado==5.1
4141
traitlets==4.3.2

docs/sphinx/source/changelog.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
RdTools Change Log
22
==================
33

4+
.. include:: changelog/v2.0.3.rst
45
.. include:: changelog/v2.0.2.rst
56
.. include:: changelog/v2.0.1.rst
67
.. include:: changelog/v2.0.0.rst
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
**************************
2+
v2.0.3 (November 20, 2020)
3+
**************************
4+
5+
Requirements
6+
------------
7+
* Change to ``docs/notebook_requirements.txt``: notebook version from 5.7.8 to
8+
6.1.5 and terminado version from 0.8.1 to 0.8.3 (:pull:`239`)
9+
10+
Contributors
11+
------------
12+
* Mike Deceglie (:ghuser:`mdeceglie`)
13+
* :ghuser:`dependabot`

0 commit comments

Comments
 (0)