From 27b2cd9f09d973d4fa13ab191557a1cb14b84e8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 16:53:54 +0000 Subject: [PATCH] Update sphinx-celery requirement from >=1.1 to >=2.1.3 Updates the requirements on [sphinx-celery](https://github.com/celery/sphinx_celery) to permit the latest version. - [Release notes](https://github.com/celery/sphinx_celery/releases) - [Changelog](https://github.com/celery/sphinx_celery/blob/master/Changelog) - [Commits](https://github.com/celery/sphinx_celery/compare/v1.1.0...v2.1.3) --- updated-dependencies: - dependency-name: sphinx-celery dependency-version: 2.1.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/docs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/docs.txt b/requirements/docs.txt index cc8af31..7e33b26 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -1,2 +1,2 @@ -sphinx_celery>=1.1 +sphinx_celery>=2.1.3 six # missing dependency in sphinx_celery