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 and Djelibeybi committed Nov 10, 2024
1 parent 54c48ad commit 0e72b2e
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 29 deletions.
52 changes: 26 additions & 26 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 0e72b2e

Please sign in to comment.