From a9c3b110729868e0f268c6ae0a0e0bb6a95343b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Sep 2022 17:04:02 +0000 Subject: [PATCH] Bump sphinx from 3.5.3 to 5.2.0.post0 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 3.5.3 to 5.2.0.post0. - [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) --- 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..ff97181 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.0.post0 sphinx_rtd_theme==0.5.1