aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-05-19 02:30:01 +0100
committerGravatar GitHub <[email protected]>2024-05-19 02:30:01 +0100
commitc296ba30d359c7cd92fd5b4a40d7ef898d603bff (patch)
tree05d506ba5b38a18cfd57b79b8c7f116d1affa21f /pyproject.toml
parentUse python version specifier that dependabot can understand (#212) (diff)
Bump sphinx from 7.2.6 to 7.3.7 (#213)
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.2.6 to 7.3.7. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.2.6...v7.3.7) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 408ae185..0a0115c5 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -51,7 +51,7 @@ ruff = "0.3.4"
pre-commit = "3.7.0"
[tool.poetry.group.doc.dependencies]
-Sphinx = "7.2.6"
+Sphinx = "7.3.7"
gitpython = "3.1.42"
sphinx-autodoc-typehints = "2.0.0"
furo = "2024.1.29"