From cad88b5f2e30592ec5505635bc052d1f2b1af10a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Oct 2021 12:47:42 +0000 Subject: [PATCH] chore(deps-dev): bump furo from 2021.9.8 to 2021.9.22 Bumps [furo](/~https://github.com/pradyunsg/furo) from 2021.9.8 to 2021.9.22. - [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.08...2021.09.22) --- 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 a740bd0d..b9ec7d10 100644 --- a/poetry.lock +++ b/poetry.lock @@ -374,7 +374,7 @@ restructuredtext-lint = "*" [[package]] name = "furo" -version = "2021.9.8" +version = "2021.9.22" description = "A clean customisable Sphinx documentation theme." category = "dev" optional = false @@ -1017,7 +1017,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 = "bd77736aa3654fbd5982e48be0c8e5d8841d502b8a5d2a4eece5ae99c2a4fb96" +content-hash = "362936e7de6b1ea2db3033bc5f03742abb4dd3d60526db2d5da7513f8ac30739" [metadata.files] alabaster = [ @@ -1197,8 +1197,8 @@ flake8-rst-docstrings = [ {file = "flake8_rst_docstrings-0.2.3-py3-none-any.whl", hash = "sha256:565bbb391d7e4d0042924102221e9857ad72929cdd305b26501736ec22c1451a"}, ] furo = [ - {file = "furo-2021.9.8-py3-none-any.whl", hash = "sha256:182d2ac70118191cb750caa763b997974a2c19f6f5fb7dfce458ce518dce80ae"}, - {file = "furo-2021.9.8.tar.gz", hash = "sha256:eeaca6997c3a91240c5841d4f743d43196c4ef464b1236ff9b192d25f3e0d2ab"}, + {file = "furo-2021.9.22-py3-none-any.whl", hash = "sha256:2b3dff2a993c3f0b4bcc804c042b10b959ff56c51557fd642f6b65d0e9e5be60"}, + {file = "furo-2021.9.22.tar.gz", hash = "sha256:ef8f65e9c5f219b21aad75c99a2094d03b16430aef1f57686ce19e3f24f954af"}, ] gitdb = [ {file = "gitdb-4.0.5-py3-none-any.whl", hash = "sha256:91f36bfb1ab7949b3b40e23736db18231bf7593edada2ba5c3a174a7b23657ac"}, diff --git a/pyproject.toml b/pyproject.toml index a15f2813..dd0b802c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ black = "^20.8b1" flake8-black = "^0.2.3" safety = "^1.10.3" Sphinx = "^4.2.0" -furo = "^2021.9.8" +furo = "^2021.9.22" sphinx-argparse = "^0.3.1" coverage = {version = "^5.5", extras = ["toml"]} pygments = "^2.10.0"