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 Oct 22, 2024
1 parent c604d1e commit d325b75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
sphinx==5.3.0
sphinx==7.4.7
sphinx-rtd-theme==1.3.0
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ packages = [
[tool.poetry.dependencies]
python = "^3.8"
django-appconf = "^1.0.5"
Sphinx = {version = "5.3.0", optional = true}
Sphinx = {version = "7.4.7", optional = true}
sphinx-rtd-theme = {version = "1.3.0", optional = true}

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit d325b75

Please sign in to comment.