From 53e8db3aceff1a7da329eefaa872998616120ecc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Aug 2022 18:22:58 +0000 Subject: [PATCH] Bump celery from 3.1.26.post2 to 5.2.2 in /probe Bumps [celery](https://github.com/celery/celery) from 3.1.26.post2 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/commits/v5.2.2) --- updated-dependencies: - dependency-name: celery dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- probe/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/probe/requirements.txt b/probe/requirements.txt index 20b4dcc7..d6f4c229 100644 --- a/probe/requirements.txt +++ b/probe/requirements.txt @@ -1,4 +1,4 @@ -celery==3.1.26.post2 +celery==5.2.2 humanfriendly==4.18 mock==2.0.0 nose==1.3.7