From be92121a7ec5d181f773b8d2bddb7c214bf56203 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Apr 2022 01:25:23 +0000 Subject: [PATCH] Bump furo from 2022.2.23 to 2022.4.7 Bumps [furo](https://github.com/pradyunsg/furo) from 2022.2.23 to 2022.4.7. - [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/2022.02.23...2022.04.07) --- 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 a22d951..81f68ba 100644 --- a/poetry.lock +++ b/poetry.lock @@ -335,7 +335,7 @@ testing = ["covdefaults (>=1.2.0)", "coverage (>=4)", "pytest (>=4)", "pytest-co [[package]] name = "furo" -version = "2022.2.23" +version = "2022.4.7" description = "A clean customisable Sphinx documentation theme." category = "dev" optional = false @@ -1102,7 +1102,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.10" -content-hash = "4b037eab35c47b8dc8f16f34c9d9f5ec8569aaa1c82e842ef7b1a2f566fa4b04" +content-hash = "cf72d0f8c354b831040e388e7a3c96cc03ef5d34c10ed49cb132db33fc972437" [metadata.files] alabaster = [ @@ -1340,8 +1340,8 @@ filelock = [ {file = "filelock-3.6.0.tar.gz", hash = "sha256:9cd540a9352e432c7246a48fe4e8712b10acb1df2ad1f30e8c070b82ae1fed85"}, ] furo = [ - {file = "furo-2022.2.23-py3-none-any.whl", hash = "sha256:bfed4e6a0511ab7baf211b3195b851914bf11a72e5907e073b1de9296de391f6"}, - {file = "furo-2022.2.23.tar.gz", hash = "sha256:005823b67f6ba00dde03e68dc78d437c72df7bcf816bcc6c111019c8faa7aa3d"}, + {file = "furo-2022.4.7-py3-none-any.whl", hash = "sha256:7f3e3d2fb977483590f8ecb2c2cd511bd82661b79c18efb24de9558bc9cdf2d7"}, + {file = "furo-2022.4.7.tar.gz", hash = "sha256:96204ab7cd047e4b6c523996e0279c4c629a8fc31f4f109b2efd470c17f49c80"}, ] html5lib = [ {file = "html5lib-1.1-py2.py3-none-any.whl", hash = "sha256:0d78f8fde1c230e99fe37986a60526d7049ed4bf8a9fadbad5f00e22e58e041d"}, diff --git a/pyproject.toml b/pyproject.toml index 0a0fc23..11b8117 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ pytest-randomly = "^3.11" sphinx = "^4.4" sphinx-autodoc-typehints = "^1.17" sphinxcontrib-apidoc = "^0.3" -furo = "^2022.2.23" +furo = "^2022.4.7" doc8 = "^0.10" m2r2 = "^0.3" tomlkit = "^0.10"