Skip to content

Commit

Permalink
fix(deps): update dependency sphinx to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 8, 2023
1 parent 555c7a8 commit c516095
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 19 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==6.2.1
sphinx-rtd-theme==1.3.0
37 changes: 20 additions & 17 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 @@ -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 = "6.2.1", optional = true}
sphinx-rtd-theme = {version = "1.3.0", optional = true}

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit c516095

Please sign in to comment.