From 126a7fd558340158dfabd69bbc36e75e756d8337 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Feb 2025 02:00:02 +0000 Subject: [PATCH] Bump sphinxcontrib-video from 0.3.2 to 0.4.0 Bumps [sphinxcontrib-video](https://github.com/sphinx-contrib/video) from 0.3.2 to 0.4.0. - [Release notes](https://github.com/sphinx-contrib/video/releases) - [Commits](https://github.com/sphinx-contrib/video/compare/v0.3.2...v0.4.0) --- updated-dependencies: - dependency-name: sphinxcontrib-video dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a6aeefe4..8d6b0133 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ dynamic = ["version"] [project.optional-dependencies] dev = ["pytest==8.3.4", "pytest-cov==6.0.0", "black==24.10.0", "flake8==7.1.1"] -docs = ["sphinx==8.0.2", "sphinx-rtd-theme==3.0.2", "sphinxcontrib-video==0.3.2"] +docs = ["sphinx==8.0.2", "sphinx-rtd-theme==3.0.2", "sphinxcontrib-video==0.4.0"] plugins = ["pyqt5~=5.15", "toml==0.10.2"] [project.urls]