From d32893e33d70dcb31c7fedb0e79c418fb2369e6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 08:12:31 +0000 Subject: [PATCH] Bump sphinx from 5.0.1 to 5.1.1 in /requirements Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 5.0.1 to 5.1.1. - [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.1...v5.1.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 3cb7528..e5d95d3 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -78,7 +78,7 @@ six==1.16.0 # via virtualenv snowballstemmer==2.1.0 # via sphinx -sphinx==5.0.1 +sphinx==5.1.1 # via # -r docs.in # pallets-sphinx-themes diff --git a/requirements/docs.txt b/requirements/docs.txt index e642e98..36fa767 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==5.0.1 +sphinx==5.1.1 # via # -r docs.in # pallets-sphinx-themes