Skip to content

Commit

Permalink
Bump sphinx-autobuild from 2020.9.1 to 2021.3.14 (#146)
Browse files Browse the repository at this point in the history
Bumps [sphinx-autobuild](https://github.com/executablebooks/sphinx-autobuild) from 2020.9.1 to 2021.3.14.
- [Release notes](https://github.com/executablebooks/sphinx-autobuild/releases)
- [Changelog](https://github.com/executablebooks/sphinx-autobuild/blob/main/NEWS.rst)
- [Commits](https://github.com/executablebooks/sphinx-autobuild/commits)

---
updated-dependencies:
- dependency-name: sphinx-autobuild
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jul 15, 2021
1 parent 117b604 commit 473e6d8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 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 @@ -36,7 +36,7 @@ python = "^3.6"
prompt_toolkit = ">=2.0,<4.0"
Sphinx = {version = "^3.3", optional = true}
sphinx-rtd-theme = {version = "^0.5.0", optional = true}
sphinx-autobuild = {version = "^2020.9.1", optional = true}
sphinx-autobuild = {version = ">=2020.9.1,<2022.0.0", optional = true}
sphinx-copybutton = {version = "^0.3.1", optional = true}
sphinx-autodoc-typehints = {version = "^1.11.1", optional = true}

Expand Down

0 comments on commit 473e6d8

Please sign in to comment.