From a3edecceb4d761c06fec87911b8449ec84d8bcbf Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 7 Mar 2022 11:14:00 +0000 Subject: [PATCH] fix(deps): update dependency sphinx-autobuild to v2021 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4f3b4f3..23febae 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ black = {version = "stable", optional = true, allow-prereleases = true} # Optional dependencies to be part of `docs` extra sphinx = {version = "^2.3.0", optional = true} sphinx-autodoc-typehints = {version = "^1.10.3", optional = true} -sphinx-autobuild = {version = "^0.7.1", optional = true} +sphinx-autobuild = {version = "^2021.0.0", optional = true} sphinx_rtd_theme = {version = "^0.5.0", optional = true} # Optional dependencies to be part of `repl` extra bpython = {version = "^0.18", optional = true}