From 5f4c7b77aaa84bf23699ffed4767588d2a41166e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 01:44:15 +0000 Subject: [PATCH] Bump celery from 3.1.17 to 5.2.2 Bumps [celery](https://github.com/celery/celery) from 3.1.17 to 5.2.2. - [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/v3.1.17...v5.2.2) --- updated-dependencies: - dependency-name: celery dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bd9b67f..65b204d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,5 +17,5 @@ gevent schedule requests click==3.3 -celery==3.1.17 +celery==5.2.2 oml==0.1.2