From f8cc5ecc7b322e94614a5e03f205d2ef76654d25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 14:47:26 -0700 Subject: [PATCH] Bump sphinx from 7.0.1 to 7.3.7 (#449) * Bump sphinx from 7.0.1 to 7.3.7 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.0.1 to 7.3.7. - [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.0.1...v7.3.7) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Don't run docs step on 3.8 --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Amethyst Reese --- .github/workflows/build.yml | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7ccdff8a..7b9187ef 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,6 +40,7 @@ jobs: run: | python -m hatch run typecheck - name: Docs + if: ${{ matrix.python-version != "3.8" }} run: | python -m hatch run docs:build - name: Generated changes diff --git a/pyproject.toml b/pyproject.toml index d46c935a..7b79bf78 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ description = "A lint framework that writes better Python code for you." [project.optional-dependencies] docs = [ "jinja2 == 3.1.4", - "sphinx == 7.0.1", + "sphinx == 7.3.7", "sphinx-mdinclude == 0.6.1", ] dev = [