Skip to content
Open
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: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,13 @@ jobs:
node-version: ["20"]
toxenv:
[
"django42-drflatest",
"django52-drflatest",
"quality",
"pii_check",
"version_check",
"js_tests",
"js_lint",
"rst_validation",
"translations-django42",
"translations-django52",
]
steps:
Expand Down Expand Up @@ -58,7 +56,7 @@ jobs:
run: tox

- name: Run Coverage
if: matrix.python-version == '3.12' && matrix.toxenv == 'django42-drflatest'
if: matrix.python-version == '3.12' && matrix.toxenv == 'django52-drflatest'
uses: codecov/codecov-action@v4
with:
flags: unittests
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ Change Log

Unreleased
~~~~~~~~~~

* Dropped Django 4.2 support; bumped event-tracking 3→4.0.0, attrs, pyjwt

[5.2.1] - 2025-12-05
* Remove all references to Proctortrack

Expand Down
12 changes: 6 additions & 6 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ appdirs==1.4.4
# via fs
asgiref==3.11.1
# via django
attrs==25.4.0
attrs==26.1.0
# via openedx-events
billiard==4.2.4
# via celery
Expand All @@ -24,7 +24,7 @@ cffi==2.0.0
# via
# cryptography
# pynacl
charset-normalizer==3.4.5
charset-normalizer==3.4.6
# via requests
click==8.3.1
# via
Expand All @@ -41,7 +41,7 @@ click-plugins==1.1.1.2
# via celery
click-repl==0.3.0
# via celery
code-annotations==2.3.2
code-annotations==3.0.0
# via edx-toggles
cryptography==46.0.5
# via pyjwt
Expand Down Expand Up @@ -85,7 +85,7 @@ django-webpack-loader==0.7.0
# via
# -c requirements/constraints.txt
# -r requirements/base.in
djangorestframework==3.16.1
djangorestframework==3.17.0
# via
# -r requirements/base.in
# drf-jwt
Expand Down Expand Up @@ -121,7 +121,7 @@ edx-toggles==5.4.1
# via event-tracking
edx-when==3.2.1
# via -r requirements/base.in
event-tracking==3.3.0
event-tracking==4.0.0
# via -r requirements/base.in
fastavro==1.12.1
# via openedx-events
Expand Down Expand Up @@ -156,7 +156,7 @@ pycparser==3.0
# via cffi
pycryptodomex==3.23.0
# via -r requirements/base.in
pyjwt[crypto]==2.12.0
pyjwt[crypto]==2.12.1
# via
# -r requirements/base.in
# drf-jwt
Expand Down
6 changes: 3 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cachetools==7.0.5
# via tox
colorama==0.4.6
# via tox
coverage==7.13.4
coverage==7.13.5
# via -r requirements/ci.in
distlib==0.4.0
# via virtualenv
Expand All @@ -30,11 +30,11 @@ pluggy==1.6.0
# via tox
pyproject-api==1.10.0
# via tox
python-discovery==1.1.3
python-discovery==1.2.0
# via virtualenv
tomli-w==1.2.0
# via tox
tox==4.49.1
tox==4.50.3
# via -r requirements/ci.in
virtualenv==21.2.0
# via tox
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ astroid==4.0.4
# pylint-celery
cachetools==7.0.5
# via tox
chardet==7.1.0
chardet==7.3.0
# via diff-cover
click==8.3.1
# via
Expand All @@ -27,7 +27,7 @@ click==8.3.1
# typer
click-log==0.4.0
# via edx-lint
code-annotations==2.3.2
code-annotations==3.0.0
# via edx-lint
colorama==0.4.6
# via tox
Expand Down Expand Up @@ -129,7 +129,7 @@ pylint-plugin-utils==0.9.0
# pylint-django
pyproject-api==1.10.0
# via tox
python-discovery==1.1.3
python-discovery==1.2.0
# via virtualenv
python-slugify==8.0.4
# via code-annotations
Expand Down Expand Up @@ -159,7 +159,7 @@ tomli-w==1.2.0
# via tox
tomlkit==0.14.0
# via pylint
tox==4.49.1
tox==4.50.3
# via -r requirements/dev.in
typer==0.24.1
# via rstcheck
Expand Down
2 changes: 1 addition & 1 deletion requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ click==8.3.1
# typer
click-log==0.4.0
# via edx-lint
code-annotations==2.3.2
code-annotations==3.0.0
# via edx-lint
dill==0.4.1
# via pylint
Expand Down
16 changes: 8 additions & 8 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ appdirs==1.4.4
# via fs
asgiref==3.11.1
# via django
attrs==25.4.0
attrs==26.1.0
# via openedx-events
# via celery
# via
Expand All @@ -21,7 +21,7 @@ cffi==2.0.0
# via
# cryptography
# pynacl
charset-normalizer==3.4.5
charset-normalizer==3.4.6
# via requests
# via
# -c requirements/constraints.txt
Expand All @@ -35,11 +35,11 @@ charset-normalizer==3.4.5
click-plugins==1.1.1.2
# via celery
# via celery
code-annotations==2.3.2
code-annotations==3.0.0
# via
# -r requirements/test.in
# edx-toggles
coverage[toml]==7.13.4
coverage[toml]==7.13.5
# via pytest-cov
cryptography==46.0.5
# via pyjwt
Expand Down Expand Up @@ -122,13 +122,13 @@ edx-toggles==5.4.1
# via event-tracking
edx-when==3.2.1
# via -r requirements/base.in
event-tracking==3.3.0
event-tracking==4.0.0
# via -r requirements/base.in
execnet==2.1.2
# via pytest-xdist
factory-boy==3.3.3
# via -r requirements/test.in
faker==40.11.0
faker==40.11.1
# via factory-boy
fastavro==1.12.1
# via openedx-events
Expand Down Expand Up @@ -188,7 +188,7 @@ pycryptodomex==3.23.0
# via -r requirements/base.in
pygments==2.19.2
# via pytest
pyjwt[crypto]==2.12.0
pyjwt[crypto]==2.12.1
# via
# -r requirements/base.in
# drf-jwt
Expand All @@ -205,7 +205,7 @@ pytest==9.0.2
# pytest-cov
# pytest-django
# pytest-xdist
pytest-cov==7.0.0
pytest-cov==7.1.0
# via -r requirements/test.in
pytest-django==4.12.0
# via -r requirements/test.in
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ def is_requirement(line):
classifiers=[
'Development Status :: 4 - Beta',
'Framework :: Django',
'Framework :: Django :: 4.2',
'Framework :: Django :: 5.2',
'Intended Audience :: Developers',
'License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)',
Expand Down
7 changes: 2 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
[tox]
envlist =
py{311,312}-celery{50}-django{42,52}-drflatest
py{312}-celery{50}-django{52}-drflatest
quality,
version_check,
pii_check,
translations-django{42,52}
translations-django{52}

[testenv]
deps =
django42: Django>=4.2,<4.3
django52: Django>=5.2,<5.3
drflatest: djangorestframework
celery50: -r{toxinidir}/requirements/celery50.txt
Expand Down Expand Up @@ -66,7 +65,6 @@ allowlist_externals =
make
deps =
-r{toxinidir}/requirements/test.txt
django42: Django>=4.2,<4.3
django52: Django>=5.2,<5.3
commands =
make pii_check
Expand All @@ -75,7 +73,6 @@ commands =
allowlist_externals =
make
deps =
django42: Django>=4.2,<4.3
django52: Django>=5.2,<5.3
-rrequirements/test.txt
commands =
Expand Down