From bbe120e2992f287522460fd78ce8184bad809b71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jul 2021 16:04:15 +0000 Subject: [PATCH] Build(deps-dev): Bump furo from 2021.6.24b37 to 2021.7.5b38 Bumps [furo](https://github.com/pradyunsg/furo) from 2021.6.24b37 to 2021.7.5b38. - [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/2021.06.24.beta37...2021.07.05.beta38) --- updated-dependencies: - dependency-name: furo dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index e716348b..55dfa775 100644 --- a/poetry.lock +++ b/poetry.lock @@ -427,7 +427,7 @@ restructuredtext-lint = "*" [[package]] name = "furo" -version = "2021.6.24b37" +version = "2021.7.5b38" description = "A clean customisable Sphinx documentation theme." category = "dev" optional = false @@ -1374,7 +1374,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=1.2.3)", "pytest-flake8", "pyt [metadata] lock-version = "1.1" python-versions = "^3.6.1" -content-hash = "ffecaa22da2ee65463d106b1eca26f258263c89a4c02de07a101329ac1ac8e48" +content-hash = "aaa63e86e390fcfa06c6f7c6b1101462d8562e1541e3f88c5cc381bdbdd1af79" [metadata.files] alabaster = [ @@ -1632,8 +1632,8 @@ flake8-rst-docstrings = [ {file = "flake8_rst_docstrings-0.2.3-py3-none-any.whl", hash = "sha256:565bbb391d7e4d0042924102221e9857ad72929cdd305b26501736ec22c1451a"}, ] furo = [ - {file = "furo-2021.6.24b37-py3-none-any.whl", hash = "sha256:3c664f85df95c6a51aa4e2da6b22cd8c4ad2a4a6d3f7528113a9f854b875c3aa"}, - {file = "furo-2021.6.24b37.tar.gz", hash = "sha256:c91be58dc4408f8d4fbd58c37d4fd1e541684a09d159bda8c7905d9f494b28de"}, + {file = "furo-2021.7.5b38-py3-none-any.whl", hash = "sha256:81316a9d498f77dd82b4c4a378a33561e5f762372a716cad91150b4b90da7b35"}, + {file = "furo-2021.7.5b38.tar.gz", hash = "sha256:e1d98a9c447aef2567b49ef685b963b4f809b9f436993c3dcd4a817547525a49"}, ] gitdb = [ {file = "gitdb-4.0.5-py3-none-any.whl", hash = "sha256:91f36bfb1ab7949b3b40e23736db18231bf7593edada2ba5c3a174a7b23657ac"}, diff --git a/pyproject.toml b/pyproject.toml index 83f60014..dac50362 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ pep8-naming = "^0.11.1" darglint = "^1.8.0" reorder-python-imports = "^2.5.0" pre-commit-hooks = "^4.0.1" -furo = "^2021.6.24b37" +furo = "^2021.7.5b38" Pygments = "^2.9.0" poetry = "^1.1.7" pytest-datadir = "^1.3.1"