From c846e71a40ea22620481cd04f2711b6b61df183d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Mar 2021 21:58:12 +0100 Subject: [PATCH] Bump furo from 2020.12.30b24 to 2021.2.28b28 (#310) Bumps [furo](https://github.com/pradyunsg/furo) from 2020.12.30b24 to 2021.2.28b28. - [Release notes](https://github.com/pradyunsg/furo/releases) - [Changelog](https://github.com/pradyunsg/furo/blob/main/docs/changelog.md) - [Commits](https://github.com/pradyunsg/furo/compare/2020.12.30.beta24...2021.02.28.beta28) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 1fccbcd5..107e3266 100644 --- a/poetry.lock +++ b/poetry.lock @@ -426,7 +426,7 @@ restructuredtext_lint = "*" [[package]] name = "furo" -version = "2020.12.30b24" +version = "2021.2.28b28" description = "A clean customisable Sphinx documentation theme." category = "dev" optional = false @@ -1368,7 +1368,7 @@ testing = ["pytest (>=3.5,!=3.7.3)", "pytest-checkdocs (>=1.2.3)", "pytest-flake [metadata] lock-version = "1.1" python-versions = "^3.6.1" -content-hash = "999dbbd5fa57c400c38962bf899c06ebac12773b8af32244a5e73a25ce4c3fcc" +content-hash = "7ea6c9005e68912b21f1956d2e3c22aa8b2a5125a5b05078319515943b907302" [metadata.files] alabaster = [ @@ -1613,8 +1613,8 @@ flake8-rst-docstrings = [ {file = "flake8-rst-docstrings-0.0.14.tar.gz", hash = "sha256:8f8bcb18f1408b506dd8ba2c99af3eac6128f6911d4bf6ff874b94caa70182a2"}, ] furo = [ - {file = "furo-2020.12.30b24-py3-none-any.whl", hash = "sha256:251dadee4dee96dddf2dc9b5243b88212e16923f53397bf12bc98574918bda41"}, - {file = "furo-2020.12.30b24.tar.gz", hash = "sha256:30171899c9c06d692a778e6daf6cb2e5cbb05efc6006e1692e5e776007dc8a8c"}, + {file = "furo-2021.2.28b28-py3-none-any.whl", hash = "sha256:f847b691aded3e5e27950d26c9fd1b72249902b6a3b9aabd29b7ee3701c8f9f8"}, + {file = "furo-2021.2.28b28.tar.gz", hash = "sha256:8bd588f0e04a00c25de0206d989980b8348d9d329f2795c686a3fe25e769cbb5"}, ] gitdb = [ {file = "gitdb-4.0.5-py3-none-any.whl", hash = "sha256:91f36bfb1ab7949b3b40e23736db18231bf7593edada2ba5c3a174a7b23657ac"}, diff --git a/pyproject.toml b/pyproject.toml index 0612b831..b2df2eef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ pep8-naming = "^0.11.1" darglint = "^1.7.0" reorder-python-imports = "^2.4.0" pre-commit-hooks = "^3.4.0" -furo = "^2020.12.30b24" +furo = "^2021.2.28b28" Pygments = "^2.7.4" poetry = "^1.1.5" pytest-datadir = "^1.3.1"