From 97b4906a6985bfdd868537da497a08720eb5b5bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Mar 2023 13:19:11 +0000 Subject: [PATCH] chore(deps): Bump furo from 2022.12.7 to 2023.3.23 Bumps [furo](https://github.com/pradyunsg/furo) from 2022.12.7 to 2023.3.23. - [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.12.07...2023.03.23) --- updated-dependencies: - dependency-name: furo dependency-type: direct:production update-type: version-update:semver-major ... 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 dcca340ca..757464ab3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -761,14 +761,14 @@ six = ">=1.10,<2.0" [[package]] name = "furo" -version = "2022.12.7" +version = "2023.3.23" description = "A clean customisable Sphinx documentation theme." category = "main" optional = true python-versions = ">=3.7" files = [ - {file = "furo-2022.12.7-py3-none-any.whl", hash = "sha256:7cb76c12a25ef65db85ab0743df907573d03027a33631f17d267e598ebb191f7"}, - {file = "furo-2022.12.7.tar.gz", hash = "sha256:d8008f8efbe7587a97ba533c8b2df1f9c21ee9b3e5cad0d27f61193d38b1a986"}, + {file = "furo-2023.3.23-py3-none-any.whl", hash = "sha256:1cdf0730496f6ac0ecf394845fe55010539d987a3085f29d819e49a8e87da60a"}, + {file = "furo-2023.3.23.tar.gz", hash = "sha256:6cf9a59fe2919693ecff6509a08229afa081583cbb5b81f59c3e755f3bd81d26"}, ] [package.dependencies] @@ -2695,4 +2695,4 @@ testing = ["pytest", "pytest-durations"] [metadata] lock-version = "2.0" python-versions = "<3.12,>=3.7.1" -content-hash = "da454e82af2ef2e81b346a998ba8e141ce3631757a608e4ed3e8a8097fc4e090" +content-hash = "726c4f0ea4f9f7c60b25c2416b925877d2178bffb39fa34d552c2b8ca543f9ff" diff --git a/pyproject.toml b/pyproject.toml index 1e14381b9..4e5aabcb2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ PyYAML = "^6.0" # Sphinx dependencies installed as optional 'docs' extras # https://github.com/readthedocs/readthedocs.org/issues/4912#issuecomment-664002569 sphinx = {version = ">=4.5,<6.0", optional = true} -furo = {version = "^2022.12.7", optional = true} +furo = {version = ">=2022.12.7,<2024.0.0", optional = true} sphinx-copybutton = {version = ">=0.3.1,<0.6.0", optional = true} myst-parser = {version = ">=0.17.2,<1.1.0", optional = true} sphinx-autobuild = {version = "^2021.3.14", optional = true}