From c7a350233bf269c4663df67f56b9d1eadfe6689f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jan 2022 22:23:18 +0000 Subject: [PATCH] Bump celery from 3.1.18 to 5.2.2 Bumps [celery](https://github.com/celery/celery) from 3.1.18 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.18...v5.2.2) --- updated-dependencies: - dependency-name: celery dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a26e0bd..cccce1a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ Flask-SQLAlchemy==2.0 Flask-WTF==0.11 alembic==0.7.0 SQLAlchemy==1.0.0 -celery==3.1.18 +celery==5.2.2 pyalsaaudio==0.7 redis==2.10.3 htpasswd==2.0