mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Bump Sphinx (#2166)
Bumps the python-packages group with 1 update: [sphinx](https://github.com/sphinx-doc/sphinx). - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.2.4...v7.2.5) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-packages ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
e86eaaa4f3
commit
e4abae3fd7
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -69,7 +69,7 @@ setup(
|
|||
setup_requires=["pytest-runner"],
|
||||
extras_require={
|
||||
"docs": [
|
||||
"Sphinx==7.2.4",
|
||||
"Sphinx==7.2.5",
|
||||
"furo==2023.8.19",
|
||||
"sphinx-autobuild",
|
||||
"codespell>=2.2.5",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue