From 95e0a30680ed3d8cacf9e296709a0f68fd047497 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Oct 2021 16:05:21 +0000 Subject: [PATCH] Build(deps-dev): Bump furo from 2021.9.22 to 2021.10.9 Bumps [furo](https://github.com/pradyunsg/furo) from 2021.9.22 to 2021.10.9. - [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.09.22...2021.10.09) --- 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 bddadc27..97e317a7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -427,7 +427,7 @@ restructuredtext-lint = "*" [[package]] name = "furo" -version = "2021.9.22" +version = "2021.10.9" description = "A clean customisable Sphinx documentation theme." category = "dev" optional = false @@ -1384,7 +1384,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 = "b78badbd2be489c25079ca740688af6ac1f6a5b350e93ed9e2db564dccc4495b" +content-hash = "5c4625ba4b7a9bf1c9d76273443b3536e9f7f047ea6c9dcec72def7c96dad69a" [metadata.files] alabaster = [ @@ -1623,8 +1623,8 @@ flake8-rst-docstrings = [ {file = "flake8_rst_docstrings-0.2.3-py3-none-any.whl", hash = "sha256:565bbb391d7e4d0042924102221e9857ad72929cdd305b26501736ec22c1451a"}, ] furo = [ - {file = "furo-2021.9.22-py3-none-any.whl", hash = "sha256:2b3dff2a993c3f0b4bcc804c042b10b959ff56c51557fd642f6b65d0e9e5be60"}, - {file = "furo-2021.9.22.tar.gz", hash = "sha256:ef8f65e9c5f219b21aad75c99a2094d03b16430aef1f57686ce19e3f24f954af"}, + {file = "furo-2021.10.9-py3-none-any.whl", hash = "sha256:8da4448836e72db59033cd8d70dbdae96b0523c4424d806216febd38253870e8"}, + {file = "furo-2021.10.9.tar.gz", hash = "sha256:2baa42a22ede3e6e95c6182ab364bac2ec15b79bc7f9ca7fb09fd9aec4b3540c"}, ] gitdb = [ {file = "gitdb-4.0.5-py3-none-any.whl", hash = "sha256:91f36bfb1ab7949b3b40e23736db18231bf7593edada2ba5c3a174a7b23657ac"}, diff --git a/pyproject.toml b/pyproject.toml index 9ebcac1b..c782895c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ pep8-naming = "^0.12.1" darglint = "^1.8.0" reorder-python-imports = "^2.6.0" pre-commit-hooks = "^4.0.1" -furo = "^2021.9.22" +furo = "^2021.10.9" Pygments = "^2.10.0" poetry = "^1.1.11" pytest-datadir = "^1.3.1"