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

Closed
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
24 changes: 12 additions & 12 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ attrs==24.2.0
# openedx-events
bleach==6.2.0
# via lti-consumer-xblock
boto3==1.35.58
boto3==1.35.69
# via fs-s3fs
botocore==1.35.58
botocore==1.35.69
# via
# boto3
# s3transfer
Expand All @@ -35,7 +35,7 @@ click==8.1.7
# via
# code-annotations
# edx-django-utils
code-annotations==1.8.0
code-annotations==2.0.0
# via edx-toggles
coreapi==2.3.3
# via
Expand Down Expand Up @@ -105,7 +105,7 @@ django-simple-history==3.7.0
# via -r requirements/base.in
django-statici18n==2.5.0
# via lti-consumer-xblock
django-waffle==4.1.0
django-waffle==4.2.0
# via
# -r requirements/base.in
# edx-django-utils
Expand Down Expand Up @@ -136,7 +136,7 @@ edx-ccx-keys==1.3.0
# openedx-events
edx-django-release-util==1.4.0
# via -r requirements/base.in
edx-django-utils==7.0.0
edx-django-utils==7.0.1
# via
# -r requirements/base.in
# django-config-models
Expand Down Expand Up @@ -196,7 +196,7 @@ jsonfield==3.1.0
# via lti-consumer-xblock
lazy==1.6
# via lti-consumer-xblock
lti-consumer-xblock==9.11.3
lti-consumer-xblock==9.12.0
# via -r requirements/base.in
lxml==5.3.0
# via
Expand All @@ -211,9 +211,9 @@ markupsafe==3.0.2
# jinja2
# mako
# xblock
mysqlclient==2.2.5
mysqlclient==2.2.6
# via -r requirements/base.in
newrelic==10.2.0
newrelic==10.3.1
# via edx-django-utils
oauthlib==3.2.2
# via
Expand Down Expand Up @@ -247,7 +247,7 @@ pyjwkest==1.4.2
# via
# edx-token-utils
# lti-consumer-xblock
pyjwt[crypto]==2.9.0
pyjwt[crypto]==2.10.0
# via
# drf-jwt
# edx-auth-backends
Expand Down Expand Up @@ -291,7 +291,7 @@ requests==2.32.3
# social-auth-core
requests-oauthlib==2.0.0
# via social-auth-core
s3transfer==0.10.3
s3transfer==0.10.4
# via boto3
semantic-version==2.10.0
# via edx-drf-extensions
Expand All @@ -314,9 +314,9 @@ social-auth-core==4.5.4
# via
# edx-auth-backends
# social-auth-app-django
sqlparse==0.5.1
sqlparse==0.5.2
# via django
stevedore==5.3.0
stevedore==5.4.0
# via
# code-annotations
# edx-django-utils
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
coverage==7.6.4
coverage==7.6.8
# via -r requirements/ci.in
distlib==0.3.9
# via virtualenv
Expand All @@ -32,5 +32,5 @@ pyproject-api==1.8.0
# via tox
tox==4.23.2
# via -r requirements/ci.in
virtualenv==20.27.1
virtualenv==20.28.0
# via tox
34 changes: 17 additions & 17 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ bleach==6.2.0
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/validation.txt
# lti-consumer-xblock
boto3==1.35.58
boto3==1.35.69
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/validation.txt
# fs-s3fs
botocore==1.35.58
botocore==1.35.69
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/validation.txt
# boto3
Expand Down Expand Up @@ -75,7 +75,7 @@ click-log==0.4.0
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/validation.txt
# edx-lint
code-annotations==1.8.0
code-annotations==2.0.0
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/validation.txt
# edx-lint
Expand All @@ -93,7 +93,7 @@ coreschema==0.0.4
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/validation.txt
# coreapi
coverage[toml]==7.6.4
coverage[toml]==7.6.8
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/validation.txt
# pytest-cov
Expand Down Expand Up @@ -188,7 +188,7 @@ django-statici18n==2.5.0
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/validation.txt
# lti-consumer-xblock
django-waffle==4.1.0
django-waffle==4.2.0
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/validation.txt
# edx-django-utils
Expand Down Expand Up @@ -230,7 +230,7 @@ edx-ccx-keys==1.3.0
# openedx-events
edx-django-release-util==1.4.0
# via -r /home/runner/work/edx-exams/edx-exams/requirements/validation.txt
edx-django-utils==7.0.0
edx-django-utils==7.0.1
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/validation.txt
# django-config-models
Expand Down Expand Up @@ -268,7 +268,7 @@ edx-token-utils==0.2.1
# via -r /home/runner/work/edx-exams/edx-exams/requirements/validation.txt
factory-boy==3.3.1
# via -r /home/runner/work/edx-exams/edx-exams/requirements/validation.txt
faker==30.8.2
faker==33.0.0
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/validation.txt
# factory-boy
Expand Down Expand Up @@ -361,7 +361,7 @@ lazy==1.6
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/validation.txt
# lti-consumer-xblock
lti-consumer-xblock==9.11.3
lti-consumer-xblock==9.12.0
# via -r /home/runner/work/edx-exams/edx-exams/requirements/validation.txt
lxml[html-clean]==5.3.0
# via
Expand All @@ -370,7 +370,7 @@ lxml[html-clean]==5.3.0
# lti-consumer-xblock
# lxml-html-clean
# xblock
lxml-html-clean==0.3.1
lxml-html-clean==0.4.1
# via lxml
mako==1.3.6
# via
Expand Down Expand Up @@ -402,9 +402,9 @@ more-itertools==10.5.0
# -r /home/runner/work/edx-exams/edx-exams/requirements/validation.txt
# jaraco-classes
# jaraco-functools
mysqlclient==2.2.5
mysqlclient==2.2.6
# via -r /home/runner/work/edx-exams/edx-exams/requirements/validation.txt
newrelic==10.2.0
newrelic==10.3.1
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/validation.txt
# edx-django-utils
Expand Down Expand Up @@ -498,7 +498,7 @@ pyjwkest==1.4.2
# -r /home/runner/work/edx-exams/edx-exams/requirements/validation.txt
# edx-token-utils
# lti-consumer-xblock
pyjwt[crypto]==2.9.0
pyjwt[crypto]==2.10.0
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/validation.txt
# drf-jwt
Expand Down Expand Up @@ -621,7 +621,7 @@ rich==13.9.4
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/validation.txt
# twine
s3transfer==0.10.3
s3transfer==0.10.4
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/validation.txt
# boto3
Expand Down Expand Up @@ -662,12 +662,12 @@ social-auth-core==4.5.4
# -r /home/runner/work/edx-exams/edx-exams/requirements/validation.txt
# edx-auth-backends
# social-auth-app-django
sqlparse==0.5.1
sqlparse==0.5.2
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/validation.txt
# django
# django-debug-toolbar
stevedore==5.3.0
stevedore==5.4.0
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/validation.txt
# code-annotations
Expand Down Expand Up @@ -702,7 +702,7 @@ urllib3==2.2.3
# requests
# responses
# twine
virtualenv==20.27.1
virtualenv==20.28.0
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/validation.txt
# tox
Expand All @@ -722,7 +722,7 @@ webob==1.8.9
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/validation.txt
# xblock
wheel==0.45.0
wheel==0.45.1
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/pip-tools.txt
# pip-tools
Expand Down
30 changes: 15 additions & 15 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ bleach==6.2.0
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/test.txt
# lti-consumer-xblock
boto3==1.35.58
boto3==1.35.69
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/test.txt
# fs-s3fs
botocore==1.35.58
botocore==1.35.69
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/test.txt
# boto3
Expand Down Expand Up @@ -74,7 +74,7 @@ click-log==0.4.0
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/test.txt
# edx-lint
code-annotations==1.8.0
code-annotations==2.0.0
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/test.txt
# edx-lint
Expand All @@ -92,7 +92,7 @@ coreschema==0.0.4
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/test.txt
# coreapi
coverage[toml]==7.6.4
coverage[toml]==7.6.8
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -182,7 +182,7 @@ django-statici18n==2.5.0
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/test.txt
# lti-consumer-xblock
django-waffle==4.1.0
django-waffle==4.2.0
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/test.txt
# edx-django-utils
Expand Down Expand Up @@ -228,7 +228,7 @@ edx-ccx-keys==1.3.0
# openedx-events
edx-django-release-util==1.4.0
# via -r /home/runner/work/edx-exams/edx-exams/requirements/test.txt
edx-django-utils==7.0.0
edx-django-utils==7.0.1
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/test.txt
# django-config-models
Expand Down Expand Up @@ -266,7 +266,7 @@ edx-token-utils==0.2.1
# via -r /home/runner/work/edx-exams/edx-exams/requirements/test.txt
factory-boy==3.3.1
# via -r /home/runner/work/edx-exams/edx-exams/requirements/test.txt
faker==30.8.2
faker==33.0.0
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -350,7 +350,7 @@ lazy==1.6
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/test.txt
# lti-consumer-xblock
lti-consumer-xblock==9.11.3
lti-consumer-xblock==9.12.0
# via -r /home/runner/work/edx-exams/edx-exams/requirements/test.txt
lxml==5.3.0
# via
Expand Down Expand Up @@ -382,9 +382,9 @@ more-itertools==10.5.0
# via
# jaraco-classes
# jaraco-functools
mysqlclient==2.2.5
mysqlclient==2.2.6
# via -r /home/runner/work/edx-exams/edx-exams/requirements/test.txt
newrelic==10.2.0
newrelic==10.3.1
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/test.txt
# edx-django-utils
Expand Down Expand Up @@ -463,7 +463,7 @@ pyjwkest==1.4.2
# -r /home/runner/work/edx-exams/edx-exams/requirements/test.txt
# edx-token-utils
# lti-consumer-xblock
pyjwt[crypto]==2.9.0
pyjwt[crypto]==2.10.0
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/test.txt
# drf-jwt
Expand Down Expand Up @@ -577,7 +577,7 @@ rfc3986==2.0.0
# via twine
rich==13.9.4
# via twine
s3transfer==0.10.3
s3transfer==0.10.4
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/test.txt
# boto3
Expand Down Expand Up @@ -631,11 +631,11 @@ sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
sqlparse==0.5.1
sqlparse==0.5.2
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/test.txt
# django
stevedore==5.3.0
stevedore==5.4.0
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/test.txt
# code-annotations
Expand Down Expand Up @@ -671,7 +671,7 @@ urllib3==2.2.3
# requests
# responses
# twine
virtualenv==20.27.1
virtualenv==20.28.0
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/test.txt
# tox
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pyproject-hooks==1.2.0
# via
# build
# pip-tools
wheel==0.45.0
wheel==0.45.1
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# make upgrade
#
wheel==0.45.0
wheel==0.45.1
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==24.3.1
# via -r requirements/pip.in
setuptools==75.4.0
setuptools==75.6.0
# via -r requirements/pip.in
Loading
Loading