From 7b670ff410e208ffff9aaa7591b99a025e29df24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jan 2022 22:24:13 +0000 Subject: [PATCH] Bump celery from 4.3.0 to 5.2.2 in /coptic Bumps [celery](https://github.com/celery/celery) from 4.3.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.3.0...v5.2.2) --- updated-dependencies: - dependency-name: celery dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- coptic/requirements.txt | 2 +- coptic/requirements_django_2.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/coptic/requirements.txt b/coptic/requirements.txt index 751c34ca..d6e30ac1 100644 --- a/coptic/requirements.txt +++ b/coptic/requirements.txt @@ -5,6 +5,6 @@ beautifulsoup4 selenium==2.45.0 xvfbwrapper==0.2.4 mod-wsgi==4.4.11 -celery==3.1.18 +celery==5.2.2 github3.py==1.3.0 tqdm diff --git a/coptic/requirements_django_2.txt b/coptic/requirements_django_2.txt index 4768448e..dabb126e 100644 --- a/coptic/requirements_django_2.txt +++ b/coptic/requirements_django_2.txt @@ -5,5 +5,5 @@ beautifulsoup4==4.8.0 selenium==3.141.0 xvfbwrapper==0.2.9 mod-wsgi -celery==4.3.0 +celery==5.2.2 github3.py==1.3.0