Skip to content

Commit

Permalink
Upgrade requirements as celery 5.3.3 disappeared.
Browse files Browse the repository at this point in the history
  • Loading branch information
macdiesel committed Sep 12, 2023
1 parent 97392f6 commit 32045b0
Show file tree
Hide file tree
Showing 10 changed files with 79 additions and 66 deletions.
12 changes: 6 additions & 6 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ backports-zoneinfo[tzdata]==0.2.1
# kombu
billiard==4.1.0
# via celery
boto3==1.28.39
boto3==1.28.45
# via django-ses
botocore==1.31.39
botocore==1.31.45
# via
# boto3
# s3transfer
celery==5.3.3
celery==5.3.4
# via
# -r requirements/base.in
# django-celery-results
Expand Down Expand Up @@ -65,7 +65,7 @@ defusedxml==0.7.1
# via
# python3-openid
# social-auth-core
django==3.2.20
django==3.2.21
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -230,7 +230,7 @@ python-slugify==8.0.1
# via code-annotations
python3-openid==3.2.0
# via social-auth-core
pytz==2023.3
pytz==2023.3.post1
# via
# -r requirements/base.in
# django
Expand Down Expand Up @@ -271,7 +271,7 @@ six==1.16.0
# python-dateutil
slumber==0.7.1
# via edx-rest-api-client
social-auth-app-django==5.2.0
social-auth-app-django==5.3.0
# via edx-auth-backends
social-auth-core==4.4.2
# via
Expand Down
5 changes: 5 additions & 0 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
# See BOM-2721 for more details.
# Below is the copied and edited version of common_constraints

# This is a temporary solution to override the real common_constraints.txt
# In edx-lint, until the pyjwt constraint in edx-lint has been removed.
# See BOM-2721 for more details.
# Below is the copied and edited version of common_constraints

