diff options
author | 2022-07-25 22:05:19 +0100 | |
---|---|---|
committer | 2022-07-25 22:05:19 +0100 | |
commit | 1f309b695e21511173ced9c729f4b78fa9839d73 (patch) | |
tree | c143c8a040161fa4797da347f9353405848cd268 /pyproject.toml | |
parent | Merge pull request #107 from python-discord/better-development (diff) |
Bump sphinx from 5.0.2 to 5.1.0 (#109)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 39961c0c..557c6800 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ python-dotenv = "0.20.0" pytest = "7.1.2" pytest-cov = "3.0.0" pytest-xdist = "2.5.0" -Sphinx = "5.0.2" +Sphinx = "5.1.0" GitPython = "3.1.27" sphinx-autodoc-typehints = "1.18.3" furo = "2022.6.21" |