From 05577f6bb4574905dcb194e7daf8995d7083c59b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 00:58:38 +0000 Subject: [PATCH] Bump celery from 5.3.4 to 5.3.5 Bumps [celery](https://github.com/celery/celery) from 5.3.4 to 5.3.5. - [Release notes](https://github.com/celery/celery/releases) - [Changelog](https://github.com/celery/celery/blob/main/Changelog.rst) - [Commits](https://github.com/celery/celery/compare/v5.3.4...v5.3.5) --- updated-dependencies: - dependency-name: celery dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 39864fb3294..fe7032daf55 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ urllib3==1.26.17 Paver==1.3.4 python-slugify==8.0.1 decorator==5.1.1 -celery==5.3.4 +celery==5.3.5 kombu==5.3.2 vine==5.0.0 tqdm==4.66.1