From ef6eeabd4edc65586dd8d0ca249e11ca8ee03573 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jul 2023 20:41:46 +0000 Subject: [PATCH] Bump sphinx from 5.3.0 to 7.0.1 in /requirements Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 5.3.0 to 7.0.1. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v5.3.0...v7.0.1) --- 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 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 50362112..141e8ada 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -92,7 +92,7 @@ psutil==5.9.1 # via pytest-xprocess py==1.11.0 # via pytest-xprocess -pygments==2.12.0 +pygments==2.15.1 # via # sphinx # sphinx-tabs @@ -119,7 +119,7 @@ requests==2.28.1 # via sphinx snowballstemmer==2.2.0 # via sphinx -sphinx==5.3.0 +sphinx==7.0.1 # via # -r docs.in # pallets-sphinx-themes diff --git a/requirements/docs.txt b/requirements/docs.txt index e31b5483..f9fafbb8 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -30,7 +30,7 @@ packaging==21.3 # sphinx pallets-sphinx-themes==2.0.3 # via -r docs.in -pygments==2.12.0 +pygments==2.15.1 # via # sphinx # sphinx-tabs @@ -42,7 +42,7 @@ requests==2.28.1 # via sphinx snowballstemmer==2.2.0 # via sphinx -sphinx==5.3.0 +sphinx==7.0.1 # via # -r docs.in # pallets-sphinx-themes