From c904f5a9729a297a636a12fa4d4b2b34160a7ff1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Nov 2021 15:28:50 +0100 Subject: [PATCH] Bump sphinx from 4.2.0 to 4.3.0 (#915) Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.2.0 to 4.3.0. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/4.x/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v4.2.0...v4.3.0) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 7db08fc5..2920691e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -57,7 +57,7 @@ dev = PyMySQL>=0.9,<1.1 doc = - Sphinx==4.2.0 + Sphinx==4.3.0 docutils==0.17.1 myst-parser