Skip to content

Commit

Permalink
CHORE: Bump sphinx from 5.3.0 to 8.0.2
Browse files Browse the repository at this point in the history
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 5.3.0 to 8.0.2.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/v8.0.2/CHANGES.rst)
- [Commits](sphinx-doc/sphinx@v5.3.0...v8.0.2)

---
updated-dependencies:
- dependency-name: sphinx
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 30, 2024
1 parent f6436e5 commit b1e5ba6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ doc = [
"recommonmark",
"scikit-rf>=0.30.0,<1.2",
"Sphinx==5.3.0; python_version == '3.7'",
"Sphinx>=7.1.0,<7.4; python_version > '3.7'",
"Sphinx>=7.1.0,<8.1; python_version > '3.7'",
"sphinx-autobuild==2021.3.14; python_version == '3.7'",
"sphinx-autobuild==2021.3.14; python_version == '3.8'",
"sphinx-autobuild==2024.4.16; python_version > '3.8'",
Expand All @@ -105,7 +105,7 @@ doc-no-examples = [
"numpydoc>=1.5.0,<1.8",
"recommonmark",
"Sphinx==5.3.0; python_version == '3.7'",
"Sphinx>=7.1.0,<7.4; python_version > '3.7'",
"Sphinx>=7.1.0,<8.1; python_version > '3.7'",
"sphinx-autobuild==2021.3.14; python_version == '3.7'",
"sphinx-autobuild==2021.3.14; python_version == '3.8'",
"sphinx-autobuild==2024.4.16; python_version > '3.8'",
Expand Down

0 comments on commit b1e5ba6

Please sign in to comment.