From 124961712a798e1614214c2a9967d6ef2c06f858 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Apr 2022 01:00:03 +0000 Subject: [PATCH] Update sphinx-autodoc-typehints requirement in /docs Updates the requirements on [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) to permit the latest version. - [Release notes](https://github.com/tox-dev/sphinx-autodoc-typehints/releases) - [Changelog](https://github.com/tox-dev/sphinx-autodoc-typehints/blob/main/CHANGELOG.md) - [Commits](https://github.com/tox-dev/sphinx-autodoc-typehints/compare/1.17.0...1.18.0) --- updated-dependencies: - dependency-name: sphinx-autodoc-typehints dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 613e285..bc86d68 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -2,7 +2,7 @@ # to generate documentation. sphinx>=4.4.0,<4.5.0 -sphinx-autodoc-typehints>=1.17.0,<1.18.0 +sphinx-autodoc-typehints>=1.17.0,<1.19.0 sphinxcontrib-apidoc>=0.3.0 furo>=2022.1.2 m2r2>=0.3.0,<0.4.0