From 0fe121dda09a2c27f68baaedf9c8f1b6cf77228a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 17:54:55 +0000 Subject: [PATCH] Chore(deps): Update sphinx-design-elements requirement from <0.4 to <0.5 Updates the requirements on [sphinx-design-elements](https://github.com/panodata/sphinx-design-elements) to permit the latest version. - [Release notes](https://github.com/panodata/sphinx-design-elements/releases) - [Changelog](https://github.com/tech-writing/sphinx-design-elements/blob/main/CHANGES.md) - [Commits](https://github.com/panodata/sphinx-design-elements/compare/v0.1.0...v0.4.0) --- updated-dependencies: - dependency-name: sphinx-design-elements dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6a3b7a6..982c916 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -102,7 +102,7 @@ docs = [ "sphinx<7.3", "sphinx-autobuild==2024.2.4", "sphinx-copybutton<0.6", - "sphinx-design-elements<0.4", + "sphinx-design-elements<0.5", ] release = [ "build<2",