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
Show file tree
Hide file tree
Changes from all commits
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
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