From 9353dca91f8c00ab6b73d2be6e24c7e83307f0c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 16:24:39 +0000 Subject: [PATCH] chore(deps): bump sphinx-autodoc-typehints from 1.22 to 1.24.1 Bumps [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) from 1.22 to 1.24.1. - [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.24.1) --- 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 253c672..063fc0f 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.24.1", "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..ea3c257 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.24.1 # via py-vibracore (pyproject.toml) sphinx-rtd-theme==1.2.0 # via py-vibracore (pyproject.toml)