Merge pull request #1776 from bookwyrm-social/dependabot/pip/celery-5.2.2

Bump celery from 4.4.2 to 5.2.2
This commit is contained in:
Mouse Reeve 2022-01-07 09:53:46 -08:00 committed by GitHub
commit 7415166718
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -74,8 +74,10 @@ services:
restart: on-failure
flower:
build: .
command: flower -A celerywyrm
command: celery -A celerywyrm flower
env_file: .env
ports:
- ${FLOWER_PORT}:${FLOWER_PORT}
volumes:
- .:/app
networks:
@ -84,8 +86,6 @@ services:
- db
- redis_broker
restart: on-failure
ports:
- 8888:8888
volumes:
pgdata:
static_volume:

View file

@ -1,10 +1,10 @@
celery==4.4.2
celery==5.2.2
colorthief==0.2.1
Django==3.2.10
django-imagekit==4.1.0
django-model-utils==4.0.0
environs==9.3.4
flower==0.9.4
flower==1.0.0
Markdown==3.3.3
Pillow>=8.2.0
psycopg2==2.8.4