From 6978870ec15f13b7417778132e7a14f5e6b1511f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 16:08:01 +0000 Subject: [PATCH] Bump the pip-version group with 2 updates Bumps the pip-version group with 2 updates: [ipython](https://github.com/ipython/ipython) and [sphinx](https://github.com/sphinx-doc/sphinx). Updates `ipython` from 8.27.0 to 8.28.0 - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/8.27.0...8.28.0) Updates `sphinx` from 8.0.2 to 8.1.3 - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/v8.1.3/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v8.0.2...v8.1.3) --- updated-dependencies: - dependency-name: ipython dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-version - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-version ... Signed-off-by: dependabot[bot] --- doc/requirements.in | 4 ++-- doc/requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/requirements.in b/doc/requirements.in index 5636e5e2..3d63169b 100644 --- a/doc/requirements.in +++ b/doc/requirements.in @@ -1,10 +1,10 @@ breathe == 4.35.0 cython == 3.0.11 furo == 2024.8.6 -ipython == 8.27.0 +ipython == 8.28.0 numpy == 2.1.1 pandas == 2.2.3 pyarrow == 17.0.0 -sphinx == 8.0.2 +sphinx == 8.1.3 sphinxcontrib-googleanalytics==0.4 sphinx-copybutton==0.5.2 diff --git a/doc/requirements.txt b/doc/requirements.txt index f7c30abf..88aebb46 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -30,7 +30,7 @@ idna==3.10 # via requests imagesize==1.4.1 # via sphinx -ipython==8.27.0 +ipython==8.28.0 # via -r doc/requirements.in jedi==0.19.1 # via ipython @@ -80,7 +80,7 @@ snowballstemmer==2.2.0 # via sphinx soupsieve==2.6 # via beautifulsoup4 -sphinx==8.0.2 +sphinx==8.1.3 # via # -r doc/requirements.in # breathe