From b40d03f81925d1bd43eae2686d620a169ae59150 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 19:39:36 +0000 Subject: [PATCH] build(deps-dev): bump furo from 2023.9.10 to 2024.8.6 Bumps [furo](https://github.com/pradyunsg/furo) from 2023.9.10 to 2024.8.6. - [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/2023.09.10...2024.08.06) --- updated-dependencies: - dependency-name: furo dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2e5d3c4d..dc6ee099 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1163,20 +1163,20 @@ tqdm = ["tqdm"] [[package]] name = "furo" -version = "2023.9.10" +version = "2024.8.6" description = "A clean customisable Sphinx documentation theme." optional = false python-versions = ">=3.8" files = [ - {file = "furo-2023.9.10-py3-none-any.whl", hash = "sha256:513092538537dc5c596691da06e3c370714ec99bc438680edc1debffb73e5bfc"}, - {file = "furo-2023.9.10.tar.gz", hash = "sha256:5707530a476d2a63b8cad83b4f961f3739a69f4b058bcf38a03a39fa537195b2"}, + {file = "furo-2024.8.6-py3-none-any.whl", hash = "sha256:6cd97c58b47813d3619e63e9081169880fbe331f0ca883c871ff1f3f11814f5c"}, + {file = "furo-2024.8.6.tar.gz", hash = "sha256:b63e4cee8abfc3136d3bc03a3d45a76a850bada4d6374d24c1716b0e01394a01"}, ] [package.dependencies] beautifulsoup4 = "*" pygments = ">=2.7" -sphinx = ">=6.0,<8.0" -sphinx-basic-ng = "*" +sphinx = ">=6.0,<9.0" +sphinx-basic-ng = ">=1.0.0.beta2" [[package]] name = "ghp-import" @@ -4446,4 +4446,4 @@ collate = ["cytominer-database"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "15527636d21144d970d0981873a9fa1390c436d755a4ca83cbbcaf764b709606" +content-hash = "5bb4484f75631dcc5c2b8ed322342a3d1b30d58d3a560403ec16cdacb94fa5f2" diff --git a/pyproject.toml b/pyproject.toml index 4dfd5030..902c9d59 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -98,7 +98,7 @@ groundwork-sphinx-theme = "^1.1.1" sphinx-copybutton = "^0.5.2" nbsphinx = "^0.9.3" m2r2 = "^0.3.3.post2" -furo = "^2023.9.10" +furo = ">=2023.9.10,<2025.0.0" mock = "^5.1.0" autodoc = "^0.5.0" dunamai = "^1.19.0"