From 0108cf4caee88c36ff23b00ef028424f3c1f9dd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Oct 2022 17:04:25 +0000 Subject: [PATCH] Bump sphinx from 3.5.3 to 5.2.3 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 3.5.3 to 5.2.3. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/5.x/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/commits/v5.2.3) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 9da52c7..a7a02aa 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ pre-commit==2.11.1 pytest==5.4.3 pytest-asyncio==0.12.0 -sphinx==3.5.3 +sphinx==5.2.3 sphinx_rtd_theme==0.5.1