Skip to content

Commit

Permalink
Bump the pip-version group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the pip-version group with 2 updates: [ipython](https://github.com/ipython/ipython) and [numpy](https://github.com/numpy/numpy).


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

Updates `numpy` from 2.1.2 to 2.1.3
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v2.1.2...v2.1.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 3, 2024
1 parent dcf270d commit 98e7a3d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions sphinx-doc/requirements.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ipython==8.29.0
ipython==8.30.0
nbconvert==7.16.4
nbsphinx==0.9.5
numpy==2.1.2
numpy==2.1.3
pandoc==2.4
sphinx==8.1.3
furo==2024.8.6
Expand Down
24 changes: 12 additions & 12 deletions sphinx-doc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ executing==2.0.1
fastjsonschema==2.19.1
# via nbformat
furo==2024.8.6
# via -r requirements.in
# via -r sphinx-doc/requirements.in
idna==3.7
# via requests
imagesize==1.4.1
# via sphinx
ipython==8.29.0
# via -r requirements.in
ipython==8.30.0
# via -r sphinx-doc/requirements.in
jedi==0.19.1
# via ipython
jinja2==3.1.4
Expand Down Expand Up @@ -77,23 +77,23 @@ nbclient==0.10.0
# via nbconvert
nbconvert==7.16.4
# via
# -r requirements.in
# -r sphinx-doc/requirements.in
# nbsphinx
nbformat==5.10.4
# via
# nbclient
# nbconvert
# nbsphinx
nbsphinx==0.9.5
# via -r requirements.in
numpy==2.1.2
# via -r requirements.in
# via -r sphinx-doc/requirements.in
numpy==2.1.3
# via -r sphinx-doc/requirements.in
packaging==24.0
# via
# nbconvert
# sphinx
pandoc==2.4
# via -r requirements.in
# via -r sphinx-doc/requirements.in
pandocfilters==1.5.1
# via nbconvert
parso==0.8.4
Expand Down Expand Up @@ -143,7 +143,7 @@ soupsieve==2.5
# via beautifulsoup4
sphinx==8.1.3
# via
# -r requirements.in
# -r sphinx-doc/requirements.in
# furo
# nbsphinx
# sphinx-basic-ng
Expand All @@ -152,13 +152,13 @@ sphinx==8.1.3
sphinx-basic-ng==1.0.0b2
# via furo
sphinx-copybutton==0.5.2
# via -r requirements.in
# via -r sphinx-doc/requirements.in
sphinxcontrib-applehelp==1.0.8
# via sphinx
sphinxcontrib-devhelp==1.0.6
# via sphinx
sphinxcontrib-googleanalytics==0.4
# via -r requirements.in
# via -r sphinx-doc/requirements.in
sphinxcontrib-htmlhelp==2.1.0
# via sphinx
sphinxcontrib-jsmath==1.0.1
Expand All @@ -173,7 +173,7 @@ tinycss2==1.3.0
# via nbconvert
tornado==6.4.2
# via
# -r requirements.in
# -r sphinx-doc/requirements.in
# jupyter-client
traitlets==5.14.3
# via
Expand Down

0 comments on commit 98e7a3d

Please sign in to comment.