From 0d8dd666cbe6bb0623d6d52425f61ba49edc8f24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Jul 2022 11:29:17 +0000 Subject: [PATCH] Bump sphinx from 4.3.2 to 5.1.0 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.3.2 to 5.1.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/compare/v4.3.2...v5.1.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 3caf4a372..0bd6f0278 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -12,7 +12,7 @@ pytest-mock<3.6.2 recommonmark==0.7.1 requests==2.27.1 requests-mock==1.9.3 -sphinx==4.3.2 +sphinx==5.1.0 sphinx-rtd-theme==1.0.0 tqdm==4.62.3 websocket-client==1.2.3