Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the pip-version group with 4 updates #1995

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions sphinx-doc/requirements.in
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
ipython==8.31.0
nbconvert==7.16.4
ipython==8.32.0
nbconvert==7.16.6
nbsphinx==0.9.6
numpy==2.2.1
numpy==2.2.2
pandoc==2.4
sphinx==8.1.3
furo==2024.8.6
tornado==6.4.2
sphinxcontrib-googleanalytics==0.4
sphinx-copybutton==0.5.2
sphinx-notfound-page==1.0.4
sphinx-notfound-page==1.1.0
12 changes: 6 additions & 6 deletions sphinx-doc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ beautifulsoup4==4.12.3
# via
# furo
# nbconvert
bleach==6.2.0
bleach[css]==6.2.0
# via nbconvert
certifi==2024.12.14
# via requests
Expand All @@ -38,7 +38,7 @@ idna==3.10
# via requests
imagesize==1.4.1
# via sphinx
ipython==8.31.0
ipython==8.32.0
# via -r sphinx-doc/requirements.in
jedi==0.19.2
# via ipython
Expand Down Expand Up @@ -71,7 +71,7 @@ mistune==3.1.0
# via nbconvert
nbclient==0.10.2
# via nbconvert
nbconvert==7.16.4
nbconvert==7.16.6
# via
# -r sphinx-doc/requirements.in
# nbsphinx
Expand All @@ -82,7 +82,7 @@ nbformat==5.10.4
# nbsphinx
nbsphinx==0.9.6
# via -r sphinx-doc/requirements.in
numpy==2.2.1
numpy==2.2.2
# via -r sphinx-doc/requirements.in
packaging==24.2
# via
Expand Down Expand Up @@ -147,7 +147,7 @@ sphinx-basic-ng==1.0.0b2
# via furo
sphinx-copybutton==0.5.2
# via -r sphinx-doc/requirements.in
sphinx-notfound-page==1.0.4
sphinx-notfound-page==1.1.0
# via -r sphinx-doc/requirements.in
sphinxcontrib-applehelp==2.0.0
# via sphinx
Expand All @@ -166,7 +166,7 @@ sphinxcontrib-serializinghtml==2.0.0
stack-data==0.6.3
# via ipython
tinycss2==1.4.0
# via nbconvert
# via bleach
tornado==6.4.2
# via
# -r sphinx-doc/requirements.in
Expand Down
Loading