-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2ed0a83
commit b68b7e9
Showing
2 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
nbsphinx==0.9.5 | ||
nbsphinx==0.9.6 | ||
sphinx==8.1.3 | ||
sphinxcontrib-programoutput==0.18 | ||
sphinxcontrib-bibtex==2.6.3 | ||
sphinx_rtd_theme==3.0.2 | ||
sphinx-github-changelog==1.4.0 | ||
ipython==8.30.0 | ||
nbconvert==7.16.4 | ||
ipython==8.31.0 | ||
nbconvert==7.16.5 | ||
ipython_genutils==0.2.0 # not direct dependency but seems to be a missing requirement from nbconvert | ||
mistune==3.0.2 # not directly required, avoid vulnerability in older version | ||
mistune==3.1.0 # not directly required, avoid vulnerability in older version | ||
|
||
-r requirements.txt | ||
|
||
# For packaging | ||
setuptools==75.6.0 | ||
setuptools==75.8.0 | ||
wheel==0.45.1 | ||
twine==6.0.1 |