1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
From c1f3a84026bdf7535d5cfc8be8ddb81a45275594 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 1 Nov 2024 10:54:14 +0000
Subject: [PATCH] :arrow_up: Update pydata-sphinx-theme requirement
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](https://github.com/pydata/pydata-sphinx-theme/compare/v0.15.2...v0.16.0)
---
updated-dependencies:
- dependency-name: pydata-sphinx-theme
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
---
pyproject.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pyproject.toml b/pyproject.toml
index 995c00c..9c89c9d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -52,7 +52,7 @@ testing-no-myst = [
]
theme-furo = ["furo>=2024.7.18,<2024.9.0"]
-theme-pydata = ["pydata-sphinx-theme~=0.15.2"]
+theme-pydata = ["pydata-sphinx-theme>=0.15.2,<0.17.0"]
theme-rtd = ["sphinx-rtd-theme~=2.0"]
theme-sbt = ["sphinx-book-theme~=1.1"]
theme-im = ["sphinx-immaterial~=0.12.2"]
|