From 6da3bb53e967fbe7802f627f543a1e3f7e758426 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Apr 2022 01:53:24 +0000 Subject: [PATCH] Bump celery from 4.1.0 to 5.2.2 Bumps [celery](https://github.com/celery/celery) from 4.1.0 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.1.0...v5.2.2) --- updated-dependencies: - dependency-name: celery dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index 6a25d16..235bc9c 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,5 +1,5 @@ # toxを使用せず、直接 python tests.py で単体テスト実行する際に pip installするパッケージ一覧です。 -celery==4.1.0 +celery==5.2.2 Django==2.2.28 mock==4.0.3 six==1.15.0