From 5482fb6eea4f8e16f7bc55b4ce17de1caa58eefd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jan 2023 17:00:56 +0000 Subject: [PATCH] Bump sphinx from 3.5.3 to 6.0.0 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 3.5.3 to 6.0.0. - [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/commits/v6.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..15a6887 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==6.0.0 sphinx_rtd_theme==0.5.1