Skip to content

Commit 6bf20d2

Browse files
chore: Upgrade Python requirements (#539)
1 parent 0b4d251 commit 6bf20d2

6 files changed

Lines changed: 26 additions & 26 deletions

File tree

requirements/base.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
@@ -10,7 +10,7 @@ asgiref==3.11.1
1010
# via
1111
# django
1212
# django-cors-headers
13-
attrs==25.4.0
13+
attrs==26.1.0
1414
# via
1515
# jsonschema
1616
# referencing
@@ -60,7 +60,7 @@ django-waffle==5.0.0
6060
# via
6161
# edx-django-utils
6262
# edx-drf-extensions
63-
djangorestframework==3.16.1
63+
djangorestframework==3.17.0
6464
# via
6565
# -r requirements/base.in
6666
# django-elasticsearch-dsl-drf

requirements/ci.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
@@ -28,11 +28,11 @@ pluggy==1.6.0
2828
# via tox
2929
pyproject-api==1.10.0
3030
# via tox
31-
python-discovery==1.1.3
31+
python-discovery==1.2.0
3232
# via virtualenv
3333
tomli-w==1.2.0
3434
# via tox
35-
tox==4.49.1
35+
tox==4.50.3
3636
# via -r requirements/ci.in
3737
virtualenv==21.2.0
3838
# via tox

requirements/pip-tools.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

requirements/pip.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

requirements/quality.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
@@ -20,7 +20,7 @@ astroid==4.0.4
2020
# -r requirements/test.txt
2121
# pylint
2222
# pylint-celery
23-
attrs==25.4.0
23+
attrs==26.1.0
2424
# via
2525
# -r requirements/base.txt
2626
# -r requirements/test.txt
@@ -47,7 +47,7 @@ cffi==2.0.0
4747
# -r requirements/test.txt
4848
# cryptography
4949
# pynacl
50-
chardet==7.1.0
50+
chardet==7.2.0
5151
# via
5252
# -r requirements/test.txt
5353
# diff-cover
@@ -66,7 +66,7 @@ click==8.3.1
6666
# edx-lint
6767
click-log==0.4.0
6868
# via edx-lint
69-
code-annotations==2.3.2
69+
code-annotations==3.0.0
7070
# via
7171
# -r requirements/quality.in
7272
# -r requirements/test.txt
@@ -75,7 +75,7 @@ colorama==0.4.6
7575
# via
7676
# -r requirements/test.txt
7777
# tox
78-
coverage[toml]==7.13.4
78+
coverage[toml]==7.13.5
7979
# via
8080
# -r requirements/test.txt
8181
# pytest-cov
@@ -140,7 +140,7 @@ django-waffle==5.0.0
140140
# -r requirements/test.txt
141141
# edx-django-utils
142142
# edx-drf-extensions
143-
djangorestframework==3.16.1
143+
djangorestframework==3.17.0
144144
# via
145145
# -r requirements/base.txt
146146
# -r requirements/test.txt
@@ -364,7 +364,7 @@ pytest==9.0.2
364364
# -r requirements/test.txt
365365
# pytest-cov
366366
# pytest-django
367-
pytest-cov==7.0.0
367+
pytest-cov==7.1.0
368368
# via -r requirements/test.txt
369369
pytest-django==4.12.0
370370
# via -r requirements/test.txt
@@ -373,7 +373,7 @@ python-dateutil==2.9.0.post0
373373
# -r requirements/base.txt
374374
# -r requirements/test.txt
375375
# elasticsearch-dsl
376-
python-discovery==1.1.3
376+
python-discovery==1.2.0
377377
# via
378378
# -r requirements/test.txt
379379
# virtualenv
@@ -445,7 +445,7 @@ tomlkit==0.14.0
445445
# via
446446
# -r requirements/test.txt
447447
# pylint
448-
tox==4.49.1
448+
tox==4.50.3
449449
# via -r requirements/test.txt
450450
typing-extensions==4.15.0
451451
# via

requirements/test.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
@@ -17,7 +17,7 @@ astroid==4.0.4
1717
# via
1818
# -r requirements/test.in
1919
# pylint
20-
attrs==25.4.0
20+
attrs==26.1.0
2121
# via
2222
# -r requirements/base.txt
2323
# jsonschema
@@ -38,7 +38,7 @@ cffi==2.0.0
3838
# -r requirements/base.txt
3939
# cryptography
4040
# pynacl
41-
chardet==7.1.0
41+
chardet==7.2.0
4242
# via diff-cover
4343
charset-normalizer==3.4.6
4444
# via
@@ -49,11 +49,11 @@ click==8.3.1
4949
# -r requirements/base.txt
5050
# code-annotations
5151
# edx-django-utils
52-
code-annotations==2.3.2
52+
code-annotations==3.0.0
5353
# via -r requirements/test.in
5454
colorama==0.4.6
5555
# via tox
56-
coverage[toml]==7.13.4
56+
coverage[toml]==7.13.5
5757
# via
5858
# -r requirements/test.in
5959
# pytest-cov
@@ -103,7 +103,7 @@ django-waffle==5.0.0
103103
# -r requirements/base.txt
104104
# edx-django-utils
105105
# edx-drf-extensions
106-
djangorestframework==3.16.1
106+
djangorestframework==3.17.0
107107
# via
108108
# -r requirements/base.txt
109109
# django-elasticsearch-dsl-drf
@@ -258,15 +258,15 @@ pytest==9.0.2
258258
# -r requirements/test.in
259259
# pytest-cov
260260
# pytest-django
261-
pytest-cov==7.0.0
261+
pytest-cov==7.1.0
262262
# via -r requirements/test.in
263263
pytest-django==4.12.0
264264
# via -r requirements/test.in
265265
python-dateutil==2.9.0.post0
266266
# via
267267
# -r requirements/base.txt
268268
# elasticsearch-dsl
269-
python-discovery==1.1.3
269+
python-discovery==1.2.0
270270
# via virtualenv
271271
python-slugify==8.0.4
272272
# via code-annotations
@@ -319,7 +319,7 @@ tomli-w==1.2.0
319319
# via tox
320320
tomlkit==0.14.0
321321
# via pylint
322-
tox==4.49.1
322+
tox==4.50.3
323323
# via -r requirements/test.in
324324
typing-extensions==4.15.0
325325
# via

0 commit comments

Comments
 (0)