From 1a23e5fcba9bb3383a2ec1734b55025b08d3e967 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 03:54:17 +0000 Subject: [PATCH] build(deps): bump sphinx-autodoc-typehints from 1.22 to 2.3.0 Bumps [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) from 1.22 to 2.3.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...2.3.0) --- updated-dependencies: - dependency-name: sphinx-autodoc-typehints dependency-type: direct:production update-type: version-update:semver-major ... 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 079090c..439ce51 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ test = ["coveralls", "pytest"] docs = [ "ipython==7.30.1", "Sphinx==6.1.3", - "sphinx-autodoc-typehints==1.22.0", + "sphinx-autodoc-typehints==2.3.0", "asteroid-sphinx-theme==0.0.3", "sphinx_rtd_theme==1.2.0", "m2r2==0.3.2", diff --git a/requirements.txt b/requirements.txt index 1d55cbb..d6fd61b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -221,7 +221,7 @@ sphinx==6.1.3 # sphinx-autodoc-typehints # sphinx-rtd-theme # sphinxcontrib-jquery -sphinx-autodoc-typehints==1.22 +sphinx-autodoc-typehints==2.3.0 # via bromodels (pyproject.toml) sphinx-rtd-theme==1.2.0 # via bromodels (pyproject.toml)