From c59ce7bc0b26102069cfd44588773bf26635d6e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Mar 2021 19:14:13 +0000 Subject: [PATCH] Bump sphinx-autobuild from 2020.9.1 to 2021.3.14 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) Signed-off-by: dependabot[bot] --- poetry.lock | 9 +++++---- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 3685ff81..47a02af6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -740,13 +740,14 @@ test = ["pytest", "pytest-cov", "html5lib", "typed-ast", "cython"] [[package]] name = "sphinx-autobuild" -version = "2020.9.1" +version = "2021.3.14" description = "Rebuild Sphinx documentation on changes, with live-reload in the browser." category = "dev" optional = false python-versions = ">=3.6" [package.dependencies] +colorama = "*" livereload = "*" sphinx = "*" @@ -961,7 +962,7 @@ testing = ["pytest (>=3.5,!=3.7.3)", "pytest-checkdocs (>=1.2.3)", "pytest-flake [metadata] lock-version = "1.1" python-versions = "^3.7.0" -content-hash = "d663c9e6a248e4f4a00920a39811efd41da0e0553d4822f3064b53af1917429b" +content-hash = "d1b76f1ef8c3349505f4e78787d3844803b48c08c02f95c15997ad62cda39c7f" [metadata.files] alabaster = [ @@ -1421,8 +1422,8 @@ sphinx = [ {file = "Sphinx-3.3.1.tar.gz", hash = "sha256:1e8d592225447104d1172be415bc2972bd1357e3e12fdc76edf2261105db4300"}, ] sphinx-autobuild = [ - {file = "sphinx-autobuild-2020.9.1.tar.gz", hash = "sha256:4b184a7db893f2100bbd831991ae54ca89167a2b9ce68faea71eaa9e37716aed"}, - {file = "sphinx_autobuild-2020.9.1-py3-none-any.whl", hash = "sha256:df5c72cb8b8fc9b31279c4619780c4e95029be6de569ff60a8bb2e99d20f63dd"}, + {file = "sphinx-autobuild-2021.3.14.tar.gz", hash = "sha256:de1ca3b66e271d2b5b5140c35034c89e47f263f2cd5db302c9217065f7443f05"}, + {file = "sphinx_autobuild-2021.3.14-py3-none-any.whl", hash = "sha256:8fe8cbfdb75db04475232f05187c776f46f6e9e04cacf1e49ce81bdac649ccac"}, ] sphinx-rtd-theme = [ {file = "sphinx_rtd_theme-0.5.0-py2.py3-none-any.whl", hash = "sha256:373413d0f82425aaa28fb288009bf0d0964711d347763af2f1b65cafcb028c82"}, diff --git a/pyproject.toml b/pyproject.toml index 6de6f0e8..be39477e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ mypy = "^0.790" typeguard = "^2.9.1" xdoctest = {extras = ["colors"], version = "^0.15.0"} sphinx = "^3.3.1" -sphinx-autobuild = "^2020.9.1" +sphinx-autobuild = "^2021.3.14" pre-commit = "^2.11.1" flake8 = "^3.8.4" black = "^20.8b1"