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 #793

Merged
merged 2 commits into from
Sep 30, 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.4
# Generated by edx-lint version: 5.4.0
# ------------------------------
[MASTER]
ignore =
Expand Down Expand Up @@ -289,6 +289,7 @@ disable =

logging-fstring-interpolation,
django-not-configured,
too-many-positional-arguments,

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

# 5cb04be4e3ce86ceb4bd99d377a603089cc12dd3
# f708b93820c9490b29bad9e0996a23fc01101cfc
1 change: 1 addition & 0 deletions pylintrc_tweaks
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ extension-pkg-whitelist=lxml
[MESSAGES CONTROL]
disable+=
django-not-configured,
too-many-positional-arguments,
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ markupsafe==2.1.5
# mako
pbr==6.1.0
# via stevedore
pymongo==4.8.0
pymongo==4.9.1
# via edx-opaque-keys
python-dateutil==2.9.0.post0
# via -r requirements/base.in
Expand Down
10 changes: 5 additions & 5 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,23 @@ coverage==7.6.1
# via -r requirements/ci.in
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.6
# via tox
22 changes: 11 additions & 11 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ asgiref==3.8.1
# via
# -r requirements/test.txt
# django
astroid==3.2.4
astroid==3.3.4
# via
# -r requirements/test.txt
# pylint
Expand All @@ -21,11 +21,11 @@ attrs==24.2.0
# via
# -r requirements/test.txt
# hypothesis
boto3==1.35.19
boto3==1.35.29
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.35.19
botocore==1.35.29
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -75,7 +75,7 @@ ddt==1.7.2
# via -r requirements/test.txt
diff-cover==9.2.0
# via -r requirements/test.txt
dill==0.3.8
dill==0.3.9
# via
# -r requirements/test.txt
# pylint
Expand All @@ -97,7 +97,7 @@ edx-lint==5.4.0
# via -r requirements/test.txt
edx-opaque-keys==2.11.0
# via -r requirements/test.txt
filelock==3.16.0
filelock==3.16.1
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -168,7 +168,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/test.txt
Expand All @@ -188,7 +188,7 @@ pygments==2.18.0
# via
# -r requirements/test.txt
# diff-cover
pylint==3.2.7
pylint==3.3.1
# via
# -r requirements/test.txt
# edx-lint
Expand All @@ -208,11 +208,11 @@ 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
pyproject-api==1.7.1
pyproject-api==1.8.0
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -279,7 +279,7 @@ tomlkit==0.13.2
# via
# -r requirements/test.txt
# pylint
tox==4.18.1
tox==4.20.0
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand All @@ -291,7 +291,7 @@ urllib3==2.2.3
# via
# -r requirements/test.txt
# botocore
virtualenv==20.26.4
virtualenv==20.26.6
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down
6 changes: 3 additions & 3 deletions requirements/django.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ appdirs==1.4.4
# fs
asgiref==3.8.1
# via django
boto3==1.35.19
boto3==1.35.29
# via fs-s3fs
botocore==1.35.19
botocore==1.35.29
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -54,7 +54,7 @@ pbr==6.1.0
# via
# -r requirements/base.txt
# stevedore
pymongo==4.8.0
pymongo==4.9.1
# via
# -r requirements/base.txt
# edx-opaque-keys
Expand Down
8 changes: 4 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ babel==2.16.0
# sphinx
beautifulsoup4==4.12.3
# via pydata-sphinx-theme
boto3==1.35.19
boto3==1.35.29
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.35.19
botocore==1.35.29
# via
# -r requirements/django.txt
# boto3
Expand Down Expand Up @@ -59,7 +59,7 @@ fs-s3fs==1.1.1
# via
# -r requirements/django.txt
# openedx-django-pyfs
idna==3.9
idna==3.10
# via requests
imagesize==1.4.1
# via sphinx
Expand Down Expand Up @@ -100,7 +100,7 @@ pygments==2.18.0
# accessible-pygments
# pydata-sphinx-theme
# sphinx
pymongo==4.8.0
pymongo==4.9.1
# via
# -r requirements/django.txt
# edx-opaque-keys
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==74.1.2
setuptools==75.1.0
# via -r requirements/pip.in
22 changes: 11 additions & 11 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@ asgiref==3.8.1
# via
# -r requirements/django.txt
# django
astroid==3.2.4
astroid==3.3.4
# via
# -r requirements/test.in
# pylint
# pylint-celery
attrs==24.2.0
# via hypothesis
boto3==1.35.19
boto3==1.35.29
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.35.19
botocore==1.35.29
# via
# -r requirements/django.txt
# boto3
Expand Down Expand Up @@ -53,7 +53,7 @@ ddt==1.7.2
# via -r requirements/test.in
diff-cover==9.2.0
# via -r requirements/test.in
dill==0.3.8
dill==0.3.9
# via pylint
distlib==0.3.8
# via virtualenv
Expand All @@ -69,7 +69,7 @@ edx-lint==5.4.0
# via -r requirements/test.in
edx-opaque-keys==2.11.0
# via -r requirements/django.txt
filelock==3.16.0
filelock==3.16.1
# via
# tox
# virtualenv
Expand Down Expand Up @@ -125,7 +125,7 @@ pbr==6.1.0
# via
# -r requirements/django.txt
# stevedore
platformdirs==4.3.3
platformdirs==4.3.6
# via
# pylint
# tox
Expand All @@ -139,7 +139,7 @@ pycodestyle==2.12.1
# via -r requirements/test.in
pygments==2.18.0
# via diff-cover
pylint==3.2.7
pylint==3.3.1
# via
# -r requirements/test.in
# edx-lint
Expand All @@ -154,11 +154,11 @@ pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
pymongo==4.8.0
pymongo==4.9.1
# via
# -r requirements/django.txt
# edx-opaque-keys
pyproject-api==1.7.1
pyproject-api==1.8.0
# via tox
pytest==8.3.3
# via
Expand Down Expand Up @@ -209,7 +209,7 @@ text-unidecode==1.3
# via python-slugify
tomlkit==0.13.2
# via pylint
tox==4.18.1
tox==4.20.0
# via -r requirements/test.in
typing-extensions==4.12.2
# via
Expand All @@ -219,7 +219,7 @@ urllib3==2.2.3
# via
# -r requirements/django.txt
# botocore
virtualenv==20.26.4
virtualenv==20.26.6
# via tox
web-fragments==2.2.0
# via -r requirements/django.txt
Expand Down