Skip to content

Commit

Permalink
fix(deps): update sphinx packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 8, 2024
1 parent 7b93e7b commit 58b76ba
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
42 changes: 21 additions & 21 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ python = "^3.12"
aiolifx = "^1.1.0"

# Documentation Dependencies
Sphinx = {version = "^7.0.0", optional = true}
sphinx-rtd-theme = {version = "^2.0.0", optional = true}
myst-parser = {version = "^3.0.0", optional = true}
Sphinx = {version = "^8.0.0", optional = true}
sphinx-rtd-theme = {version = "^3.0.0", optional = true}
myst-parser = {version = "^4.0.0", optional = true}

[tool.poetry.extras]
docs = [
Expand Down

0 comments on commit 58b76ba

Please sign in to comment.