Skip to content

Commit

Permalink
Bump sphinx from 7.4.7 to 8.0.2
Browse files Browse the repository at this point in the history
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.4.7 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@v7.4.7...v8.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent 381be0f commit 2448b2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dynamic = ["readme", "version"]

[project.optional-dependencies]
coverage = ["coverage==7.6.1"]
docs = ["sphinx==7.4.7", "sphinx-rtd-theme==2.0.0"]
docs = ["sphinx==8.0.2", "sphinx-rtd-theme==2.0.0"]
formatting = ["black==24.8.0", "isort==5.13.2"]
json_schemas = ["marshmallow-jsonschema==0.13.0", "setuptools==75.1.0"]
linting = ["pylint==3.3.1"]
Expand Down

0 comments on commit 2448b2d

Please sign in to comment.