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

Commit

Permalink
refactor!: remove celery from constraints and updrage packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad Faraz Maqsood authored and Muhammad Faraz Maqsood committed Apr 19, 2024
1 parent 085084e commit ff536b8
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 20 deletions.
8 changes: 3 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@ backports-zoneinfo[tzdata]==0.2.1
# kombu
billiard==4.2.0
# via celery
celery==5.3.6
# via
# -c requirements/constraints.txt
# -r requirements/base.in
celery==5.4.0
# via -r requirements/base.in
certifi==2024.2.2
# via requests
cffi==1.16.0
Expand Down Expand Up @@ -60,7 +58,7 @@ idna==3.7
# via requests
kombu==5.3.7
# via celery
newrelic==9.8.0
newrelic==9.9.0
# via edx-django-utils
pbr==6.0.0
# via stevedore
Expand Down
4 changes: 2 additions & 2 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ Django<3.3
# This file contains all common constraints for edx-repos
-c common_constraints.txt

# breaking changes in CLI and dropped support for python3.5 in celery 5.0
celery<6.0.0
# # breaking changes in CLI and dropped support for python3.5 in celery 5.0
# celery<6.0.0
2 changes: 1 addition & 1 deletion requirements/optional.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
#
# make upgrade
#
newrelic==9.8.0
newrelic==9.9.0
# via -r requirements/optional.in
8 changes: 3 additions & 5 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,8 @@ billiard==4.2.0
# via
# -r requirements/base.txt
# celery
celery==5.3.6
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
celery==5.4.0
# via -r requirements/base.txt
certifi==2024.2.2
# via
# -r requirements/base.txt
Expand Down Expand Up @@ -93,7 +91,7 @@ kombu==5.3.7
# via
# -r requirements/base.txt
# celery
newrelic==9.8.0
newrelic==9.9.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down
10 changes: 4 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,8 @@ billiard==4.2.0
# via
# -r requirements/base.txt
# celery
celery==5.3.6
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
celery==5.4.0
# via -r requirements/base.txt
certifi==2024.2.2
# via
# -r requirements/base.txt
Expand Down Expand Up @@ -106,7 +104,7 @@ edx-lint==5.3.6
# via -r requirements/test.in
edx-rest-api-client==5.7.0
# via -r requirements/base.txt
exceptiongroup==1.2.0
exceptiongroup==1.2.1
# via pytest
idna==3.7
# via
Expand All @@ -128,7 +126,7 @@ mccabe==0.7.0
# via pylint
mock==5.1.0
# via -r requirements/test.in
newrelic==9.8.0
newrelic==9.9.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down
2 changes: 1 addition & 1 deletion requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ tox==3.28.0
# tox-battery
tox-battery==0.6.2
# via -r requirements/tox.in
virtualenv==20.25.1
virtualenv==20.25.3
# via tox

0 comments on commit ff536b8

Please sign in to comment.