Skip to content

Commit c0b3d03

Browse files
committed
Upgrade markdown
1 parent 7ce9fdf commit c0b3d03

3 files changed

Lines changed: 51 additions & 26 deletions

File tree

docs/requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
jinja2==3.1.6 ; python_version >= "3.9" and python_version < "4.0"
2-
markdown==3.3.4 ; python_version >= "3.9" and python_version < "4.0"
3-
mkdocs==1.4.2 ; python_version >= "3.9" and python_version < "4.0"
2+
markdown==3.3.7 ; python_version >= "3.9" and python_version < "4.0"
3+
mkdocs-get-deps==0.2.0 ; python_version >= "3.9" and python_version < "4.0"
4+
mkdocs==1.6.1 ; python_version >= "3.9" and python_version < "4.0"
45
jupyterlab-pygments==0.2.2 ; python_version >= "3.9" and python_version < "4.0" and os_name != "nt"
56
pygments==2.15.0 ; python_version >= "3.9" and python_version < "4.0"
67
importlib-metadata==4.12.0 ; python_version >= "3.9" and python_version < "3.10"

poetry.lock

Lines changed: 46 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,13 @@ pytest-profiling = "*"
8484
coveragespace = "^6.0"
8585

8686
# Documentation
87-
mkdocs = "^1.4"
87+
mkdocs = "^1.6.1"
8888
pygments = "^2.15"
8989

9090
# Notebooks
9191
ipython = "^8.14.0"
9292
notebook = { version = "^7.1.1", markers = "os.name != 'nt'" }
93-
nbstripout = "~0.7.1"
93+
nbstripout = "~0.8.1"
9494
papermill = { version = "^2.6", markers = "os.name != 'nt'" }
9595

9696
[tool.poetry.requires-plugins]

0 commit comments

Comments
 (0)