From fbf8ffe67bd4b086a99158f8fcbb17b3f09b525b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 14:57:31 -0400 Subject: [PATCH] Bump the documentation-dependencies group with 1 update (#10) Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version. - [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/v6.2.1...v7.1.2) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:development dependency-group: documentation-dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4094bcc..0d2c28a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,6 +26,6 @@ requests = "^2.31.0" aiohttp = {extras = ["speedups"], version = "^3.8.4"} [tool.poetry.group.docs.dependencies] -sphinx = "6.2.1" +sphinx = "7.1.2" sphinx-copybutton = "0.5.2" sphinx-rtd-theme = "1.3.0"