Compare commits

..

1 Commits

Author SHA1 Message Date
dependabot[bot]
aae75cc840 deps(deps): update sphinx-tabs requirement from >=3.4.0 to >=3.5.0
Updates the requirements on [sphinx-tabs](https://github.com/executablebooks/sphinx-tabs) to permit the latest version.
- [Release notes](https://github.com/executablebooks/sphinx-tabs/releases)
- [Changelog](https://github.com/executablebooks/sphinx-tabs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/executablebooks/sphinx-tabs/compare/v3.4.0...v3.5.0)

---
updated-dependencies:
- dependency-name: sphinx-tabs
  dependency-version: 3.5.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-27 06:26:25 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -266,7 +266,7 @@ jobs:
path: dist/
- name: Upload release assets
uses: softprops/action-gh-release@v3
uses: softprops/action-gh-release@v2
with:
files: dist/*
env:

View File

@@ -8,7 +8,7 @@ sphinx-autodoc-typehints>=1.19.0
# Additional Sphinx extensions
sphinx-copybutton>=0.5.0
sphinx-tabs>=3.4.0
sphinx-tabs>=3.5.0
# For parsing project dependencies
packaging>=21.0