Skip to content

Commit

Permalink
Merge pull request #164 from uktrade/migration/DPM-191-celery-update
Browse files Browse the repository at this point in the history
DPM 191 celery update to 5.4.0
  • Loading branch information
marijnkampf authored Apr 23, 2024
2 parents 83feac1 + 9e8d864 commit 00a0550
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 20 deletions.
19 changes: 10 additions & 9 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
25 changes: 15 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -189,7 +191,7 @@ urllib3==1.26.18
# elastic-apm
# requests
# sentry-sdk
vine==5.0.0
vine==5.1.0
# via
# amqp
# celery
Expand All @@ -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

0 comments on commit 00a0550

Please sign in to comment.