Skip to content

Commit 9941cb0

Browse files
chore(deps): bump sphinx-rtd-theme from 1.3.0 to 2.0.0
Bumps [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) from 1.3.0 to 2.0.0. - [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst) - [Commits](readthedocs/sphinx_rtd_theme@1.3.0...2.0.0) --- updated-dependencies: - dependency-name: sphinx-rtd-theme dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7ffd46d commit 9941cb0

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

poetry.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ python = ">=3.11,<4"
2727
bleak = {version = ">=0.21.1", python = ">=3.10,<3.14"}
2828
# Documentation Dependencies
2929
Sphinx = {version = "^5.0", optional = true}
30-
sphinx-rtd-theme = {version = "^1.0", optional = true}
30+
sphinx-rtd-theme = {version = ">=1,<3", optional = true}
3131
myst-parser = {version = ">=0.18,<1.1", optional = true}
3232
bluetooth-sensor-state-data = ">=1.6.1"
3333
sensor-state-data = {version = ">=2.0.2", python = ">=3.11,<4"}

0 commit comments

Comments
 (0)