Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DPM 191 celery update #164

Merged
merged 2 commits into from
Apr 23, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update Celery to 5.4.0
marijnkampf committed Apr 23, 2024

Verified

This commit was signed with the committer’s verified signature. The key has expired.
miri64 Martine Lenders
commit dba0afb488ebee320d2c48c56f1dc8b298a1555a
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -29,6 +29,8 @@ services:
environment:
- POSTGRES_DB=dnb-service
- POSTGRES_PASSWORD=dnbservice
ports:
- "2345:5432"

redis:
image: redis:7.2.4
19 changes: 10 additions & 9 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
#
# pip-compile --output-file=requirements-dev.txt requirements-dev.in
#
amqp==5.0.9
amqp==5.2.0
# via
# -r requirements.txt
# kombu
@@ -28,7 +28,7 @@ attrs==23.2.0
# referencing
backoff==1.10.0
# via -r requirements.txt
billiard==3.6.4.0
billiard==4.2.0
# via
# -r requirements.txt
# celery
@@ -39,7 +39,7 @@ botocore==1.20.85
# -r requirements.txt
# boto3
# s3transfer
celery==5.2.7
celery==5.4.0
# via
# -r requirements.txt
# django-celery-beat
@@ -58,14 +58,14 @@ charset-normalizer==3.1.0
# via
# -r requirements.txt
# requests
click==8.0.3
click==8.1.7
# via
# -r requirements.txt
# celery
# click-didyoumean
# click-plugins
# click-repl
click-didyoumean==0.0.3
click-didyoumean==0.3.1
# via
# -r requirements.txt
# celery
@@ -194,7 +194,7 @@ jsonschema-specifications==2023.12.1
# via
# -r requirements.txt
# jsonschema
kombu==5.2.3
kombu==5.3.7
# via
# -r requirements.txt
# celery
@@ -272,17 +272,17 @@ python-crontab==2.5.1
# via
# -r requirements.txt
# django-celery-beat
python-dateutil==2.8.1
python-dateutil==2.9.0.post0
# via
# -r requirements.txt
# botocore
# celery
# faker
# freezegun
# python-crontab
pytz==2022.1
# via
# -r requirements.txt
# celery
# django-timezone-field
# djangorestframework
pyyaml==6.0.1
@@ -347,6 +347,7 @@ typing-extensions==4.11.0
tzdata==2024.1
# via
# -r requirements.txt
# celery
# django-celery-beat
uritemplate==3.0.1
# via
@@ -359,7 +360,7 @@ urllib3==1.26.18
# elastic-apm
# requests
# sentry-sdk
vine==5.0.0
vine==5.1.0
# via
# -r requirements.txt
# amqp
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ django-staff-sso-client==4.2.2
pyyaml==6.0.1
requests
redis
celery
celery==5.4.0
django_celery_beat==2.6.0
django-celery-results
sentry-sdk
25 changes: 15 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
#
# pip-compile --output-file=requirements.txt requirements.in
#
amqp==5.0.9
amqp==5.2.0
# via kombu
asgiref==3.8.1
# via django
@@ -16,15 +16,15 @@ attrs==23.2.0
# referencing
backoff==1.10.0
# via -r requirements.in
billiard==3.6.4.0
billiard==4.2.0
# via celery
boto3==1.17.85
# via -r requirements.in
botocore==1.20.85
# via
# boto3
# s3transfer
celery==5.2.7
celery==5.4.0
# via
# -r requirements.in
# django-celery-beat
@@ -39,13 +39,13 @@ cfgv==3.4.0
# via pre-commit
charset-normalizer==3.1.0
# via requests
click==8.0.3
click==8.1.7
# via
# celery
# click-didyoumean
# click-plugins
# click-repl
click-didyoumean==0.0.3
click-didyoumean==0.3.1
# via celery
click-plugins==1.1.1
# via celery
@@ -107,7 +107,7 @@ jsonschema==4.21.1
# via drf-spectacular
jsonschema-specifications==2023.12.1
# via jsonschema
kombu==5.2.3
kombu==5.3.7
# via celery
nodeenv==1.8.0
# via pre-commit
@@ -131,13 +131,13 @@ pyjwt==2.4.0
# via notifications-python-client
python-crontab==2.5.1
# via django-celery-beat
python-dateutil==2.8.1
python-dateutil==2.9.0.post0
# via
# botocore
# celery
# python-crontab
pytz==2022.1
# via
# celery
# django-timezone-field
# djangorestframework
pyyaml==6.0.1
@@ -179,7 +179,9 @@ sqlparse==0.5.0
typing-extensions==4.11.0
# via asgiref
tzdata==2024.1
# via django-celery-beat
# via
# celery
# django-celery-beat
uritemplate==3.0.1
# via drf-spectacular
urllib3==1.26.18
@@ -189,7 +191,7 @@ urllib3==1.26.18
# elastic-apm
# requests
# sentry-sdk
vine==5.0.0
vine==5.1.0
# via
# amqp
# celery
@@ -200,3 +202,6 @@ wcwidth==0.2.5
# via prompt-toolkit
whitenoise==5.2.0
# via -r requirements.in

# The following packages are considered to be unsafe in a requirements file:
# setuptools