From f9d2adc9576ecfe799549501982e2c17a81c9f24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 11:35:51 +0000 Subject: [PATCH] build(deps-dev): bump alabaster from 0.7.16 to 1.0.0 in /packages 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:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/requirements-dev.txt b/packages/requirements-dev.txt index daa8553..d99e481 100644 --- a/packages/requirements-dev.txt +++ b/packages/requirements-dev.txt @@ -1,4 +1,4 @@ -alabaster==0.7.16 ; python_version >= "3.9" and python_version < "4.0" +alabaster==1.0.0 ; python_version >= "3.9" and python_version < "4.0" annotated-types==0.7.0 ; python_version >= "3.9" and python_version < "4.0" appdirs==1.4.4 ; python_version >= "3.9" and python_version < "4.0" argcomplete==3.5.1 ; python_version >= "3.9" and python_version < "4.0"