Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Upgrade Python requirements #93

Merged
merged 2 commits into from
Sep 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
# SERIOUSLY.
#
# ------------------------------
# Generated by edx-lint version: 5.3.6
# Generated by edx-lint version: 5.4.0
# ------------------------------
[MASTER]
ignore = migrations
Expand Down Expand Up @@ -377,6 +377,7 @@ max-parents = 7
max-attributes = 7
min-public-methods = 2
max-public-methods = 20
max-positional-arguments = 10

[IMPORTS]
deprecated-modules = regsub,TERMIOS,Bastion,rexec
Expand All @@ -387,4 +388,4 @@ int-import-graph =
[EXCEPTIONS]
overgeneral-exceptions = builtins.Exception

# 22aad72373290794ac5bd89746f80d5c1bd95e25
# fddc26d4104fc561571bba14bcdff5aa12108508
3 changes: 3 additions & 0 deletions pylintrc_tweaks
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ disable+=
django-not-configured,
consider-using-with,
bad-option-value,

[DESIGN]
max-positional-arguments = 10
10 changes: 6 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ appdirs==1.4.4
# via fs
asgiref==3.8.1
# via django
billiard==4.2.0
billiard==4.2.1
# via celery
celery==5.4.0
# via -r requirements/base.in
Expand Down Expand Up @@ -73,7 +73,7 @@ idna==3.10
# via requests
jinja2==3.1.4
# via code-annotations
kombu==5.4.1
kombu==5.4.2
# via celery
lxml==5.3.0
# via xblock
Expand All @@ -100,7 +100,7 @@ psutil==6.0.0
# via edx-django-utils
pycparser==2.22
# via cffi
pymongo==4.8.0
pymongo==4.9.1
# via edx-opaque-keys
pynacl==1.5.0
# via edx-django-utils
Expand Down Expand Up @@ -146,7 +146,9 @@ text-unidecode==1.3
typing-extensions==4.12.2
# via edx-opaque-keys
tzdata==2024.1
# via celery
# via
# celery
# kombu
urllib3==2.2.3
# via requests
vine==5.1.0
Expand Down
10 changes: 5 additions & 5 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,23 @@ colorama==0.4.6
# via tox
distlib==0.3.8
# via virtualenv
filelock==3.16.0
filelock==3.16.1
# via
# tox
# virtualenv
packaging==24.1
# via
# pyproject-api
# tox
platformdirs==4.3.3
platformdirs==4.3.6
# via
# tox
# virtualenv
pluggy==1.5.0
# via tox
pyproject-api==1.7.1
pyproject-api==1.8.0
# via tox
tox==4.18.1
tox==4.20.0
# via -r requirements/ci.in
virtualenv==20.26.4
virtualenv==20.26.5
# via tox
21 changes: 11 additions & 10 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ asgiref==3.8.1
# via
# -r requirements/quality.txt
# django
astroid==3.2.4
astroid==3.3.3
# via
# -r requirements/quality.txt
# pylint
# pylint-celery
billiard==4.2.0
billiard==4.2.1
# via
# -r requirements/quality.txt
# celery
Expand Down Expand Up @@ -156,7 +156,7 @@ edx-opaque-keys==2.11.0
# via -r requirements/quality.txt
edx-toggles==5.2.0
# via -r requirements/quality.txt
filelock==3.16.0
filelock==3.16.1
# via
# -r requirements/ci.txt
# tox
Expand All @@ -182,7 +182,7 @@ jinja2==3.1.4
# -r requirements/quality.txt
# code-annotations
# diff-cover
kombu==5.4.1
kombu==5.4.2
# via
# -r requirements/quality.txt
# celery
Expand Down Expand Up @@ -250,7 +250,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/ci.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -285,7 +285,7 @@ pydocstyle==6.3.0
# via -r requirements/quality.txt
pygments==2.18.0
# via diff-cover
pylint==3.2.7
pylint==3.3.0
# via
# -r requirements/quality.txt
# edx-lint
Expand All @@ -305,15 +305,15 @@ pylint-plugin-utils==0.8.2
# -r requirements/quality.txt
# pylint-celery
# pylint-django
pymongo==4.8.0
pymongo==4.9.1
# via
# -r requirements/quality.txt
# edx-opaque-keys
pynacl==1.5.0
# via
# -r requirements/quality.txt
# edx-django-utils
pyproject-api==1.7.1
pyproject-api==1.8.0
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -400,7 +400,7 @@ tomlkit==0.13.2
# via
# -r requirements/quality.txt
# pylint
tox==4.18.1
tox==4.20.0
# via -r requirements/ci.txt
typing-extensions==4.12.2
# via
Expand All @@ -410,6 +410,7 @@ tzdata==2024.1
# via
# -r requirements/quality.txt
# celery
# kombu
urllib3==2.2.3
# via
# -r requirements/quality.txt
Expand All @@ -421,7 +422,7 @@ vine==5.1.0
# amqp
# celery
# kombu
virtualenv==20.26.4
virtualenv==20.26.5
# via
# -r requirements/ci.txt
# tox
Expand Down
9 changes: 5 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ backports-tarfile==1.2.0
# via jaraco-context
beautifulsoup4==4.12.3
# via pydata-sphinx-theme
billiard==4.2.0
billiard==4.2.1
# via
# -r requirements/test.txt
# celery
Expand Down Expand Up @@ -164,9 +164,9 @@ jinja2==3.1.4
# -r requirements/test.txt
# code-annotations
# sphinx
keyring==25.3.0
keyring==25.4.1
# via twine
kombu==5.4.1
kombu==5.4.2
# via
# -r requirements/test.txt
# celery
Expand Down Expand Up @@ -249,7 +249,7 @@ pygments==2.18.0
# readme-renderer
# rich
# sphinx
pymongo==4.8.0
pymongo==4.9.1
# via
# -r requirements/test.txt
# edx-opaque-keys
Expand Down Expand Up @@ -377,6 +377,7 @@ tzdata==2024.1
# via
# -r requirements/test.txt
# celery
# kombu
urllib3==2.2.3
# 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/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ asgiref==3.8.1
# via
# -r requirements/test.txt
# django
astroid==3.2.4
astroid==3.3.3
# via
# pylint
# pylint-celery
billiard==4.2.0
billiard==4.2.1
# via
# -r requirements/test.txt
# celery
Expand Down Expand Up @@ -141,7 +141,7 @@ jinja2==3.1.4
# via
# -r requirements/test.txt
# code-annotations
kombu==5.4.1
kombu==5.4.2
# via
# -r requirements/test.txt
# celery
Expand Down Expand Up @@ -190,7 +190,7 @@ pbr==6.1.0
# via
# -r requirements/test.txt
# stevedore
platformdirs==4.3.3
platformdirs==4.3.6
# via
# black
# pylint
Expand All @@ -214,7 +214,7 @@ pycparser==2.22
# cffi
pydocstyle==6.3.0
# via -r requirements/quality.in
pylint==3.2.7
pylint==3.3.0
# via
# edx-lint
# pylint-celery
Expand All @@ -228,7 +228,7 @@ pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
pymongo==4.8.0
pymongo==4.9.1
# via
# -r requirements/test.txt
# edx-opaque-keys
Expand Down Expand Up @@ -317,6 +317,7 @@ tzdata==2024.1
# via
# -r requirements/test.txt
# celery
# kombu
urllib3==2.2.3
# via
# -r requirements/test.txt
Expand Down
7 changes: 4 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ asgiref==3.8.1
# via
# -r requirements/base.txt
# django
billiard==4.2.0
billiard==4.2.1
# via
# -r requirements/base.txt
# celery
Expand Down Expand Up @@ -117,7 +117,7 @@ jinja2==3.1.4
# via
# -r requirements/base.txt
# code-annotations
kombu==5.4.1
kombu==5.4.2
# via
# -r requirements/base.txt
# celery
Expand Down Expand Up @@ -169,7 +169,7 @@ pycparser==2.22
# via
# -r requirements/base.txt
# cffi
pymongo==4.8.0
pymongo==4.9.1
# via
# -r requirements/base.txt
# edx-opaque-keys
Expand Down Expand Up @@ -252,6 +252,7 @@ tzdata==2024.1
# via
# -r requirements/base.txt
# celery
# kombu
urllib3==2.2.3
# via
# -r requirements/base.txt
Expand Down
Loading