From f25fd85be38919f9941fe8fa0f648803c863ec4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 18:59:55 +0000 Subject: [PATCH] Bump alabaster from 0.7.16 to 1.0.0 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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8d0f62b..2945494 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ Issues = "https://github.com/marshmallow-code/marshmallow-sqlalchemy/issues" Source = "https://github.com/marshmallow-code/marshmallow-sqlalchemy" [project.optional-dependencies] -docs = ["sphinx==7.4.5", "alabaster==0.7.16", "sphinx-issues==4.1.0"] +docs = ["sphinx==7.4.5", "alabaster==1.0.0", "sphinx-issues==4.1.0"] # TODO: Remove pytest pin when https://github.com/TvoroG/pytest-lazy-fixture/issues/65 is resolved tests = ["pytest<8", "pytest-lazy-fixture>=0.6.2"] dev = ["marshmallow-sqlalchemy[tests]", "tox", "pre-commit~=3.5"]