diff options
| author | 2022-10-25 21:29:47 +0100 | |
|---|---|---|
| committer | 2022-10-25 21:29:47 +0100 | |
| commit | c7a6ddd00eb371759d837aa75fa397c6d5771401 (patch) | |
| tree | 54902b389c4c79b9426b7ed20b2f7c3c522b5eeb /pyproject.toml | |
| parent | Merge pull request #138 from python-discord/bump-d.py (diff) | |
| parent | bump sphinx and sphinx-autodoc-typehints (diff) | |
Merge pull request #88 from Numerlor/no-duplicate-deco
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" | 
