Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#352)
Browse files Browse the repository at this point in the history
* chore: Upgrade Python requirements

* fix: remove duplicate pii annotation

---------

Co-authored-by: Alie Langston <[email protected]>
  • Loading branch information
edx-requirements-bot and alangsto authored Jan 15, 2025
1 parent 761fc26 commit 03c8240
Show file tree
Hide file tree
Showing 13 changed files with 147 additions and 134 deletions.
2 changes: 0 additions & 2 deletions .annotation_safe_list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ waffle.Sample:
".. no_pii:": "This model has no PII"
waffle.Switch:
".. no_pii:": "This model has no PII"
lti_consumer.LtiDlContentItem:
".. no_pii:": "This model has no PII"

# Automatically generated models that cannot be annotated
core.HistoricalExam:
Expand Down
26 changes: 14 additions & 12 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ attrs==24.3.0
# openedx-events
bleach==6.2.0
# via lti-consumer-xblock
boto3==1.35.82
boto3==1.35.99
# via fs-s3fs
botocore==1.35.82
botocore==1.35.99
# via
# boto3
# s3transfer
Expand All @@ -29,13 +29,13 @@ cffi==1.17.1
# via
# cryptography
# pynacl
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via requests
click==8.1.7
click==8.1.8
# via
# code-annotations
# edx-django-utils
code-annotations==2.1.0
code-annotations==2.2.0
# via edx-toggles
coreapi==2.3.3
# via
Expand All @@ -51,7 +51,7 @@ defusedxml==0.8.0rc2
# via
# python3-openid
# social-auth-core
django==4.2.17
django==4.2.18
# via
# -c /home/runner/work/edx-exams/edx-exams/requirements/common_constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -167,7 +167,7 @@ edx-toggles==5.2.0
# edx-event-bus-redis
edx-token-utils==0.2.1
# via -r requirements/base.in
fastavro==1.9.7
fastavro==1.10.0
# via openedx-events
fs==2.4.16
# via
Expand All @@ -184,7 +184,7 @@ inflection==0.5.1
# via drf-yasg
itypes==1.2.0
# via coreapi
jinja2==3.1.4
jinja2==3.1.5
# via
# code-annotations
# coreschema
Expand All @@ -196,7 +196,7 @@ jsonfield==3.1.0
# via lti-consumer-xblock
lazy==1.6
# via lti-consumer-xblock
lti-consumer-xblock==9.12.0
lti-consumer-xblock==9.13.1
# via -r requirements/base.in
lxml==5.3.0
# via
Expand All @@ -211,7 +211,7 @@ markupsafe==3.0.2
# jinja2
# mako
# xblock
mysqlclient==2.2.6
mysqlclient==2.2.7
# via -r requirements/base.in
newrelic==10.4.0
# via edx-django-utils
Expand All @@ -224,7 +224,7 @@ openapi-codec==1.3.2
# via django-rest-swagger
openedx-django-pyfs==3.7.0
# via lti-consumer-xblock
openedx-events==9.15.0
openedx-events==9.15.1
# via
# -r requirements/base.in
# edx-event-bus-kafka
Expand All @@ -235,7 +235,7 @@ packaging==24.2
# via drf-yasg
pbr==6.1.0
# via stevedore
psutil==6.1.0
psutil==6.1.1
# via edx-django-utils
pycparser==2.22
# via cffi
Expand All @@ -253,6 +253,7 @@ pyjwt[crypto]==2.10.1
# edx-auth-backends
# edx-drf-extensions
# edx-rest-api-client
# lti-consumer-xblock
# social-auth-core
pymemcache==4.0.0
# via -r requirements/base.in
Expand Down Expand Up @@ -331,6 +332,7 @@ uritemplate==4.1.1
# drf-yasg
urllib3==2.2.3
# via
# -c /home/runner/work/edx-exams/edx-exams/requirements/common_constraints.txt
# botocore
# requests
walrus==0.9.4
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.9
coverage==7.6.10
# 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.28.0
virtualenv==20.28.1
# via tox
4 changes: 4 additions & 0 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,7 @@ elasticsearch<7.14.0
# Cause: https://github.com/openedx/edx-lint/issues/458
# This can be unpinned once https://github.com/openedx/edx-lint/issues/459 has been resolved.
pip<24.3

