diff options
author | 2022-01-09 18:55:07 +0200 | |
---|---|---|
committer | 2022-01-09 18:55:07 +0200 | |
commit | 784ec57b191d652617ad8222f6e767390ce9d8bd (patch) | |
tree | 84fa4056c459deb2a812fa5ac8282f1394be1552 | |
parent | Merge pull request #7 from python-discord/dependabot/pip/furo-2022.1.2 (diff) | |
parent | Bump sphinx-autodoc-typehints from 1.12.0 to 1.14.1 (diff) |
Merge pull request #10 from python-discord/dependabot/pip/sphinx-autodoc-typehints-1.14.1
Bump sphinx-autodoc-typehints from 1.12.0 to 1.14.1
-rw-r--r-- | poetry.lock | 14 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/poetry.lock b/poetry.lock index e1684722..bada8117 100644 --- a/poetry.lock +++ b/poetry.lock @@ -772,17 +772,17 @@ test = ["pytest", "pytest-cov", "html5lib", "cython", "typed-ast"] [[package]] name = "sphinx-autodoc-typehints" -version = "1.12.0" +version = "1.14.1" description = "Type hints (PEP 484) support for the Sphinx autodoc extension" category = "dev" optional = false -python-versions = ">=3.6" +python-versions = ">=3.7" [package.dependencies] -Sphinx = ">=3.0" +Sphinx = ">=4" [package.extras] -test = ["pytest (>=3.1.0)", "typing-extensions (>=3.5)", "sphobjinv (>=2.0)", "Sphinx (>=3.2.0)", "dataclasses"] +testing = ["covdefaults (>=2)", "coverage (>=6)", "diff-cover (>=6.4)", "pytest (>=6)", "pytest-cov (>=3)", "sphobjinv (>=2)", "typing-extensions (>=3.5)"] type_comments = ["typed-ast (>=1.4.0)"] [[package]] @@ -941,7 +941,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "3.9.*" -content-hash = "79521f6c13fbc496b0f7d6a14fef5a3156a3168b4950091f50b8d329500e7362" +content-hash = "c9b62443b7d6a4fbc296e70a78feabf35d5d83ddc1f57864dc2e9b888035e222" [metadata.files] aiohttp = [ @@ -1487,8 +1487,8 @@ sphinx = [ {file = "Sphinx-4.3.2.tar.gz", hash = "sha256:0a8836751a68306b3fe97ecbe44db786f8479c3bf4b80e3a7f5c838657b4698c"}, ] sphinx-autodoc-typehints = [ - {file = "sphinx-autodoc-typehints-1.12.0.tar.gz", hash = "sha256:193617d9dbe0847281b1399d369e74e34cd959c82e02c7efde077fca908a9f52"}, - {file = "sphinx_autodoc_typehints-1.12.0-py3-none-any.whl", hash = "sha256:5e81776ec422dd168d688ab60f034fccfafbcd94329e9537712c93003bddc04a"}, + {file = "sphinx_autodoc_typehints-1.14.1-py3-none-any.whl", hash = "sha256:8b3b7da797fa007f7f39c518879a1bdae3a7dab96e170f4cb5a4b96390238369"}, + {file = "sphinx_autodoc_typehints-1.14.1.tar.gz", hash = "sha256:875de815a1ba609a4c0ebc620faecd8eb57183ba1f4cc6f8abba1790c140e960"}, ] sphinxcontrib-applehelp = [ {file = "sphinxcontrib-applehelp-1.0.2.tar.gz", hash = "sha256:a072735ec80e7675e3f432fcae8610ecf509c5f1869d17e2eecff44389cdbc58"}, diff --git a/pyproject.toml b/pyproject.toml index 41e4881f..a1d40852 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ pytest-xdist = { version = "2.5.0", extras = ["psutil"] } Sphinx = "4.3.2" tomli = "2.0.0" GitPython = "3.1.24" -sphinx-autodoc-typehints = "1.12.0" +sphinx-autodoc-typehints = "1.14.1" releases = "1.6.3" furo = "2022.1.2" |