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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
matrix:
os: [ubuntu-latest]
python-version: ['3.12']
toxenv: [docs, quality, django42, django52]
toxenv: [docs, quality, django52]

steps:
- uses: actions/checkout@v6
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ Change Log
Unreleased
----------

* Dropped Django 4.2 support; bumped ddtrace 3→4, opentelemetry-api 1.37→1.40, isort 6→8, pylint 3→4, wrapt 1→2

8.0.1 - 2025-09-29
------------------
* Stop using deprecated newrelic function calls that were removed in newrelic 11.0.0 (use newer names instead)
Expand Down
16 changes: 8 additions & 8 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
# make upgrade
#
asgiref==3.10.0
asgiref==3.11.1
# via django
cffi==2.0.0
# via pynacl
click==8.3.0
click==8.3.1
# via -r requirements/base.in
django==4.2.25
django==5.2.12
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
Expand All @@ -20,13 +20,13 @@ django-crum==0.7.9
# via -r requirements/base.in
django-waffle==5.0.0
# via -r requirements/base.in
psutil==7.1.0
psutil==7.2.2
# via -r requirements/base.in
pycparser==2.23
pycparser==3.0
# via cffi
pynacl==1.6.0
pynacl==1.6.2
# via -r requirements/base.in
sqlparse==0.5.3
sqlparse==0.5.5
# via django
stevedore==5.5.0
stevedore==5.7.0
# via -r requirements/base.in
22 changes: 13 additions & 9 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,35 @@
#
# make upgrade
#
cachetools==6.2.0
# via tox
chardet==5.2.0
cachetools==7.0.5
# via tox
colorama==0.4.6
# via tox
distlib==0.4.0
# via virtualenv
filelock==3.19.1
filelock==3.25.2
# via
# python-discovery
# tox
# virtualenv
packaging==25.0
packaging==26.0
# via
# pyproject-api
# tox
platformdirs==4.4.0
platformdirs==4.9.4
# via
# python-discovery
# tox
# virtualenv
pluggy==1.6.0
# via tox
pyproject-api==1.9.1
pyproject-api==1.10.0
# via tox
python-discovery==1.2.0
# via virtualenv
tomli-w==1.2.0
# via tox
tox==4.30.3
tox==4.50.3
# via -r requirements/ci.in
virtualenv==20.34.0
virtualenv==21.2.0
# via tox
Loading