Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
feat: update celery version
Browse files Browse the repository at this point in the history
  • Loading branch information
UsamaSadiq committed Apr 23, 2024
1 parent dc9a59a commit e56b552
Show file tree
Hide file tree
Showing 8 changed files with 289 additions and 80 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ jobs:
make validate_translations
- name: Run Coverage
if: matrix.python-version == '3.8' && matrix.toxenv=='django42'
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3
with:
flags: unittests
file: ./coverage.xml
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
44 changes: 34 additions & 10 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
amqp==2.6.1
amqp==5.2.0
# via kombu
analytics-python==1.4.post1
# via -r requirements/base.in
Expand All @@ -17,13 +17,15 @@ async-timeout==4.0.3
# via redis
backoff==1.10.0
# via analytics-python
backports-zoneinfo==0.2.1
backports-zoneinfo[tzdata]==0.2.1
# via
# celery
# django
# djangorestframework
billiard==3.6.4.0
# kombu
billiard==4.2.0
# via celery
celery==4.4.7
celery==5.4.0
# via
# -c requirements/constraints.txt
# -r requirements/base.in
Expand All @@ -37,7 +39,18 @@ cffi==1.16.0
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via edx-django-utils
# via
# celery
# click-didyoumean
# click-plugins
# click-repl
# edx-django-utils
click-didyoumean==0.3.1
# via celery
click-plugins==1.1.1
# via celery
click-repl==0.3.0
# via celery
cryptography==42.0.5
# via
# pyjwt
Expand Down Expand Up @@ -124,15 +137,15 @@ edx-django-utils==5.12.0
# edx-rest-api-client
edx-drf-extensions==10.3.0
# via -r requirements/base.in
edx-opaque-keys==2.5.1
edx-opaque-keys==2.8.0
# via edx-drf-extensions
edx-rest-api-client==5.7.0
# via -r requirements/base.in
idna==3.7
# via requests
inflection==0.5.1
# via drf-yasg
kombu==4.6.11
kombu==5.3.7
# via celery
monotonic==1.6
# via analytics-python
Expand All @@ -148,6 +161,8 @@ packaging==24.0
# via drf-yasg
pbr==6.0.0
# via stevedore
prompt-toolkit==3.0.43
# via click-repl
psutil==5.9.8
# via edx-django-utils
pycparser==2.22
Expand All @@ -164,7 +179,9 @@ pymongo==3.13.0
pynacl==1.5.0
# via edx-django-utils
python-dateutil==2.9.0.post0
# via analytics-python
# via
# analytics-python
# celery
python-slugify==4.0.1
# via
# -c requirements/constraints.txt
Expand All @@ -174,7 +191,6 @@ python3-openid==3.2.0
pytz==2024.1
# via
# -r requirements/base.in
# celery
# drf-yasg
pyyaml==6.0.1
# via
Expand Down Expand Up @@ -222,13 +238,21 @@ typing-extensions==4.11.0
# via
# asgiref
# edx-opaque-keys
# kombu
tzdata==2024.1
# via
# backports-zoneinfo
# celery
uritemplate==4.1.1
# via drf-yasg
urllib3==1.26.18
# via
# -c requirements/constraints.txt
# requests
vine==1.3.0
vine==5.1.0
# via
# amqp
# celery
# kombu
wcwidth==0.2.13
# via prompt-toolkit
2 changes: 1 addition & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ django-extensions<3.2.0
django-storages==1.10.1

# From base.in
celery<5.0 # version 5.0 drops support for python 3.5
celery<6.0 # keeping the version same as edx-platform


