From a133e4fbcaa40cc458319ff79653cd74ffbde8e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 00:48:34 +0000 Subject: [PATCH] chore(deps-dev): update sphinx requirement in /backend 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/v9.0.0...v9.1.0) --- updated-dependencies: - dependency-name: sphinx dependency-version: 9.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- backend/develop-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/develop-requirements.txt b/backend/develop-requirements.txt index 75de40c..7b1e2e1 100644 --- a/backend/develop-requirements.txt +++ b/backend/develop-requirements.txt @@ -30,7 +30,7 @@ pytest-docker ==3.2.5 pytest-order ==1.3.0 # Sphinx is used to generate documentation from Python docstrings and reStructured text. -sphinx >=9.0.0,<10.0.0 +sphinx >=9.1.0,<10.0.0 # Alembic for managing the db migrations. This should match the version from the alembic-requirements.txt # file, though that can't be used because it forces hash checking which, in turn, collides with the