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

Commit

Permalink
chore: upgrade requirements with py38
Browse files Browse the repository at this point in the history
  • Loading branch information
UsamaSadiq committed Apr 19, 2024
1 parent d8dbc6f commit f9a4d10
Show file tree
Hide file tree
Showing 10 changed files with 84 additions and 98 deletions.
12 changes: 6 additions & 6 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@ backports-zoneinfo[tzdata]==0.2.1
# via
# celery
# django
# djangorestframework
# kombu
billiard==4.2.0
# via celery
celery==5.3.6
celery==5.4.0
# via
# -c requirements/constraints.txt
# -r requirements/base.in
Expand All @@ -44,7 +45,7 @@ click==8.1.7
# click-plugins
# click-repl
# edx-django-utils
click-didyoumean==0.3.0
click-didyoumean==0.3.1
# via celery
click-plugins==1.1.1
# via celery
Expand Down Expand Up @@ -140,11 +141,11 @@ edx-opaque-keys==2.5.1
# via edx-drf-extensions
edx-rest-api-client==5.7.0
# via -r requirements/base.in
idna==3.6
idna==3.7
# via requests
inflection==0.5.1
# via drf-yasg
kombu==5.3.5
kombu==5.3.7
# via celery
monotonic==1.6
# via analytics-python
Expand Down Expand Up @@ -190,7 +191,6 @@ python3-openid==3.2.0
pytz==2024.1
# via
# -r requirements/base.in
# djangorestframework
# drf-yasg
pyyaml==6.0.1
# via
Expand Down Expand Up @@ -226,7 +226,7 @@ social-auth-core==4.5.3
# via
# edx-auth-backends
# social-auth-app-django
sqlparse==0.4.4
sqlparse==0.5.0
# via django
stevedore==5.2.0
# via
Expand Down
5 changes: 0 additions & 5 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@
# 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
34 changes: 16 additions & 18 deletions requirements/devstack.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ backports-zoneinfo[tzdata]==0.2.1
# -r requirements/local.txt
# celery
# django
# djangorestframework
# kombu
beautifulsoup4==4.12.3
# via
Expand All @@ -56,12 +57,12 @@ billiard==4.2.0
# via
# -r requirements/local.txt
# celery
boto3==1.34.62
boto3==1.34.87
# via
# -c requirements/constraints.txt
# -r requirements/local.txt
# moto
botocore==1.34.62
botocore==1.34.87
# via
# -r requirements/local.txt
# boto3
Expand All @@ -71,7 +72,7 @@ cachetools==5.3.3
# via
# -r requirements/local.txt
# tox
celery==5.3.6
celery==5.4.0
# via
# -c requirements/constraints.txt
# -r requirements/local.txt
Expand Down Expand Up @@ -104,7 +105,7 @@ click==8.1.7
# code-annotations
# edx-django-utils
# edx-lint
click-didyoumean==0.3.0
click-didyoumean==0.3.1
# via
# -r requirements/local.txt
# celery
Expand All @@ -120,7 +121,7 @@ click-repl==0.3.0
# via
# -r requirements/local.txt
# celery
code-annotations==1.6.0
code-annotations==1.8.0
# via
# -c requirements/constraints.txt
# -r requirements/local.txt
Expand Down Expand Up @@ -253,7 +254,7 @@ edx-django-utils==5.12.0
# edx-rest-api-client
edx-drf-extensions==10.3.0
# via -r requirements/local.txt
edx-i18n-tools==1.3.0
edx-i18n-tools==1.5.0
# via -r requirements/local.txt
edx-lint==5.3.6
# via -r requirements/local.txt
Expand All @@ -263,36 +264,34 @@ edx-opaque-keys==2.5.1
# 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.2.0
faker==24.11.0
# via
# -r requirements/local.txt
# factory-boy
filelock==3.13.3
filelock==3.13.4
# via
# -r requirements/local.txt
# tox
# virtualenv
freezegun==1.4.0
# via -r requirements/local.txt
idna==3.6
idna==3.7
# via
# -r requirements/local.txt
# requests
imagesize==1.4.1
# via
# -r requirements/local.txt
# sphinx
importlib-metadata==6.11.0
importlib-metadata==6.11.0
# via
# -c requirements/common_constraints.txt
# -c requirements/common_constraints.txt
# -r requirements/local.txt
# sphinx
inflection==0.5.1
Expand All @@ -318,7 +317,7 @@ jmespath==1.0.1
# -r requirements/local.txt
# boto3
# botocore
kombu==5.3.5
kombu==5.3.7
# via
# -r requirements/local.txt
# celery
Expand Down Expand Up @@ -493,7 +492,6 @@ pytz==2024.1
# via
# -r requirements/local.txt
# babel
# djangorestframework
# drf-yasg
pywatchman==2.0.0
# via -r requirements/local.txt
Expand Down Expand Up @@ -618,7 +616,7 @@ sphinxcontrib-serializinghtml==1.1.5
# via
# -r requirements/local.txt
# sphinx
sqlparse==0.4.4
sqlparse==0.5.0
# via
# -r requirements/local.txt
# django
Expand Down Expand Up @@ -679,15 +677,15 @@ vine==5.1.0
# amqp
# celery
# kombu
virtualenv==20.25.1
virtualenv==20.25.3
# via
# -r requirements/local.txt
# tox
wcwidth==0.2.13
# via
# -r requirements/local.txt
# prompt-toolkit
werkzeug==3.0.1
werkzeug==3.0.2
# via
# -r requirements/local.txt
# moto
Expand All @@ -697,7 +695,7 @@ xmltodict==0.13.0
# moto
yamllint==1.35.1
# via -r requirements/local.txt
zipp==3.18.0
zipp==3.18.1
# via
# -r requirements/local.txt
# importlib-metadata
8 changes: 2 additions & 6 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,14 @@ docutils==0.19
# via
# pydata-sphinx-theme
# sphinx
idna==3.6
idna==3.7
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==6.11.0
# via
# -c requirements/common_constraints.txt
# sphinx
importlib-metadata==6.11.0
# via
# -c requirements/common_constraints.txt
# sphinx
jinja2==3.1.3
# via sphinx
markupsafe==2.1.5
Expand Down Expand Up @@ -82,5 +78,5 @@ urllib3==1.26.18
# via
# -c requirements/constraints.txt
# requests
zipp==3.18.0
zipp==3.18.1
# via importlib-metadata
34 changes: 16 additions & 18 deletions requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ backports-zoneinfo[tzdata]==0.2.1
# -r requirements/test.txt
# celery
# django
# djangorestframework
# kombu
beautifulsoup4==4.12.3
# via
Expand All @@ -56,12 +57,12 @@ billiard==4.2.0
# via
# -r requirements/test.txt
# celery
boto3==1.34.62
boto3==1.34.87
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
# moto
botocore==1.34.62
botocore==1.34.87
# via
# -r requirements/test.txt
# boto3
Expand All @@ -71,7 +72,7 @@ cachetools==5.3.3
# via
# -r requirements/test.txt
# tox
celery==5.3.6
celery==5.4.0
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -106,7 +107,7 @@ click==8.1.7
# code-annotations
# edx-django-utils
# edx-lint
click-didyoumean==0.3.0
click-didyoumean==0.3.1
# via
# -r requirements/test.txt
# celery
Expand All @@ -122,7 +123,7 @@ click-repl==0.3.0
# via
# -r requirements/test.txt
# celery
code-annotations==1.6.0
code-annotations==1.8.0
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -253,7 +254,7 @@ edx-django-utils==5.12.0
# edx-rest-api-client
edx-drf-extensions==10.3.0
# via -r requirements/test.txt
edx-i18n-tools==1.3.0
edx-i18n-tools==1.5.0
# via -r requirements/local.in
edx-lint==5.3.6
# via -r requirements/test.txt
Expand All @@ -263,24 +264,24 @@ edx-opaque-keys==2.5.1
# edx-drf-extensions
edx-rest-api-client==5.7.0
# via -r requirements/test.txt
exceptiongroup==1.2.0
exceptiongroup==1.2.1
# via
# -r requirements/test.txt
# pytest
factory-boy==3.3.0
# via -r requirements/test.txt
faker==24.2.0
faker==24.11.0
# via
# -r requirements/test.txt
# factory-boy
filelock==3.13.3
filelock==3.13.4
# via
# -r requirements/test.txt
# tox
# virtualenv
freezegun==1.4.0
# via -r requirements/test.txt
idna==3.6
idna==3.7
# via
# -r requirements/docs.txt
# -r requirements/test.txt
Expand All @@ -289,11 +290,9 @@ imagesize==1.4.1
# via
# -r requirements/docs.txt
# sphinx
importlib-metadata==6.11.0
importlib-metadata==6.11.0
# via
# -c requirements/common_constraints.txt
# -c requirements/common_constraints.txt
# -r requirements/docs.txt
# sphinx
inflection==0.5.1
Expand All @@ -320,7 +319,7 @@ jmespath==1.0.1
# -r requirements/test.txt
# boto3
# botocore
kombu==5.3.5
kombu==5.3.7
# via
# -r requirements/test.txt
# celery
Expand Down Expand Up @@ -484,7 +483,6 @@ pytz==2024.1
# -r requirements/docs.txt
# -r requirements/test.txt
# babel
# djangorestframework
# drf-yasg
pywatchman==2.0.0
# via -r requirements/local.in
Expand Down Expand Up @@ -603,7 +601,7 @@ sphinxcontrib-serializinghtml==1.1.5
# via
# -r requirements/docs.txt
# sphinx
sqlparse==0.4.4
sqlparse==0.5.0
# via
# -r requirements/test.txt
# django
Expand Down Expand Up @@ -666,15 +664,15 @@ vine==5.1.0
# amqp
# celery
# kombu
virtualenv==20.25.1
virtualenv==20.25.3
# via
# -r requirements/test.txt
# tox
wcwidth==0.2.13
# via
# -r requirements/test.txt
# prompt-toolkit
werkzeug==3.0.1
werkzeug==3.0.2
# via
# -r requirements/test.txt
# moto
Expand All @@ -684,7 +682,7 @@ xmltodict==0.13.0
# moto
yamllint==1.35.1
# via -r requirements/test.txt
zipp==3.18.0
zipp==3.18.1
# via
# -r requirements/docs.txt
# importlib-metadata
Loading

0 comments on commit f9a4d10

Please sign in to comment.