From 05113737e9a3b164a951021101c1acf313ca8ae1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 15:15:47 +0000 Subject: [PATCH] [pip](deps): Update furo requirement in the prod-deps group Updates the requirements on [furo](https://github.com/pradyunsg/furo) to permit the latest version. Updates `furo` to 2025.7.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/2024.08.06...2025.07.19) --- updated-dependencies: - dependency-name: furo dependency-version: 2025.7.19 dependency-type: direct:production dependency-group: prod-deps ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index b651fef..32d9589 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,3 +1,3 @@ sphinx>=8.1.3,<9 sphinx-copybutton>=0.5.2,<1 -furo>=2024.5.6,<2025 +furo>=2024.5.6,<2026 diff --git a/requirements-dev.txt b/requirements-dev.txt index 50a0fbb..fbaf81c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -9,4 +9,4 @@ tox>=4.24.1,<5 # Docs sphinx>=8.2.1,<9 sphinx-copybutton>=0.5.2,<1 -furo>=2024.8.6,<2025 +furo>=2024.8.6,<2026