code-annotations>=0.3.1 # Pinned to avoid pyyaml security alerts. (https://github.com/openedx/registrar/pull/42)
Expand Down
61 changes: 47 additions & 14 deletions requirements/devstack.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ alabaster==0.7.13
# via
# -r requirements/local.txt
# sphinx
amqp==2.6.1
amqp==5.2.0
# via
# -r requirements/local.txt
# kombu
Expand Down Expand Up @@ -42,25 +42,27 @@ backoff==1.10.0
# via
# -r requirements/local.txt
# analytics-python
backports-zoneinfo==0.2.1
backports-zoneinfo[tzdata]==0.2.1
# via
# -r requirements/local.txt
# celery
# django
# djangorestframework
# kombu
beautifulsoup4==4.12.3
# via
# -r requirements/local.txt
# pydata-sphinx-theme
billiard==3.6.4.0
billiard==4.2.0
# via
# -r requirements/local.txt
# celery
boto3==1.34.84
boto3==1.34.89
# via
# -c requirements/constraints.txt
# -r requirements/local.txt
# moto
botocore==1.34.84
botocore==1.34.89
# via
# -r requirements/local.txt
# boto3
Expand All @@ -70,7 +72,7 @@ cachetools==5.3.3
# via
# -r requirements/local.txt
# tox
celery==4.4.7
celery==5.4.0
# via
# -c requirements/constraints.txt
# -r requirements/local.txt
Expand All @@ -95,14 +97,30 @@ charset-normalizer==3.3.2
click==8.1.7
# via
# -r requirements/local.txt
# celery
# click-didyoumean
# click-log
# click-plugins
# click-repl
# code-annotations
# edx-django-utils
# edx-lint
click-didyoumean==0.3.1
# via
# -r requirements/local.txt
# celery
click-log==0.4.0
# via
# -r requirements/local.txt
# edx-lint
click-plugins==1.1.1
# via
# -r requirements/local.txt
# celery
click-repl==0.3.0
# via
# -r requirements/local.txt
# celery
code-annotations==1.8.0
# via
# -c requirements/constraints.txt
Expand Down Expand Up @@ -240,19 +258,19 @@ edx-i18n-tools==1.5.0
# via -r requirements/local.txt
edx-lint==5.3.6
# via -r requirements/local.txt
edx-opaque-keys==2.5.1
edx-opaque-keys==2.8.0
# via
# -r requirements/local.txt
# edx-drf-extensions
edx-rest-api-client==5.7.0
# via -r requirements/local.txt
exceptiongroup==1.2.0
exceptiongroup==1.2.1
# via
# -r requirements/local.txt
# pytest
factory-boy==3.3.0
# via -r requirements/local.txt
faker==24.9.0
faker==24.11.0
# via
# -r requirements/local.txt
# factory-boy
Expand Down Expand Up @@ -299,7 +317,7 @@ jmespath==1.0.1
# -r requirements/local.txt
# boto3
# botocore
kombu==4.6.11
kombu==5.3.7
# via
# -r requirements/local.txt
# celery
Expand Down Expand Up @@ -365,7 +383,7 @@ platformdirs==4.2.0
# pylint
# tox
# virtualenv
pluggy==1.4.0
pluggy==1.5.0
# via
# -r requirements/local.txt
# pytest
Expand All @@ -374,6 +392,10 @@ polib==1.2.0
# via
# -r requirements/local.txt
# edx-i18n-tools
prompt-toolkit==3.0.43
# via
# -r requirements/local.txt
# click-repl
psutil==5.9.8
# via
# -r requirements/local.txt
Expand Down Expand Up @@ -450,6 +472,7 @@ python-dateutil==2.9.0.post0
# -r requirements/local.txt
# analytics-python
# botocore
# celery
# faker
# freezegun
# moto
Expand All @@ -469,7 +492,6 @@ pytz==2024.1
# via
# -r requirements/local.txt
# babel
# celery
# drf-yasg
pywatchman==2.0.0
# via -r requirements/local.txt
Expand Down Expand Up @@ -630,8 +652,14 @@ typing-extensions==4.11.0
# astroid
# edx-opaque-keys
# faker
# kombu
# pydata-sphinx-theme
# pylint
tzdata==2024.1
# via
# -r requirements/local.txt
# backports-zoneinfo
# celery
uritemplate==4.1.1
# via
# -r requirements/local.txt
Expand All @@ -643,15 +671,20 @@ urllib3==1.26.18
# botocore
# requests
# responses
vine==1.3.0
vine==5.1.0
# via
# -r requirements/local.txt
# amqp
# celery
virtualenv==20.25.1
# kombu
virtualenv==20.25.3
# via
# -r requirements/local.txt
# tox
wcwidth==0.2.13
# via
# -r requirements/local.txt
# prompt-toolkit
werkzeug==3.0.2
# via
# -r requirements/local.txt
Expand Down
Loading

0 comments on commit e56b552

Please sign in to comment.