From 23e4f935fc1e23940101f9220023926a2a4cdff8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 04:12:11 +0000 Subject: [PATCH] build(deps): bump furo in the python-packages group Bumps the python-packages group with 1 update: [furo](https://github.com/pradyunsg/furo). Updates `furo` from 2025.9.25 to 2025.12.19 - [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/2025.09.25...2025.12.19) --- updated-dependencies: - dependency-name: furo dependency-version: 2025.12.19 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 44a53d98..6e09f15a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1198,21 +1198,21 @@ woff = ["brotli (>=1.0.1) ; platform_python_implementation == \"CPython\"", "bro [[package]] name = "furo" -version = "2025.9.25" +version = "2025.12.19" description = "A clean customisable Sphinx documentation theme." optional = false python-versions = ">=3.8" groups = ["main"] files = [ - {file = "furo-2025.9.25-py3-none-any.whl", hash = "sha256:2937f68e823b8e37b410c972c371bc2b1d88026709534927158e0cb3fac95afe"}, - {file = "furo-2025.9.25.tar.gz", hash = "sha256:3eac05582768fdbbc2bdfa1cdbcdd5d33cfc8b4bd2051729ff4e026a1d7e0a98"}, + {file = "furo-2025.12.19-py3-none-any.whl", hash = "sha256:bb0ead5309f9500130665a26bee87693c41ce4dbdff864dbfb6b0dae4673d24f"}, + {file = "furo-2025.12.19.tar.gz", hash = "sha256:188d1f942037d8b37cd3985b955839fea62baa1730087dc29d157677c857e2a7"}, ] [package.dependencies] accessible-pygments = ">=0.0.5" beautifulsoup4 = "*" pygments = ">=2.7" -sphinx = ">=6.0,<9.0" +sphinx = ">=7.0,<10.0" sphinx-basic-ng = ">=1.0.0.beta2" [[package]] @@ -5299,4 +5299,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "e0dd0b53f659235f6dffaf653f7f768cc67e94eabd22f4078c03dd5fc3241412" +content-hash = "d76ef71d1c52ce31050c060c1ea5b5b3b908754898fa7caa6b584c1041cb1249" diff --git a/pyproject.toml b/pyproject.toml index 1eb60ebe..62f6ff45 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ sphinx-copybutton = "^0.5.2" quimb = "^1.11.2" openfermion = "^1.7.1" ipyparallel = "^9.0.2" -furo = "^2025.9.25" +furo = "^2025.12.19" myst-nb = "^1.3.0" sphinx-autodoc-typehints = "^3.0.1" enum-tools = { extras = ["sphinx"], version = "^0.13.0" }