From 1c099bfa44539257943c32e1d39f226804bc5898 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 10:07:41 -0400 Subject: [PATCH] Bump the python-dependencies group with 2 updates (#353) Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) and [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) to permit the latest version. Updates `sphinx` to 7.1.2 - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v0.1.61611...v7.1.2) Updates `sphinx-autodoc-typehints` to 1.24.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.23.0...1.24.0) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:development dependency-group: python-dependencies - dependency-name: sphinx-autodoc-typehints dependency-type: direct:development dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f96e0a01..ad56effa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,8 +49,8 @@ coverage = "*" optional = true [tool.poetry.group.docs.dependencies] -sphinx = "<7.0.0" +sphinx = "<8.0.0" sphinx-argparse = "0.4.0" -sphinx_autodoc_typehints = "1.23.0" +sphinx_autodoc_typehints = "1.24.0" sphinx-copybutton = "0.5.2" sphinx-rtd-theme = "1.3.0"