Skip to content

Commit 470aaf8

Browse files
committed
ran make upgrade and removed django 4.2 references
1 parent f3566ac commit 470aaf8

12 files changed

Lines changed: 190 additions & 214 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
matrix:
1818
os: [ubuntu-latest]
1919
python-version: ['3.12']
20-
toxenv: [docs, quality, django42, django52]
20+
toxenv: [docs, quality, django52]
2121

2222
steps:
2323
- uses: actions/checkout@v6

CHANGELOG.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ Change Log
1414
Unreleased
1515
----------
1616

17+
* Dropped Django 4.2 support; bumped ddtrace 3→4, opentelemetry-api 1.37→1.40, isort 6→8, pylint 3→4, wrapt 1→2
18+
1719
8.0.1 - 2025-09-29
1820
------------------
1921
* Stop using deprecated newrelic function calls that were removed in newrelic 11.0.0 (use newer names instead)

requirements/base.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.11
2+
# This file is autogenerated by pip-compile with Python 3.12
33
# by the following command:
44
#
55
# make upgrade
66
#
7-
asgiref==3.10.0
7+
asgiref==3.11.1
88
# via django
99
cffi==2.0.0
1010
# via pynacl
11-
click==8.3.0
11+
click==8.3.1
1212
# via -r requirements/base.in
13-
django==4.2.25
13+
django==5.2.12
1414
# via
1515
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
1616
# -r requirements/base.in
@@ -20,13 +20,13 @@ django-crum==0.7.9
2020
# via -r requirements/base.in
2121
django-waffle==5.0.0
2222
# via -r requirements/base.in
23-
psutil==7.1.0
23+
psutil==7.2.2
2424
# via -r requirements/base.in
25-
pycparser==2.23
25+
pycparser==3.0
2626
# via cffi
27-
pynacl==1.6.0
27+
pynacl==1.6.2
2828
# via -r requirements/base.in
29-
sqlparse==0.5.3
29+
sqlparse==0.5.5
3030
# via django
31-
stevedore==5.5.0
31+
stevedore==5.7.0
3232
# via -r requirements/base.in

requirements/ci.txt

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,38 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.11
2+
# This file is autogenerated by pip-compile with Python 3.12
33
# by the following command:
44
#
55
# make upgrade
66
#
7-
cachetools==6.2.0
8-
# via tox
9-
chardet==5.2.0
7+
cachetools==7.0.5
108
# via tox
119
colorama==0.4.6
1210
# via tox
1311
distlib==0.4.0
1412
# via virtualenv
15-
filelock==3.19.1
13+
filelock==3.25.2
1614
# via
15+
# python-discovery
1716
# tox
1817
# virtualenv
19-
packaging==25.0
18+
packaging==26.0
2019
# via
2120
# pyproject-api
2221
# tox
23-
platformdirs==4.4.0
22+
platformdirs==4.9.4
2423
# via
24+
# python-discovery
2525
# tox
2626
# virtualenv
2727
pluggy==1.6.0
2828
# via tox
29-
pyproject-api==1.9.1
29+
pyproject-api==1.10.0
30+
# via tox
31+
python-discovery==1.2.0
32+
# via virtualenv
33+
tomli-w==1.2.0
3034
# via tox
31-
tox==4.30.3
35+
tox==4.50.3
3236
# via -r requirements/ci.in
33-
virtualenv==20.34.0
37+
virtualenv==21.2.0
3438
# via tox

0 commit comments

Comments
 (0)