From 1f84dbd1b489d6913b5f5d36111c1de01c30402a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Apr 2022 08:04:49 +0000 Subject: [PATCH] Bump sphinx from 4.1.2 to 4.5.0 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.1.2 to 4.5.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.1.2...v4.5.0) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 2 +- requirements/docs.txt | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 3d0ac2aa2..fb50aa90c 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -90,7 +90,7 @@ six==1.16.0 # virtualenv snowballstemmer==2.1.0 # via sphinx -sphinx==4.1.2 +sphinx==4.5.0 # via # -r requirements/docs.in # pallets-sphinx-themes diff --git a/requirements/docs.txt b/requirements/docs.txt index 177304117..0b5eb7909 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -42,7 +42,7 @@ requests==2.25.1 # via sphinx snowballstemmer==2.1.0 # via sphinx -sphinx==4.1.2 +sphinx==4.5.0 # via # -r requirements/docs.in # pallets-sphinx-themes @@ -69,6 +69,3 @@ sphinxcontrib-serializinghtml==1.1.5 # via sphinx urllib3==1.26.5 # via requests - -# The following packages are considered to be unsafe in a requirements file: -# setuptools