summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-06-27 20:43:49 +0000
committerGravatar GitHub <[email protected]>2022-06-27 20:43:49 +0000
commitdad96b338988b08e63f221ecba69092302bf01c8 (patch)
treec77627f20eb44e0a45ac011b8b3738b12e5603c4 /pyproject.toml
parentMerge pull request #89 from python-discord/dependabot/pip/furo-2022.6.21 (diff)
Bump sphinx from 4.5.0 to 5.0.2
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.5.0 to 5.0.2. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/5.x/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v4.5.0...v5.0.2) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
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 8cbdd55c..02f8379b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -39,7 +39,7 @@ python-dotenv = "0.20.0"
pytest = "7.1.2"
pytest-cov = "3.0.0"
pytest-xdist = "2.5.0"
-Sphinx = "4.5.0"
+Sphinx = "5.0.2"
GitPython = "3.1.27"
sphinx-autodoc-typehints = "1.18.3"
furo = "2022.6.21"