aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Numerlor <[email protected]>2022-09-27 23:36:52 +0200
committerGravatar Numerlor <[email protected]>2022-09-27 23:36:52 +0200
commita6f1ebf0cb65daa580dce8f29cd72f32264e9b3d (patch)
tree54902b389c4c79b9426b7ed20b2f7c3c522b5eeb /pyproject.toml
parentmake function and message positional only to free up names for kwargs (diff)
bump sphinx and sphinx-autodoc-typehints
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 6386c6ad..5a347181 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -41,9 +41,9 @@ python-dotenv = "0.21.0"
pytest = "7.1.3"
pytest-cov = "3.0.0"
pytest-xdist = "2.5.0"
-Sphinx = "5.1.1"
+Sphinx = "5.2.2"
GitPython = "3.1.27"
-sphinx-autodoc-typehints = "1.19.2"
+sphinx-autodoc-typehints = "1.19.4"
furo = "2022.9.15"
releases = "1.6.3"
sphinx-multiversion = "0.2.4"