# Cause: https://github.com/openedx/edx-lint/issues/475
# This can be unpinned once https://github.com/openedx/edx-lint/issues/476 has been resolved.
urllib3<2.3.0
45 changes: 23 additions & 22 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ asgiref==3.8.1
# -r /home/runner/work/edx-exams/edx-exams/requirements/validation.txt
# django
# django-cors-headers
astroid==3.3.6
astroid==3.3.8
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/validation.txt
# pylint
Expand All @@ -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.82
boto3==1.35.99
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/validation.txt
# fs-s3fs
botocore==1.35.82
botocore==1.35.99
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/validation.txt
# boto3
Expand All @@ -58,11 +58,11 @@ chardet==5.2.0
# -r /home/runner/work/edx-exams/edx-exams/requirements/validation.txt
# diff-cover
# tox
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/validation.txt
# requests
click==8.1.7
click==8.1.8
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/pip-tools.txt
# -r /home/runner/work/edx-exams/edx-exams/requirements/validation.txt
Expand All @@ -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==2.1.0
code-annotations==2.2.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.9
coverage[toml]==7.6.10
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/validation.txt
# pytest-cov
Expand All @@ -120,7 +120,7 @@ distlib==0.3.9
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/validation.txt
# virtualenv
django==4.2.17
django==4.2.18
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/validation.txt
# django-appconf
Expand Down Expand Up @@ -168,7 +168,7 @@ django-crum==0.7.9
# -r /home/runner/work/edx-exams/edx-exams/requirements/validation.txt
# edx-django-utils
# edx-toggles
django-debug-toolbar==4.4.6
django-debug-toolbar==5.0.1
# via -r requirements/dev.in
django-dynamic-fixture==4.0.1
# via -r /home/runner/work/edx-exams/edx-exams/requirements/validation.txt
Expand Down Expand Up @@ -268,11 +268,11 @@ 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==33.1.0
faker==33.3.1
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/validation.txt
# factory-boy
fastavro==1.9.7
fastavro==1.10.0
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/validation.txt
# openedx-events
Expand Down Expand Up @@ -334,7 +334,7 @@ jeepney==0.8.0
# -r /home/runner/work/edx-exams/edx-exams/requirements/validation.txt
# keyring
# secretstorage
jinja2==3.1.4
jinja2==3.1.5
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/validation.txt
# code-annotations
Expand All @@ -349,15 +349,15 @@ jsonfield==3.1.0
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/validation.txt
# lti-consumer-xblock
keyring==25.5.0
keyring==25.6.0
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/validation.txt
# twine
lazy==1.6
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/validation.txt
# lti-consumer-xblock
lti-consumer-xblock==9.12.0
lti-consumer-xblock==9.13.1
# via -r /home/runner/work/edx-exams/edx-exams/requirements/validation.txt
lxml[html-clean]==5.3.0
# via
Expand Down Expand Up @@ -393,12 +393,12 @@ mdurl==0.1.2
# markdown-it-py
mock==5.1.0
# via -r /home/runner/work/edx-exams/edx-exams/requirements/validation.txt
more-itertools==10.5.0
more-itertools==10.6.0
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/validation.txt
# jaraco-classes
# jaraco-functools
mysqlclient==2.2.6
mysqlclient==2.2.7
# via -r /home/runner/work/edx-exams/edx-exams/requirements/validation.txt
newrelic==10.4.0
# via
Expand All @@ -422,7 +422,7 @@ openedx-django-pyfs==3.7.0
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/validation.txt
# lti-consumer-xblock
openedx-events==9.15.0
openedx-events==9.15.1
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/validation.txt
# edx-event-bus-kafka
Expand Down Expand Up @@ -467,7 +467,7 @@ pluggy==1.5.0
# tox
polib==1.2.0
# via edx-i18n-tools
psutil==6.1.0
psutil==6.1.1
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/validation.txt
# edx-django-utils
Expand All @@ -484,7 +484,7 @@ pycryptodomex==3.21.0
# pyjwkest
pydocstyle==6.3.0
# via -r /home/runner/work/edx-exams/edx-exams/requirements/validation.txt
pygments==2.18.0
pygments==2.19.1
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/validation.txt
# diff-cover
Expand All @@ -502,8 +502,9 @@ pyjwt[crypto]==2.10.1
# edx-auth-backends
# edx-drf-extensions
# edx-rest-api-client
# lti-consumer-xblock
# social-auth-core
pylint==3.3.2
pylint==3.3.3
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/validation.txt
# edx-lint
Expand Down Expand Up @@ -608,7 +609,7 @@ requests-toolbelt==1.0.0
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/validation.txt
# twine
responses==0.25.3
responses==0.25.6
# via -r /home/runner/work/edx-exams/edx-exams/requirements/validation.txt
rfc3986==2.0.0
# via
Expand Down Expand Up @@ -699,7 +700,7 @@ urllib3==2.2.3
# requests
# responses
# twine
virtualenv==20.28.0
virtualenv==20.28.1
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/validation.txt
# tox
Expand Down
2 changes: 1 addition & 1 deletion requirements/django.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
django==4.2.17
django==4.2.18
Loading

0 comments on commit 03c8240

Please sign in to comment.