From 8cc6d966f649230f68ef95cc4324e2eea4e33f0f Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 19 Apr 2024 22:50:04 +0000
Subject: [PATCH] Update sphinx requirement from <7.2.5 to <7.3.8

Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst)
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v3.5.0...v7.3.7)

---
updated-dependencies:
- dependency-name: sphinx
  dependency-type: direct:production
...

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

diff --git a/pyproject.toml b/pyproject.toml
index 1efc4e0..f2f2975 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -43,7 +43,7 @@ docs = [
 	# upstream
 	"sphinx >= 3.5",
 	# workaround for sphinx/sphinx-doc#11662
-	"sphinx < 7.2.5",
+	"sphinx < 7.3.8",
 	"jaraco.packaging >= 9.3",
 	"rst.linker >= 1.9",
 	"furo",