# A central location for most common version constraints
# (across edx repos) for pip-installation.
#
Expand Down
29 changes: 18 additions & 11 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,20 +39,20 @@ billiard==4.1.0
# via
# -r requirements/validation.txt
# celery
boto3==1.28.39
boto3==1.28.45
# via
# -r requirements/validation.txt
# django-ses
botocore==1.31.39
botocore==1.31.45
# via
# -r requirements/validation.txt
# boto3
# s3transfer
build==0.10.0
build==1.0.3
# via
# -r requirements/pip-tools.txt
# pip-tools
celery==5.3.3
celery==5.3.4
# via
# -r requirements/validation.txt
# django-celery-results
Expand Down Expand Up @@ -104,7 +104,7 @@ code-annotations==1.5.0
# -r requirements/validation.txt
# edx-lint
# edx-toggles
coverage[toml]==7.3.0
coverage[toml]==7.3.1
# via
# -r requirements/validation.txt
# pytest-cov
Expand All @@ -130,7 +130,7 @@ dill==0.3.7
# via
# -r requirements/validation.txt
# pylint
django==3.2.20
django==3.2.21
# via
# -c requirements/common_constraints.txt
# -r requirements/validation.txt
Expand Down Expand Up @@ -263,7 +263,7 @@ exceptiongroup==1.1.3
# pytest
factory-boy==3.3.0
# via -r requirements/validation.txt
faker==19.3.1
faker==19.6.1
# via
# -r requirements/validation.txt
# factory-boy
Expand All @@ -275,6 +275,10 @@ idna==3.4
# via
# -r requirements/validation.txt
# requests
importlib-metadata==6.8.0
# via
# -r requirements/pip-tools.txt
# build
inflect==7.0.0
# via
# -r requirements/dev.in
Expand Down Expand Up @@ -439,7 +443,7 @@ pyproject-hooks==1.0.0
# via
# -r requirements/pip-tools.txt
# build
pytest==7.4.0
pytest==7.4.2
# via
# -r requirements/validation.txt
# pytest-cov
Expand All @@ -465,7 +469,7 @@ python3-openid==3.2.0
# via
# -r requirements/validation.txt
# social-auth-core
pytz==2023.3
pytz==2023.3.post1
# via
# -r requirements/validation.txt
# django
Expand Down Expand Up @@ -526,7 +530,7 @@ snowballstemmer==2.2.0
# via
# -r requirements/validation.txt
# pydocstyle
social-auth-app-django==5.2.0
social-auth-app-django==5.3.0
# via
# -r requirements/validation.txt
# edx-auth-backends
Expand Down Expand Up @@ -615,7 +619,10 @@ wrapt==1.11.2
# -r requirements/validation.txt
# astroid
zipp==3.16.2
# via -r requirements/validation.txt
# via
# -r requirements/pip-tools.txt
# -r requirements/validation.txt
# importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
29 changes: 13 additions & 16 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,18 +47,16 @@ billiard==4.1.0
# via
# -r requirements/test.txt
# celery
bleach==6.0.0
# via readme-renderer
boto3==1.28.39
boto3==1.28.45
# via
# -r requirements/test.txt
# django-ses
botocore==1.31.39
botocore==1.31.45
# via
# -r requirements/test.txt
# boto3
# s3transfer
celery==5.3.3
celery==5.3.4
# via
# -r requirements/test.txt
# django-celery-results
Expand Down Expand Up @@ -108,7 +106,7 @@ code-annotations==1.5.0
# -r requirements/test.txt
# edx-lint
# edx-toggles
coverage[toml]==7.3.0
coverage[toml]==7.3.1
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -128,7 +126,7 @@ dill==0.3.7
# via
# -r requirements/test.txt
# pylint
django==3.2.20
django==3.2.21
# via
# -c requirements/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -262,7 +260,7 @@ exceptiongroup==1.1.3
# pytest
factory-boy==3.3.0
# via -r requirements/test.txt
faker==19.3.1
faker==19.6.1
# via
# -r requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -328,6 +326,8 @@ newrelic==9.0.0
# via
# -r requirements/test.txt
# edx-django-utils
nh3==0.2.14
# via readme-renderer
oauthlib==3.2.2
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -414,7 +414,7 @@ pynacl==1.5.0
# via
# -r requirements/test.txt
# edx-django-utils
pytest==7.4.0
pytest==7.4.2
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -440,7 +440,7 @@ python3-openid==3.2.0
# via
# -r requirements/test.txt
# social-auth-core
pytz==2023.3
pytz==2023.3.post1
# via
# -r requirements/test.txt
# babel
Expand All @@ -453,7 +453,7 @@ pyyaml==6.0.1
# -r requirements/test.txt
# code-annotations
# drf-yasg
readme-renderer==41.0
readme-renderer==42.0
# via -r requirements/doc.in
redis==5.0.0
# via -r requirements/test.txt
Expand Down Expand Up @@ -489,7 +489,6 @@ six==1.16.0
# via
# -r requirements/test.txt
# analytics-python
# bleach
# djangorestframework-csv
# edx-auth-backends
# edx-drf-extensions
Expand All @@ -502,7 +501,7 @@ slumber==0.7.1
# edx-rest-api-client
snowballstemmer==2.2.0
# via sphinx
social-auth-app-django==5.2.0
social-auth-app-django==5.3.0
# via
# -r requirements/test.txt
# edx-auth-backends
Expand All @@ -511,7 +510,7 @@ social-auth-core==4.4.2
# -r requirements/test.txt
# edx-auth-backends
# social-auth-app-django
soupsieve==2.4.1
soupsieve==2.5
# via beautifulsoup4
sphinx==6.2.1
# via
Expand Down Expand Up @@ -596,8 +595,6 @@ wcwidth==0.2.6
# via
# -r requirements/test.txt
# prompt-toolkit
webencodings==0.5.1
# via bleach
wrapt==1.11.2
# via
# -c requirements/constraints.txt
Expand Down
6 changes: 5 additions & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@
#
# make upgrade
#
build==0.10.0
build==1.0.3
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==6.8.0
# via build
packaging==23.1
# via build
pip-tools==7.3.0
Expand All @@ -21,6 +23,8 @@ tomli==2.0.1
# pyproject-hooks
wheel==0.41.2
# via pip-tools
zipp==3.16.2
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.41.2
# The following packages are considered to be unsafe in a requirements file:
pip==23.2.1
# via -r requirements/pip.in
setuptools==68.1.2
setuptools==68.2.1
# via -r requirements/pip.in
14 changes: 7 additions & 7 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@ billiard==4.1.0
# via
# -r requirements/base.txt
# celery
boto3==1.28.39
boto3==1.28.45
# via
# -r requirements/base.txt
# django-ses
botocore==1.31.39
botocore==1.31.45
# via
# -r requirements/base.txt
# boto3
# s3transfer
celery==5.3.3
celery==5.3.4
# via
# -r requirements/base.txt
# django-celery-results
Expand Down Expand Up @@ -93,7 +93,7 @@ defusedxml==0.7.1
# -r requirements/base.txt
# python3-openid
# social-auth-core
django==3.2.20
django==3.2.21
# via
# -c requirements/common_constraints.txt
# -r requirements/base.txt
Expand Down Expand Up @@ -206,7 +206,7 @@ edx-rest-api-client==5.6.0
# via -r requirements/base.txt
edx-toggles==5.1.0
# via -r requirements/base.txt
gevent==23.7.0
gevent==23.9.0.post1
# via -r requirements/production.in
greenlet==2.0.2
# via gevent
Expand Down Expand Up @@ -314,7 +314,7 @@ python3-openid==3.2.0
# via
# -r requirements/base.txt
# social-auth-core
pytz==2023.3
pytz==2023.3.post1
# via
# -r requirements/base.txt
# django
Expand Down Expand Up @@ -368,7 +368,7 @@ slumber==0.7.1
# via
# -r requirements/base.txt
# edx-rest-api-client
social-auth-app-django==5.2.0
social-auth-app-django==5.3.0
# via
# -r requirements/base.txt
# edx-auth-backends
Expand Down
Loading

0 comments on commit 32045b0

Please sign in to comment.