From 2c107973a0f82ecc0f24f1af1430d785f3a8b0cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Mar 2021 22:29:10 +0100 Subject: [PATCH] Bump sphinx-autobuild from 2020.9.1 to 2021.3.14 (#26) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 9 +++++---- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index a02fb133..0b85dd01 100644 --- a/poetry.lock +++ b/poetry.lock @@ -740,13 +740,14 @@ test = ["pytest", "pytest-cov", "html5lib", "cython", "typed-ast"] [[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 = "8bd2376de255ed78707ac4bc0c706e5b6c9baef082f62d80f9a7f04ead99a961" +content-hash = "0f8103f142ac3744920e8c1471c9ef8ffcdf6dd7f41fe9eb7675f1486885b624" [metadata.files] alabaster = [ @@ -1429,8 +1430,8 @@ sphinx = [ {file = "Sphinx-3.5.2.tar.gz", hash = "sha256:672cfcc24b6b69235c97c750cb190a44ecd72696b4452acaf75c2d9cc78ca5ff"}, ] 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 fc32a853..04184a83 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ mypy = "^0.812" typeguard = "^2.11.1" xdoctest = {extras = ["colors"], version = "^0.15.0"} sphinx = "^3.5.2" -sphinx-autobuild = "^2020.9.1" +sphinx-autobuild = "^2021.3.14" pre-commit = "^2.11.1" flake8 = "^3.8.4" black = "^20.8b1"