From 11bfd619343babd8d8a9e723daef9364d7227d2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jan 2022 22:23:40 +0000 Subject: [PATCH] Bump celery from 3.1.17 to 5.2.2 in /tests 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/master/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] --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 9cea563..4f1131a 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -3,5 +3,5 @@ # install ripple_api as a symlink to sources -e ../. -celery==3.1.17 +celery==5.2.2 mock==1.0.1