From f5cb24197a220facd994304f98ffdf0cbf0bbc79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jan 2022 22:49:49 +0000 Subject: [PATCH] Bump celery from 4.2.1 to 5.2.2 in /bin/notification Bumps [celery](https://github.com/celery/celery) from 4.2.1 to 5.2.2. - [Release notes](https://github.com/celery/celery/releases) - [Changelog](https://github.com/celery/celery/blob/master/Changelog.rst) - [Commits](https://github.com/celery/celery/compare/v4.2.1...v5.2.2) --- updated-dependencies: - dependency-name: celery dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- bin/notification/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/notification/requirements.txt b/bin/notification/requirements.txt index 0c19348..2fd3fa6 100644 --- a/bin/notification/requirements.txt +++ b/bin/notification/requirements.txt @@ -1,3 +1,3 @@ -celery==4.2.1 +celery==5.2.2 redis==2.10.6 requests==2.20.0 \ No newline at end of file