From e414a6a2f2179df7ca67bcc52ff8ec533362a4d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 20:06:13 +0000 Subject: [PATCH] Bump furo from 2023.9.10 to 2024.1.29 Bumps [furo](https://github.com/pradyunsg/furo) from 2023.9.10 to 2024.1.29. - [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.01.29) --- updated-dependencies: - dependency-name: furo dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 47405ee..29c5292 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,3 +1,3 @@ sphinx==7.2.6 -furo==2023.9.10 +furo==2024.1.29 urllib3==2.1.0 diff --git a/requirements.txt b/requirements.txt index 2c46540..cafc25b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,5 +6,5 @@ pre-commit==3.6.0 sphinx==7.2.6 colorlog==6.8.2 urllib3==2.1.0 -furo==2023.9.10 +furo==2024.1.29 ruff==0.1.14