Skip to content

Commit 74b6d5e

Browse files
committed
fix security in workflow
1 parent 8465c30 commit 74b6d5e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/requirements.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ mkdocstrings[python]
77
mknotebooks==0.8.0 # Turn Jupyter Lab notebooks into webpages.
88
pytkdocs_tweaks==0.0.8 # Tweaks mkdocstrings to improve various aspects
99
mkdocs_include_exclude_files==0.0.1 # Allow for customising which files get included
10-
jinja2==3.0.3 # Older version. After 3.1.0 seems to be incompatible with current versions of mkdocstrings.
11-
nbconvert==6.5.0 # | Older verson to avoid error
12-
nbformat==5.4.0 # |
10+
nbconvert==7.16.4
11+
nbformat==5.10.4
1312

1413
mkdocs-autorefs==1.2.0
1514
mkdocs-material-extensions==1.3.1

0 commit comments

Comments
 (0)