From 7ad73bfe9d820baf4cfce28d6c04efa18c6c6599 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jun 2022 09:54:53 +0000 Subject: [PATCH] Bump sphinx from 4.2.0 to 5.0.0 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.2.0 to 5.0.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.2.0...v5.0.0) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 4 ++-- requirements/docs.txt | 5 +---- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 5cbfca4d..5c277ee1 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -10,7 +10,7 @@ attrs==21.2.0 # via pytest babel==2.9.1 # via sphinx -backports.entry-points-selectable==1.1.0 +backports-entry-points-selectable==1.1.0 # via virtualenv blinker==1.4 # via -r requirements/tests.in @@ -88,7 +88,7 @@ six==1.16.0 # virtualenv snowballstemmer==2.1.0 # via sphinx -sphinx==4.2.0 +sphinx==5.0.0 # via # -r requirements/docs.in # pallets-sphinx-themes diff --git a/requirements/docs.txt b/requirements/docs.txt index bd47a92d..0a10eb12 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -38,7 +38,7 @@ requests==2.26.0 # via sphinx snowballstemmer==2.1.0 # via sphinx -sphinx==4.2.0 +sphinx==5.0.0 # via # -r requirements/docs.in # pallets-sphinx-themes @@ -62,6 +62,3 @@ sphinxcontrib-serializinghtml==1.1.5 # via sphinx urllib3==1.26.7 # via requests - -# The following packages are considered to be unsafe in a requirements file: -# setuptools