Skip to content

Commit 4917a63

Browse files
chore(deps): bump sphinx from 5.3.0 to 6.2.1
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 5.3.0 to 6.2.1. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/v6.2.1/CHANGES) - [Commits](sphinx-doc/sphinx@v5.3.0...v6.2.1) --- updated-dependencies: - dependency-name: sphinx dependency-version: 6.2.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 89b3fd1 commit 4917a63

File tree

2 files changed

+59
-11
lines changed

2 files changed

+59
-11
lines changed

poetry.lock

Lines changed: 58 additions & 10 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
@@ -26,7 +26,7 @@ packages = [
2626
python = ">=3.11,<4"
2727
bleak = {version = ">=0.21.1", python = ">=3.10,<3.14"}
2828
# Documentation Dependencies
29-
Sphinx = {version = "^5.0", optional = true}
29+
Sphinx = {version = ">=5,<7", optional = true}
3030
sphinx-rtd-theme = {version = "^1.0", optional = true}
3131
myst-parser = {version = ">=0.18,<1.1", optional = true}
3232
bluetooth-sensor-state-data = ">=1.6.1"

0 commit comments

Comments
 (0)