Skip to content
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
4 changes: 3 additions & 1 deletion openedx_ledger/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,9 @@ class Transaction(BaseTransaction):
Relatedly, we intentionally avoid persisting aggregates, reinforcing the transactions themselves as the
only source of truth.

.. no_pii:
.. pii: Stores the email of the Open edX LMS user associated with the Transaction.
.. pii_types: email_address
.. pii_retirement: retained
"""

class Meta:
Expand Down
11 changes: 9 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.4.1
# Generated by edx-lint version: 6.2.0
# ------------------------------
[MASTER]
ignore = migrations
Expand Down Expand Up @@ -257,6 +257,8 @@ enable =
deprecated-pragma,
unrecognized-inline-option,
useless-suppression,

pii-invalid-no-pii-annotation,
disable =
bad-indentation,
broad-exception-raised,
Expand Down Expand Up @@ -388,4 +390,9 @@ int-import-graph =
[EXCEPTIONS]
overgeneral-exceptions = builtins.Exception

# 77cc3a08fca6cdfdd439db8b71821fd9e3ec1be7
[PII]
pii-terms =
email,
username

# f36223ebf9a285423aa9b69e44a7ef235046c042
12 changes: 6 additions & 6 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ cffi==2.1.1
# via
# cryptography
# pynacl
charset-normalizer==3.4.9
charset-normalizer==3.5.1
# via requests
click==8.4.2
# via edx-django-utils
Expand Down Expand Up @@ -58,7 +58,7 @@ django-waffle==5.0.0
# edx-drf-extensions
djangoql==0.19.1
# via -r requirements/base.in
djangorestframework==3.17.1
djangorestframework==3.18.0
# via
# drf-jwt
# edx-drf-extensions
Expand All @@ -75,7 +75,7 @@ edx-django-utils==8.0.1
# -r requirements/base.in
# edx-drf-extensions
# openedx-events
edx-drf-extensions==10.6.0
edx-drf-extensions==10.7.0
# via edx-rbac
edx-opaque-keys[django]==4.0.0
# via
Expand All @@ -86,7 +86,7 @@ edx-rbac==3.0.0
# via -r requirements/base.in
fastavro==1.12.2
# via openedx-events
idna==3.18
idna==3.19
# via requests
jsonfield2==4.0.0.post0
# via -r requirements/base.in
Expand Down Expand Up @@ -125,9 +125,9 @@ six==1.17.0
# edx-ccx-keys
# edx-django-release-util
# edx-rbac
sqlparse==0.5.5
sqlparse==0.6.0
# via django
stevedore==5.9.0
stevedore==5.9.1
# via
# edx-django-utils
# edx-opaque-keys
Expand Down
12 changes: 7 additions & 5 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ colorama==0.4.6
# via tox
distlib==0.4.3
# via virtualenv
filelock==3.32.2
filelock==3.32.3
# via
# python-discovery
# tox
Expand All @@ -19,21 +19,23 @@ packaging==26.3
# via
# pyproject-api
# tox
platformdirs==4.11.0
platformdirs==4.11.3
# via
# tox
# virtualenv
pluggy==1.6.0
# via tox
pyproject-api==1.11.0
# via tox
python-discovery==1.5.1
python-discovery==1.5.2
# via
# tox
# virtualenv
tomli-w==1.2.0
# via tox
tox==4.58.0
tox==4.60.0
# via -r requirements/ci.in
virtualenv==21.7.1
typing-extensions==4.16.0
# via tox
virtualenv==21.7.4
# via tox
5 changes: 0 additions & 5 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,3 @@
# supports pip up to 26.1), which breaks `make upgrade`. Remove this once a
# newer pip-tools release restores pip 26.2+ compatibility.
pip<26.2

# Pin pip-tools to the version verified compatible with the pip<26.2 constraint
# above; a newer pip-tools release could require a newer pip and reintroduce
# the `make upgrade` breakage this constraint set was added to fix.
pip-tools==7.6.0
48 changes: 24 additions & 24 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ cffi==2.1.1
# -r requirements/quality.txt
# cryptography
# pynacl
chardet==7.4.3
chardet==7.6.0
# via diff-cover
charset-normalizer==3.4.9
charset-normalizer==3.5.1
# via
# -r requirements/quality.txt
# requests
Expand All @@ -61,7 +61,7 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.15.3
coverage[toml]==7.15.4
# via
# -r requirements/quality.txt
# pytest-cov
Expand All @@ -73,7 +73,7 @@ ddt==1.7.2
# via
# -r requirements/dev.in
# -r requirements/quality.txt
diff-cover==10.4.1
diff-cover==10.5.1
# via -r requirements/dev.in
dill==0.4.1
# via
Expand Down Expand Up @@ -126,7 +126,7 @@ django-waffle==5.0.0
# edx-drf-extensions
djangoql==0.19.1
# via -r requirements/quality.txt
djangorestframework==3.17.1
djangorestframework==3.18.0
# via
# -r requirements/quality.txt
# drf-jwt
Expand All @@ -150,13 +150,13 @@ edx-django-utils==8.0.1
# -r requirements/quality.txt
# edx-drf-extensions
# openedx-events
edx-drf-extensions==10.6.0
edx-drf-extensions==10.7.0
# via
# -r requirements/quality.txt
# edx-rbac
edx-i18n-tools==2.0.0
# via -r requirements/dev.in
edx-lint==6.1.0
edx-lint==6.2.0
# via -r requirements/quality.txt
edx-opaque-keys[django]==4.0.0
# via
Expand All @@ -176,13 +176,13 @@ fastavro==1.12.2
# via
# -r requirements/quality.txt
# openedx-events
filelock==3.32.2
filelock==3.32.3
# via
# -r requirements/ci.txt
# python-discovery
# tox
# virtualenv
idna==3.18
idna==3.19
# via
# -r requirements/quality.txt
# requests
Expand All @@ -201,7 +201,7 @@ jinja2==3.1.6
# diff-cover
jsonfield2==4.0.0.post0
# via -r requirements/quality.txt
lxml[html-clean]==6.1.1
lxml[html-clean]==6.1.2
# via
# edx-i18n-tools
# lxml-html-clean
Expand Down Expand Up @@ -231,11 +231,9 @@ packaging==26.3
# wheel
path==16.16.0
# via edx-i18n-tools
pip-tools==7.6.0
# via
# -c requirements/constraints.txt
# -r requirements/pip-tools.txt
platformdirs==4.11.0
pip-tools==7.6.1
# via -r requirements/pip-tools.txt
platformdirs==4.11.3
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -268,7 +266,7 @@ pycparser==3.0
# cffi
pydocstyle==6.3.0
# via -r requirements/quality.txt
pygments==2.20.0
pygments==2.21.0
# via
# -r requirements/quality.txt
# diff-cover
Expand All @@ -278,7 +276,7 @@ pyjwt[crypto]==2.13.0
# -r requirements/quality.txt
# drf-jwt
# edx-drf-extensions
pylint==4.0.6
pylint==4.0.7
# via
# -r requirements/quality.txt
# edx-lint
Expand Down Expand Up @@ -322,9 +320,9 @@ pytest==9.1.1
# pytest-django
pytest-cov==7.1.0
# via -r requirements/quality.txt
pytest-django==4.12.0
pytest-django==4.14.0
# via -r requirements/quality.txt
python-discovery==1.5.1
python-discovery==1.5.2
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -364,11 +362,11 @@ snowballstemmer==3.1.1
# via
# -r requirements/quality.txt
# pydocstyle
sqlparse==0.5.5
sqlparse==0.6.0
# via
# -r requirements/quality.txt
# django
stevedore==5.9.0
stevedore==5.9.1
# via
# -r requirements/quality.txt
# code-annotations
Expand All @@ -387,21 +385,23 @@ tomlkit==0.15.1
# -r requirements/quality.txt
# edx-lint
# pylint
tox==4.58.0
tox==4.60.0
# via -r requirements/ci.txt
typing-extensions==4.16.0
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
# edx-opaque-keys
# tox
urllib3==2.7.0
# via
# -r requirements/quality.txt
# requests
virtualenv==21.7.1
virtualenv==21.7.4
# via
# -r requirements/ci.txt
# tox
wheel==0.47.0
wheel==0.48.0
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down
Loading