From 536c5ca2d503a612efddd9e3133529b1e2f72596 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 May 2022 17:03:41 +0000 Subject: [PATCH] Bump sphinx from 3.5.3 to 5.0.0 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 3.5.3 to 5.0.0. - [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.0.0) --- 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..99da906 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.0.0 sphinx_rtd_theme==0.5.1