diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 4 |
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" |