Skip to content

Commit 1c5bbbd

Browse files
dependabot[bot]kinow
authored andcommitted
Update pydata-sphinx-theme requirement from ==0.15.* to >=0.15,<0.17
Updates the requirements on [pydata-sphinx-theme](https://github.com/pydata/pydata-sphinx-theme) to permit the latest version. - [Release notes](https://github.com/pydata/pydata-sphinx-theme/releases) - [Changelog](https://github.com/pydata/pydata-sphinx-theme/blob/main/RELEASE.md) - [Commits](pydata/pydata-sphinx-theme@v0.15.0rc0...v0.16.1) --- updated-dependencies: - dependency-name: pydata-sphinx-theme dependency-version: 0.16.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 323228b commit 1c5bbbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ tests = [
8585
]
8686
docs = [
8787
"livereload",
88-
"pydata-sphinx-theme==0.15.*",
88+
"pydata-sphinx-theme>=0.15,<0.17",
8989
"sphinx>=5,<9",
9090
"sphinx-autobuild>=2021.3,<2024.11",
9191
"sphinx_rtd_theme",

0 commit comments

Comments
 (0)