From 076c234920c29678f30ce644e1890f51923be3a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Apr 2022 03:08:38 +0000 Subject: [PATCH] chore: bump celery from 4.4.7 to 5.2.6 in /worker Bumps [celery](https://github.com/celery/celery) from 4.4.7 to 5.2.6. - [Release notes](https://github.com/celery/celery/releases) - [Changelog](https://github.com/celery/celery/blob/v5.2.6/Changelog.rst) - [Commits](https://github.com/celery/celery/compare/v4.4.7...v5.2.6) --- updated-dependencies: - dependency-name: celery dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- worker/requirements.txt | 2 +- worker/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 1a2d5b8e69..f70f456b57 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -1,6 +1,6 @@ # This file is auto-generated by tools/extract-requirements.sh. # Please do not edit this file, edit the setup.py file! -celery==4.4.7 +celery==5.2.6 kombu==4.6.11 mutagen>=1.31.0 requests>=2.7.0 diff --git a/worker/setup.py b/worker/setup.py index 11939f8728..c89e8f0e25 100644 --- a/worker/setup.py +++ b/worker/setup.py @@ -22,7 +22,7 @@ packages=["libretime_worker"], python_requires=">=3.6", install_requires=[ - "celery==4.4.7", + "celery==5.2.6", "kombu==4.6.11", "mutagen>=1.31.0", "requests>=2.7.0",