Skip to content

Commit

Permalink
Merge pull request #714 from openedx/repo-tools/upgrade-python-requir…
Browse files Browse the repository at this point in the history
…ements-26112bf

chore: Upgrade Python requirements
  • Loading branch information
muhammad-ammar authored Sep 27, 2024
2 parents 26112bf + 3b39ff8 commit a1fcdd0
Show file tree
Hide file tree
Showing 10 changed files with 68 additions and 58 deletions.
3 changes: 2 additions & 1 deletion pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ disable =
no-member,
useless-option-value,
unknown-option-value,
too-many-positional-arguments,

[REPORTS]
output-format = text
Expand Down Expand Up @@ -400,4 +401,4 @@ int-import-graph =
[EXCEPTIONS]
overgeneral-exceptions = builtins.Exception

# 2fe5a71dc9c880b7985a7eefc288cd0ada05602f
# fe60e0fc0935adda7e448a1daaa3ef3547352d92
1 change: 1 addition & 0 deletions pylintrc_tweaks
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ disable+ =
no-member,
useless-option-value,
unknown-option-value,
too-many-positional-arguments,
14 changes: 8 additions & 6 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ backoff==1.10.0
# via
# -r requirements/base.in
# analytics-python
billiard==4.2.0
billiard==4.2.1
# via celery
boto3==1.35.19
boto3==1.35.24
# via django-ses
botocore==1.35.19
botocore==1.35.24
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -187,7 +187,7 @@ jsonschema==4.23.0
# via drf-spectacular
jsonschema-specifications==2023.12.1
# via jsonschema
kombu==5.4.1
kombu==5.4.2
# via celery
markupsafe==2.1.5
# via jinja2
Expand Down Expand Up @@ -218,7 +218,7 @@ pyjwt[crypto]==2.9.0
# edx-drf-extensions
# edx-rest-api-client
# social-auth-core
pymongo==4.8.0
pymongo==4.9.1
# via edx-opaque-keys
pynacl==1.5.0
# via edx-django-utils
Expand Down Expand Up @@ -288,7 +288,9 @@ text-unidecode==1.3
typing-extensions==4.12.2
# via edx-opaque-keys
tzdata==2024.1
# via celery
# via
# celery
# kombu
uritemplate==4.1.1
# via drf-spectacular
urllib3==2.2.3
Expand Down
19 changes: 10 additions & 9 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ asgiref==3.8.1
# -r requirements/validation.txt
# django
# django-cors-headers
astroid==3.2.4
astroid==3.3.3
# via
# -r requirements/validation.txt
# pylint
Expand All @@ -29,15 +29,15 @@ backoff==1.10.0
# via
# -r requirements/validation.txt
# analytics-python
billiard==4.2.0
billiard==4.2.1
# via
# -r requirements/validation.txt
# celery
boto3==1.35.19
boto3==1.35.24
# via
# -r requirements/validation.txt
# django-ses
botocore==1.35.19
botocore==1.35.24
# via
# -r requirements/validation.txt
# boto3
Expand Down Expand Up @@ -251,7 +251,7 @@ edx-toggles==5.2.0
# via -r requirements/validation.txt
factory-boy==3.3.1
# via -r requirements/validation.txt
faker==28.4.1
faker==29.0.0
# via
# -r requirements/validation.txt
# factory-boy
Expand Down Expand Up @@ -304,7 +304,7 @@ jsonschema-specifications==2023.12.1
# via
# -r requirements/validation.txt
# jsonschema
kombu==5.4.1
kombu==5.4.2
# via
# -r requirements/validation.txt
# celery
Expand Down Expand Up @@ -362,7 +362,7 @@ pbr==6.1.0
# stevedore
pip-tools==7.4.1
# via -r requirements/pip-tools.txt
platformdirs==4.3.3
platformdirs==4.3.6
# via
# -r requirements/validation.txt
# pylint
Expand Down Expand Up @@ -405,7 +405,7 @@ pyjwt[crypto]==2.9.0
# edx-drf-extensions
# edx-rest-api-client
# social-auth-core
pylint==3.2.7
pylint==3.3.0
# via
# -r requirements/validation.txt
# edx-lint
Expand All @@ -425,7 +425,7 @@ pylint-plugin-utils==0.8.2
# -r requirements/validation.txt
# pylint-celery
# pylint-django
pymongo==4.8.0
pymongo==4.9.1
# via
# -r requirements/validation.txt
# edx-opaque-keys
Expand Down Expand Up @@ -561,6 +561,7 @@ tzdata==2024.1
# via
# -r requirements/validation.txt
# celery
# kombu
uritemplate==4.1.1
# via
# -r requirements/validation.txt
Expand Down
19 changes: 10 additions & 9 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ asgiref==3.8.1
# -r requirements/test.txt
# django
# django-cors-headers
astroid==3.2.4
astroid==3.3.3
# via
# -r requirements/test.txt
# pylint
Expand All @@ -39,15 +39,15 @@ backoff==1.10.0
# analytics-python
beautifulsoup4==4.12.3
# via pydata-sphinx-theme
billiard==4.2.0
billiard==4.2.1
# via
# -r requirements/test.txt
# celery
boto3==1.35.19
boto3==1.35.24
# via
# -r requirements/test.txt
# django-ses
botocore==1.35.19
botocore==1.35.24
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -250,7 +250,7 @@ edx-toggles==5.2.0
# via -r requirements/test.txt
factory-boy==3.3.1
# via -r requirements/test.txt
faker==28.4.1
faker==29.0.0
# via
# -r requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -296,7 +296,7 @@ jsonschema-specifications==2023.12.1
# via
# -r requirements/test.txt
# jsonschema
kombu==5.4.1
kombu==5.4.2
# via
# -r requirements/test.txt
# celery
Expand Down Expand Up @@ -335,7 +335,7 @@ pbr==6.1.0
# via
# -r requirements/test.txt
# stevedore
platformdirs==4.3.3
platformdirs==4.3.6
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -376,7 +376,7 @@ pyjwt[crypto]==2.9.0
# edx-drf-extensions
# edx-rest-api-client
# social-auth-core
pylint==3.2.7
pylint==3.3.0
# via
# -r requirements/test.txt
# edx-lint
Expand All @@ -396,7 +396,7 @@ pylint-plugin-utils==0.8.2
# -r requirements/test.txt
# pylint-celery
# pylint-django
pymongo==4.8.0
pymongo==4.9.1
# via
# -r requirements/test.txt
# edx-opaque-keys
Expand Down Expand Up @@ -545,6 +545,7 @@ tzdata==2024.1
# via
# -r requirements/test.txt
# celery
# kombu
uritemplate==4.1.1
# via
# -r requirements/test.txt
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.44.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via -r requirements/pip.in
setuptools==75.0.0
setuptools==75.1.0
# via -r requirements/pip.in
13 changes: 7 additions & 6 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ backoff==1.10.0
# via
# -r requirements/base.txt
# analytics-python
billiard==4.2.0
billiard==4.2.1
# via
# -r requirements/base.txt
# celery
boto3==1.35.19
boto3==1.35.24
# via
# -r requirements/base.txt
# django-ses
botocore==1.35.19
botocore==1.35.24
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -205,7 +205,7 @@ edx-toggles==5.2.0
# via -r requirements/base.txt
gevent==24.2.1
# via -r requirements/production.in
greenlet==3.1.0
greenlet==3.1.1
# via gevent
gunicorn==23.0.0
# via -r requirements/production.in
Expand Down Expand Up @@ -238,7 +238,7 @@ jsonschema-specifications==2023.12.1
# via
# -r requirements/base.txt
# jsonschema
kombu==5.4.1
kombu==5.4.2
# via
# -r requirements/base.txt
# celery
Expand Down Expand Up @@ -293,7 +293,7 @@ pyjwt[crypto]==2.9.0
# social-auth-core
pymemcache==4.0.0
# via -r requirements/production.in
pymongo==4.8.0
pymongo==4.9.1
# via
# -r requirements/base.txt
# edx-opaque-keys
Expand Down Expand Up @@ -399,6 +399,7 @@ tzdata==2024.1
# via
# -r requirements/base.txt
# celery
# kombu
uritemplate==4.1.1
# via
# -r requirements/base.txt
Expand Down
17 changes: 9 additions & 8 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ asgiref==3.8.1
# -r requirements/base.txt
# django
# django-cors-headers
astroid==3.2.4
astroid==3.3.3
# via
# pylint
# pylint-celery
Expand All @@ -28,15 +28,15 @@ backoff==1.10.0
# via
# -r requirements/base.txt
# analytics-python
billiard==4.2.0
billiard==4.2.1
# via
# -r requirements/base.txt
# celery
boto3==1.35.19
boto3==1.35.24
# via
# -r requirements/base.txt
# django-ses
botocore==1.35.19
botocore==1.35.24
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -249,7 +249,7 @@ jsonschema-specifications==2023.12.1
# via
# -r requirements/base.txt
# jsonschema
kombu==5.4.1
kombu==5.4.2
# via
# -r requirements/base.txt
# celery
Expand Down Expand Up @@ -278,7 +278,7 @@ pbr==6.1.0
# via
# -r requirements/base.txt
# stevedore
platformdirs==4.3.3
platformdirs==4.3.6
# via pylint
ply==3.11
# via
Expand Down Expand Up @@ -308,7 +308,7 @@ pyjwt[crypto]==2.9.0
# edx-drf-extensions
# edx-rest-api-client
# social-auth-core
pylint==3.2.7
pylint==3.3.0
# via
# edx-lint
# pylint-celery
Expand All @@ -322,7 +322,7 @@ pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
pymongo==4.8.0
pymongo==4.9.1
# via
# -r requirements/base.txt
# edx-opaque-keys
Expand Down Expand Up @@ -430,6 +430,7 @@ tzdata==2024.1
# via
# -r requirements/base.txt
# celery
# kombu
uritemplate==4.1.1
# via
# -r requirements/base.txt
Expand Down
Loading

0 comments on commit a1fcdd0

Please sign in to comment.