From 8a944a21d9d2670f1781c670c24b114257b5d678 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Aug 2021 16:04:22 +0000 Subject: [PATCH] Build(deps-dev): Bump furo from 2021.7.28b40 to 2021.7.31b41 Bumps [furo](https://github.com/pradyunsg/furo) from 2021.7.28b40 to 2021.7.31b41. - [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.07.28.beta40...2021.07.31.beta41) --- updated-dependencies: - dependency-name: furo dependency-type: direct:development update-type: version-update:semver-patch ... 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 d726df1a..12caeb65 100644 --- a/poetry.lock +++ b/poetry.lock @@ -427,7 +427,7 @@ restructuredtext-lint = "*" [[package]] name = "furo" -version = "2021.7.28b40" +version = "2021.7.31b41" description = "A clean customisable Sphinx documentation theme." category = "dev" optional = false @@ -1375,7 +1375,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 = "9db4b16e1a4274cb4ec8e3183bc4636fc043d1d11dda796c0cf99b244484dd51" +content-hash = "138b1b745eb777f19edc1625f4f43541fbb6e69f7b3dab5d34d29214657dd240" [metadata.files] alabaster = [ @@ -1633,8 +1633,8 @@ flake8-rst-docstrings = [ {file = "flake8_rst_docstrings-0.2.3-py3-none-any.whl", hash = "sha256:565bbb391d7e4d0042924102221e9857ad72929cdd305b26501736ec22c1451a"}, ] furo = [ - {file = "furo-2021.7.28b40-py3-none-any.whl", hash = "sha256:297be93a9b425a9e24defe8784fe3009c19557516936a748ee0300b413b30ee2"}, - {file = "furo-2021.7.28b40.tar.gz", hash = "sha256:e5cadea37bb87c22a62f697643d61b5702faa474273fbd25bdf4c94296ebae17"}, + {file = "furo-2021.7.31b41-py3-none-any.whl", hash = "sha256:f4fd127db29735fb11f9dad6b57efdd6d30318b2196d1166139230e5c306c7dd"}, + {file = "furo-2021.7.31b41.tar.gz", hash = "sha256:46f47d5e64972b2e47eba10abdb556c4cb147fe4b405f963dc4b12c88cf4a2fa"}, ] gitdb = [ {file = "gitdb-4.0.5-py3-none-any.whl", hash = "sha256:91f36bfb1ab7949b3b40e23736db18231bf7593edada2ba5c3a174a7b23657ac"}, diff --git a/pyproject.toml b/pyproject.toml index 01e90e6f..def637ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ pep8-naming = "^0.12.0" darglint = "^1.8.0" reorder-python-imports = "^2.6.0" pre-commit-hooks = "^4.0.1" -furo = "^2021.7.28b40" +furo = "^2021.7.31b41" Pygments = "^2.9.0" poetry = "^1.1.7" pytest-datadir = "^1.3.1"