Skip to content

Commit

Permalink
fix(deps): update dependency sphinx to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 4, 2024
1 parent 4c29cf1 commit 25126ea
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 15 deletions.
31 changes: 17 additions & 14 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ include = [

[tool.poetry.dependencies]
python = ">=3.10,<3.12"
Sphinx = {version = ">=6.2.1,<6.3.0", optional = true}
Sphinx = {version = ">=6.2.1,<7.3.0", optional = true}
sphinx-autodoc-typehints = {version = "^1.11.1", optional = true}
tomlkit = {version = "^0.12.0", optional=true}
ampel-interface = {version = ">=0.8.7,<0.9"}
Expand Down

0 comments on commit 25126ea

Please sign in to comment.