diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/pyproject.toml b/pyproject.toml index 9ad3ba86..5a347181 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,6 +25,7 @@ aiodns = "3.0.0"  async-rediscache = ["async-rediscache"]  [tool.poetry.dev-dependencies] +typing-extensions = "4.3.0"  flake8 = "5.0.4"  flake8-annotations = "2.9.1"  flake8-bugbear = "22.9.11" @@ -40,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" | 
