From b34e2a1b902bb72b670c0171d83434181b7a984c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Jul 2022 08:07:19 +0000 Subject: [PATCH] Bump sphinx from 5.0.1 to 5.0.2 in /requirements Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 5.0.1 to 5.0.2. - [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.0.2) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-patch ... 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..97906ea 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.0.2 # via # -r docs.in # pallets-sphinx-themes diff --git a/requirements/docs.txt b/requirements/docs.txt index e642e98..00b83fd 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.0.2 # via # -r docs.in # pallets-sphinx-themes