From 43fb906e7c31c319fd2041f5af067d2372a39386 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 02:32:10 +0000 Subject: [PATCH] Bump sphinx from 7.2.5 to 7.2.6 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.2.5 to 7.2.6. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.2.5...v7.2.6) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index ed11338a..d1c1d51a 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ myst-parser==2.0.0 -Sphinx==7.2.5 +Sphinx==7.2.6 pygments==2.16.1 pyanalyze diff --git a/requirements.txt b/requirements.txt index 6405a0d6..253b7edc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ typing_extensions>=4.1.1 aenum>=2.2.3 codemod myst-parser==2.0.0 -Sphinx==7.2.5 +Sphinx==7.2.6 black==23.9.1 flake8==6.1.0 usort==1.0.7