From 70188ad9d491fbf3d289a5ef0eca08bd1c36fcd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 17:18:02 +0000 Subject: [PATCH] Chore(deps-dev): Update sphinx-design-elements requirement 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/pyveci/sphinx-design-elements/blob/main/CHANGES.md) - [Commits](https://github.com/panodata/sphinx-design-elements/compare/v0.1.0...v0.3.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 74e2383..f6d2f5b 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.3", + "sphinx-design-elements<0.4", ] release = [ "build<2",