From 01f8432a98bfc5316eafb046fcf726f529d748bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 11:10:19 -0400 Subject: [PATCH] Bump alabaster from 0.7.16 to 1.0.0 (#2292) Bumps [alabaster](https://github.com/sphinx-doc/alabaster) from 0.7.16 to 1.0.0. - [Release notes](https://github.com/sphinx-doc/alabaster/releases) - [Changelog](https://github.com/sphinx-doc/alabaster/blob/master/docs/changelog.rst) - [Commits](https://github.com/sphinx-doc/alabaster/compare/0.7.16...1.0.0) --- updated-dependencies: - dependency-name: alabaster dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 95d4e4d99..da0f3f839 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ Tidelift = "https://tidelift.com/subscription/pkg/pypi-marshmallow?utm_source=py docs = [ "sphinx==8.0.2", "sphinx-issues==4.1.0", - "alabaster==0.7.16", + "alabaster==1.0.0", "sphinx-version-warning==1.1.2", "autodocsumm==0.2.13", ]