From 493901f7e7a17d74d2d518ea8031b45e82829ed0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 04:48:48 +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] --- pyproject.toml | 2 +- requirements.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 849df0ae..f9fd52a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "sentry-sdk==2.13.0", "sphinx-rtd-theme==2.0.0", "sphinx-sitemap==2.6.0", - "sphinx==7.3.7", + "sphinx==8.0.2", "weasyprint==62.3", "whitenoise[brotli]==6.7.0", ] diff --git a/requirements.in b/requirements.in index 18aeadfa..fd740598 100644 --- a/requirements.in +++ b/requirements.in @@ -23,7 +23,7 @@ psycopg[binary]==3.2.1 python-dateutil==2.9.0.post0 requests==2.32.3 sentry-sdk==2.13.0 -Sphinx==7.3.7 +Sphinx==8.0.2 sphinx-rtd-theme==2.0.0 sphinx-sitemap==2.6.0 time-machine