From ff70bebb0c885e7e17981e0d3a6bda6e57dd42b9 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 9 Jan 2024 16:39:08 +0000
Subject: [PATCH] Bump furo from 2022.12.7 to 2023.9.10

Bumps [furo](https://github.com/pradyunsg/furo) from 2022.12.7 to 2023.9.10.
- [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.09.10)

---
updated-dependencies:
- dependency-name: furo
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 dev-requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-requirements.txt b/dev-requirements.txt
index bea0fde..3591ae7 100644
--- a/dev-requirements.txt
+++ b/dev-requirements.txt
@@ -24,7 +24,7 @@ wheel
 Sphinx>=4.3.0,<6.2.0
 
 # Sphinx theme: https://sphinx-themes.org/sample-sites/furo/
-furo==2022.12.7
+furo==2023.9.10
 
 # Lets Sphinx parse markdown files in addition to rst.
 myst-parser>=0.15.2,<0.19.0