From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Jul 2022 00:51:32 +0000 (-0400) Subject: Bump sphinx from 5.0.2 to 5.1.0 in /docs (#3183) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/e9e756da7a68890fe36b79f711f93630758fd99d?hp=b4dc40bf7aab4cd8914c3a2046c8ffc71bba2ff9 Bump sphinx from 5.0.2 to 5.1.0 in /docs (#3183) Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 5.0.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/v5.0.2...v5.1.0) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/docs/requirements.txt b/docs/requirements.txt index 65387e0..e843a68 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,7 +1,7 @@ # Used by ReadTheDocs; pinned requirements for stability. myst-parser==0.18.0 -Sphinx==5.0.2 +Sphinx==5.1.0 # Older versions break Sphinx even though they're declared to be supported. docutils==0.18.1 sphinxcontrib-programoutput==0.17