From a87e274e1be0102d50ec2b7d78918e60c7f9fe89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 15:11:54 +0000 Subject: [PATCH] Bump sphinx from 7.3.7 to 8.0.2 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.3.7 to 8.0.2. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/v8.0.2/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.3.7...v8.0.2) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-major ... 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 e02e5afc..6cf3e45a 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ myst-parser==4.0.0 -Sphinx==7.3.7 +Sphinx==8.0.2 pygments==2.18.0 pyanalyze diff --git a/requirements.txt b/requirements.txt index 545a4e89..6da0c824 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,6 +6,6 @@ typeshed_client>=2.0.0 typing_extensions>=4.1.1 codemod myst-parser==4.0.0 -Sphinx==7.3.7 +Sphinx==8.0.2 black==24.8.0 ruff==0.6.1