Skip to content

Commit

Permalink
Bump the pip-version group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the pip-version group with 4 updates: [ipython](https://github.com/ipython/ipython), [nbconvert](https://github.com/jupyter/nbconvert), [numpy](https://github.com/numpy/numpy) and [sphinx-notfound-page](https://github.com/readthedocs/sphinx-notfound-page).


Updates `ipython` from 8.31.0 to 8.32.0
- [Release notes](https://github.com/ipython/ipython/releases)
- [Commits](ipython/ipython@8.31.0...8.32.0)

Updates `nbconvert` from 7.16.4 to 7.16.6
- [Release notes](https://github.com/jupyter/nbconvert/releases)
- [Changelog](https://github.com/jupyter/nbconvert/blob/main/CHANGELOG.md)
- [Commits](jupyter/nbconvert@v7.16.4...v7.16.6)

Updates `numpy` from 2.2.1 to 2.2.2
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v2.2.1...v2.2.2)

Updates `sphinx-notfound-page` from 1.0.4 to 1.1.0
- [Changelog](https://github.com/readthedocs/sphinx-notfound-page/blob/main/CHANGELOG.rst)
- [Commits](readthedocs/sphinx-notfound-page@1.0.4...1.1.0)

---
updated-dependencies:
- dependency-name: ipython
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-version
- dependency-name: nbconvert
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-version
- dependency-name: numpy
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-version
- dependency-name: sphinx-notfound-page
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-version
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 1, 2025
1 parent 705cfb6 commit 96f2bf1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
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

0 comments on commit 96f2bf1

Please sign in to comment.