Skip to content

Commit

Permalink
fix(deps): update dependency sphinx_rtd_theme to ^0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and esciara committed Dec 30, 2020
1 parent 0d7497d commit f07417c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 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 @@ -58,7 +58,7 @@ black = {version = "stable", optional = true, allow-prereleases = true}
sphinx = {version = "^2.3.0", optional = true}
sphinx-autodoc-typehints = {version = "^1.10.3", optional = true}
sphinx-autobuild = {version = "^0.7.1", optional = true}
sphinx_rtd_theme = {version = "^0.4.3", optional = true}
sphinx_rtd_theme = {version = "^0.5.0", optional = true}
# Optional dependencies to be part of `repl` extra
bpython = {version = "^0.18", optional = true}
# Non optional dependendies
Expand Down

0 comments on commit f07417c

Please sign in to comment.