From 5f920a8aa65ea850e814b4b1a6b9c5f8f6a7dd5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jan 2023 16:13:52 +0000 Subject: [PATCH] Bump sphinx from 5.0.2 to 6.1.3 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 5.0.2 to 6.1.3. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v5.0.2...v6.1.3) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-doc.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-doc.txt b/requirements-doc.txt index 5b13151..026461e 100644 --- a/requirements-doc.txt +++ b/requirements-doc.txt @@ -1,5 +1,5 @@ aiohttp-theme==0.1.6 setuptools>=38.0.0 -sphinx==5.0.2 +sphinx==6.1.3 sphinxcontrib-asyncio==0.3.0 sphinxcontrib-spelling==7.6.0; platform_system!="Windows"