From d23c280f8e9b7991a7c66f7bb4d20208fecaa7b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 18:35:58 +0000 Subject: [PATCH] chore(deps): bump sphinx-autodoc-typehints from 1.22 to 1.25.0 Bumps [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) from 1.22 to 1.25.0. - [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.22...1.25.0) --- updated-dependencies: - dependency-name: sphinx-autodoc-typehints dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2fd48af..6251c3a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ repository = "https://github.com/cemsbv/py-vibracore" test = ["coveralls", "pytest", "requests-mock"] docs = [ "Sphinx==6.1.3", - "sphinx-autodoc-typehints==1.22", + "sphinx-autodoc-typehints==1.25.0", "ipython==8.11.0", "asteroid-sphinx-theme==0.0.3", "sphinx_rtd_theme==1.2.0" diff --git a/requirements.txt b/requirements.txt index b7ca1ad..c988988 100644 --- a/requirements.txt +++ b/requirements.txt @@ -263,7 +263,7 @@ sphinx==6.1.3 # sphinxcontrib-jquery # sphinxcontrib-qthelp # sphinxcontrib-serializinghtml -sphinx-autodoc-typehints==1.22 +sphinx-autodoc-typehints==1.25.0 # via py-vibracore (pyproject.toml) sphinx-rtd-theme==1.2.0 # via py-vibracore (pyproject.toml)