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

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.4
# Generated by edx-lint version: 5.4.0
# ------------------------------
[MASTER]
ignore = ,migrations, settings, wsgi.py
Expand Down Expand Up @@ -292,6 +292,7 @@ disable =
consider-using-with,
bad-option-value,
superfluous-parens,
too-many-positional-arguments,

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

# fde14ff2b7c1587153eb26f978301341091e9e23
# 6bfed9ad443e866d9a33488886e056ff8b3814d6
1 change: 1 addition & 0 deletions pylintrc_tweaks
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ DISABLE+=
consider-using-with,
bad-option-value,
superfluous-parens,
too-many-positional-arguments,
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -193,12 +193,12 @@ oauthlib==3.2.2
# getsmarter-api-clients
# requests-oauthlib
# social-auth-core
openedx-events==9.14.0
openedx-events==9.14.1
# via
# -r requirements/base.in
# edx-event-bus-kafka
# openedx-ledger
openedx-ledger==1.5.9
openedx-ledger==1.5.10
# via -r requirements/base.in
packaging==24.1
# via drf-yasg
Expand All @@ -219,7 +219,7 @@ pyjwt[crypto]==2.9.0
# social-auth-core
pymemcache==4.0.0
# via -r requirements/base.in
pymongo==4.8.0
pymongo==4.9.1
# via edx-opaque-keys
pynacl==1.5.0
# via edx-django-utils
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
24 changes: 12 additions & 12 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,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 Down Expand Up @@ -252,7 +252,7 @@ edx-toggles==5.2.0
# edx-event-bus-kafka
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 All @@ -261,7 +261,7 @@ fastavro==1.9.7
# -r requirements/validation.txt
# confluent-kafka
# openedx-events
filelock==3.16.0
filelock==3.16.1
# via
# -r requirements/validation.txt
# tox
Expand Down Expand Up @@ -323,7 +323,7 @@ jsonschema-specifications==2023.12.1
# via
# -r requirements/validation.txt
# jsonschema
keyring==25.3.0
keyring==25.4.1
# via
# -r requirements/validation.txt
# twine
Expand Down Expand Up @@ -374,12 +374,12 @@ oauthlib==3.2.2
# getsmarter-api-clients
# requests-oauthlib
# social-auth-core
openedx-events==9.14.0
openedx-events==9.14.1
# via
# -r requirements/validation.txt
# edx-event-bus-kafka
# openedx-ledger
openedx-ledger==1.5.9
openedx-ledger==1.5.10
# via -r requirements/validation.txt
packaging==24.1
# via
Expand All @@ -402,7 +402,7 @@ pkginfo==1.10.0
# via
# -r requirements/validation.txt
# twine
platformdirs==4.3.3
platformdirs==4.3.6
# via
# -r requirements/validation.txt
# pylint
Expand Down Expand Up @@ -446,7 +446,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 @@ -468,15 +468,15 @@ pylint-plugin-utils==0.8.2
# pylint-django
pymemcache==4.0.0
# via -r requirements/validation.txt
pymongo==4.8.0
pymongo==4.9.1
# via
# -r requirements/validation.txt
# edx-opaque-keys
pynacl==1.5.0
# via
# -r requirements/validation.txt
# edx-django-utils
pyproject-api==1.7.1
pyproject-api==1.8.0
# via
# -r requirements/validation.txt
# tox
Expand Down Expand Up @@ -622,7 +622,7 @@ tomlkit==0.13.2
# via
# -r requirements/validation.txt
# pylint
tox==4.18.1
tox==4.20.0
# via -r requirements/validation.txt
twine==5.1.1
# via -r requirements/validation.txt
Expand All @@ -642,7 +642,7 @@ urllib3==2.2.3
# requests
# responses
# twine
virtualenv==20.26.4
virtualenv==20.26.5
# via
# -r requirements/validation.txt
# tox
Expand Down
24 changes: 12 additions & 12 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,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 Down Expand Up @@ -252,7 +252,7 @@ edx-toggles==5.2.0
# edx-event-bus-kafka
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 All @@ -261,7 +261,7 @@ fastavro==1.9.7
# -r requirements/test.txt
# confluent-kafka
# openedx-events
filelock==3.16.0
filelock==3.16.1
# via
# -r requirements/test.txt
# tox
Expand Down Expand Up @@ -316,7 +316,7 @@ jsonschema-specifications==2023.12.1
# via
# -r requirements/test.txt
# jsonschema
keyring==25.3.0
keyring==25.4.1
# via twine
markdown-it-py==3.0.0
# via rich
Expand Down Expand Up @@ -352,12 +352,12 @@ oauthlib==3.2.2
# getsmarter-api-clients
# requests-oauthlib
# social-auth-core
openedx-events==9.14.0
openedx-events==9.14.1
# via
# -r requirements/test.txt
# edx-event-bus-kafka
# openedx-ledger
openedx-ledger==1.5.9
openedx-ledger==1.5.10
# via -r requirements/test.txt
packaging==24.1
# via
Expand All @@ -375,7 +375,7 @@ pbr==6.1.0
# stevedore
pkginfo==1.10.0
# via twine
platformdirs==4.3.3
platformdirs==4.3.6
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -416,7 +416,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 @@ -438,15 +438,15 @@ pylint-plugin-utils==0.8.2
# pylint-django
pymemcache==4.0.0
# via -r requirements/test.txt
pymongo==4.8.0
pymongo==4.9.1
# via
# -r requirements/test.txt
# edx-opaque-keys
pynacl==1.5.0
# via
# -r requirements/test.txt
# edx-django-utils
pyproject-api==1.7.1
pyproject-api==1.8.0
# via
# -r requirements/test.txt
# tox
Expand Down Expand Up @@ -600,7 +600,7 @@ tomlkit==0.13.2
# via
# -r requirements/test.txt
# pylint
tox==4.18.1
tox==4.20.0
# via -r requirements/test.txt
twine==5.1.1
# via -r requirements/doc.in
Expand All @@ -621,7 +621,7 @@ urllib3==2.2.3
# requests
# responses
# twine
virtualenv==20.26.4
virtualenv==20.26.5
# via
# -r requirements/test.txt
# tox
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
8 changes: 4 additions & 4 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ getsmarter-api-clients==0.6.1
# 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 @@ -239,12 +239,12 @@ oauthlib==3.2.2
# getsmarter-api-clients
# requests-oauthlib
# social-auth-core
openedx-events==9.14.0
openedx-events==9.14.1
# via
# -r requirements/base.txt
# edx-event-bus-kafka
# openedx-ledger
openedx-ledger==1.5.9
openedx-ledger==1.5.10
# via -r requirements/base.txt
packaging==24.1
# via
Expand Down Expand Up @@ -277,7 +277,7 @@ pyjwt[crypto]==2.9.0
# social-auth-core
pymemcache==4.0.0
# via -r requirements/base.txt
pymongo==4.8.0
pymongo==4.9.1
# via
# -r requirements/base.txt
# edx-opaque-keys
Expand Down
Loading
Loading