From 07613232e2ed5fda8d2f24b6ae87e6b5dd39bdde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Dec 2021 08:05:34 +0000 Subject: [PATCH] Bump sphinx from 4.2.0 to 4.3.1 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.2.0 to 4.3.1. - [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.1) --- 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 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 33493af3..fe9ac94a 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -106,7 +106,7 @@ six==1.16.0 # virtualenv snowballstemmer==2.1.0 # via sphinx -sphinx==4.2.0 +sphinx==4.3.1 # via # -r requirements/docs.in # pallets-sphinx-themes diff --git a/requirements/docs.txt b/requirements/docs.txt index 8f5fd06a..12afc5a1 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -42,7 +42,7 @@ requests==2.26.0 # via sphinx snowballstemmer==2.1.0 # via sphinx -sphinx==4.2.0 +sphinx==4.3.1 # via # -r requirements/docs.in # pallets-sphinx-themes