From 3b2bf0cf35015a2ad830852b0620812626488dc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Jul 2022 15:05:58 +0000 Subject: [PATCH] Bump sphinx-tabs from 3.3.1 to 3.4.1 Bumps [sphinx-tabs](https://github.com/executablebooks/sphinx-tabs) from 3.3.1 to 3.4.1. - [Release notes](https://github.com/executablebooks/sphinx-tabs/releases) - [Changelog](https://github.com/executablebooks/sphinx-tabs/blob/master/CHANGELOG.md) - [Commits](https://github.com/executablebooks/sphinx-tabs/compare/v3.3.1...v3.4.1) --- updated-dependencies: - dependency-name: sphinx-tabs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 327b14a4a..4217002e9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ sphinx==4.4.0 sphinx_rtd_theme==1.0.0 # Code tabs extension for GDScript/C# -sphinx-tabs==3.3.1 +sphinx-tabs==3.4.1 # Custom 404 error page (more useful than the default) sphinx-notfound-page==0.8.3