summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2019-12-16 06:40:57 +0000
committerGitHub <noreply@github.com>2019-12-16 06:40:57 +0000
commitadef92bc8c07678d9c37b2783c1caaf7ff609a33 (patch)
treee75baee51bd9ae750fc68d072991280b0a04efa0 /api
parent7b0384b824de2b3a413ad9a4f59667a61a573915 (diff)
Bump celery from 4.3.0 to 4.4.0 in /api
Bumps [celery](https://github.com/celery/celery) from 4.3.0 to 4.4.0. - [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...4.4.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'api')
-rw-r--r--api/requirements.txt2
-rw-r--r--api/setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/api/requirements.txt b/api/requirements.txt
index 8783bf8a..68b3fea9 100644
--- a/api/requirements.txt
+++ b/api/requirements.txt
@@ -10,7 +10,7 @@ python-slugify==4.0.0
wtforms==2.2.1
sqlalchemy==1.3.11
bcrypt==3.1.7
-celery==4.3.0
+celery==4.4.0
flask_mail==0.9.1
flask_migrate==2.5.2
flask_uploads==0.2.1
diff --git a/api/setup.py b/api/setup.py
index bb148577..440c6a42 100644
--- a/api/setup.py
+++ b/api/setup.py
@@ -30,7 +30,7 @@ setup(
"python-slugify==4.0.0",
"python-magic==0.4.15",
"redis==3.3.11",
- "celery==4.3.0",
+ "celery==4.4.0",
"flask-accept==0.0.6",
],
setup_requires=["pytest-runner"],