diff --git a/pyproject.toml b/pyproject.toml index 1ec7f68..a05d954 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = ["tenacity", "typing-extensions; python_version<'3.10'"] tests = ["pytest", "pytest-asyncio"] typing = ["mypy>=1.4"] docs = [ - "sphinx", + "sphinx>=7.2.2", "furo", "myst-parser", "sphinx-notfound-page",