Skip to content

Commit 8f0b367

Browse files
chore: Upgrade Python requirements
1 parent ae2589b commit 8f0b367

8 files changed

Lines changed: 33 additions & 33 deletions

File tree

requirements/base.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/ci.txt

Lines changed: 4 additions & 4 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
@@ -8,7 +8,7 @@ cachetools==7.0.5
88
# via tox
99
colorama==0.4.6
1010
# via tox
11-
coverage==7.13.4
11+
coverage==7.13.5
1212
# via -r requirements/ci.in
1313
distlib==0.4.0
1414
# via virtualenv
@@ -30,11 +30,11 @@ pluggy==1.6.0
3030
# via tox
3131
pyproject-api==1.10.0
3232
# via tox
33-
python-discovery==1.1.3
33+
python-discovery==1.2.0
3434
# via virtualenv
3535
tomli-w==1.2.0
3636
# via tox
37-
tox==4.49.1
37+
tox==4.50.3
3838
# via -r requirements/ci.in
3939
virtualenv==21.2.0
4040
# via tox

requirements/dev.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,11 +17,11 @@ astroid==4.0.4
1717
# -r requirements/test.txt
1818
# pylint
1919
# pylint-celery
20-
boto3==1.42.68
20+
boto3==1.42.73
2121
# via
2222
# -r requirements/test.txt
2323
# fs-s3fs
24-
botocore==1.42.68
24+
botocore==1.42.73
2525
# via
2626
# -r requirements/test.txt
2727
# boto3
@@ -35,7 +35,7 @@ cachetools==7.0.5
3535
# -r requirements/ci.txt
3636
# -r requirements/test.txt
3737
# tox
38-
chardet==7.1.0
38+
chardet==7.2.0
3939
# via
4040
# -r requirements/test.txt
4141
# diff-cover
@@ -51,7 +51,7 @@ click-log==0.4.0
5151
# via
5252
# -r requirements/test.txt
5353
# edx-lint
54-
code-annotations==2.3.2
54+
code-annotations==3.0.0
5555
# via
5656
# -r requirements/test.txt
5757
# edx-lint
@@ -60,7 +60,7 @@ colorama==0.4.6
6060
# -r requirements/ci.txt
6161
# -r requirements/test.txt
6262
# tox
63-
coverage[toml]==7.13.4
63+
coverage[toml]==7.13.5
6464
# via
6565
# -r requirements/ci.txt
6666
# -r requirements/test.txt
@@ -222,15 +222,15 @@ pytest==9.0.2
222222
# -r requirements/test.txt
223223
# pytest-cov
224224
# pytest-django
225-
pytest-cov==7.0.0
225+
pytest-cov==7.1.0
226226
# via -r requirements/test.txt
227227
pytest-django==4.12.0
228228
# via -r requirements/test.txt
229229
python-dateutil==2.9.0.post0
230230
# via
231231
# -r requirements/test.txt
232232
# botocore
233-
python-discovery==1.1.3
233+
python-discovery==1.2.0
234234
# via
235235
# -r requirements/ci.txt
236236
# -r requirements/test.txt
@@ -284,7 +284,7 @@ tomlkit==0.14.0
284284
# via
285285
# -r requirements/test.txt
286286
# pylint
287-
tox==4.49.1
287+
tox==4.50.3
288288
# via
289289
# -r requirements/ci.txt
290290
# -r requirements/test.txt

requirements/django.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,9 +10,9 @@ appdirs==1.4.4
1010
# fs
1111
asgiref==3.11.1
1212
# via django
13-
boto3==1.42.68
13+
boto3==1.42.73
1414
# via fs-s3fs
15-
botocore==1.42.68
15+
botocore==1.42.73
1616
# via
1717
# boto3
1818
# s3transfer

requirements/doc.txt

Lines changed: 5 additions & 5 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
@@ -22,18 +22,18 @@ babel==2.18.0
2222
# sphinx
2323
beautifulsoup4==4.14.3
2424
# via pydata-sphinx-theme
25-
boto3==1.42.68
25+
boto3==1.42.73
2626
# via
2727
# -r requirements/django.txt
2828
# fs-s3fs
29-
botocore==1.42.68
29+
botocore==1.42.73
3030
# via
3131
# -r requirements/django.txt
3232
# boto3
3333
# s3transfer
3434
certifi==2026.2.25
3535
# via requests
36-
charset-normalizer==3.4.5
36+
charset-normalizer==3.4.6
3737
# via requests
3838
django==5.2.12
3939
# via
@@ -126,7 +126,7 @@ snowballstemmer==3.0.1
126126
# via sphinx
127127
soupsieve==2.8.3
128128
# via beautifulsoup4
129-
sphinx==9.0.4
129+
sphinx==9.1.0
130130
# via
131131
# -r requirements/doc.in
132132
# pydata-sphinx-theme

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/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,18 +17,18 @@ astroid==4.0.4
1717
# -r requirements/test.in
1818
# pylint
1919
# pylint-celery
20-
boto3==1.42.68
20+
boto3==1.42.73
2121
# via
2222
# -r requirements/django.txt
2323
# fs-s3fs
24-
botocore==1.42.68
24+
botocore==1.42.73
2525
# via
2626
# -r requirements/django.txt
2727
# boto3
2828
# s3transfer
2929
cachetools==7.0.5
3030
# via tox
31-
chardet==7.1.0
31+
chardet==7.2.0
3232
# via diff-cover
3333
click==8.3.1
3434
# via
@@ -37,11 +37,11 @@ click==8.3.1
3737
# edx-lint
3838
click-log==0.4.0
3939
# via edx-lint
40-
code-annotations==2.3.2
40+
code-annotations==3.0.0
4141
# via edx-lint
4242
colorama==0.4.6
4343
# via tox
44-
coverage[toml]==7.13.4
44+
coverage[toml]==7.13.5
4545
# via
4646
# -r requirements/test.in
4747
# pytest-cov
@@ -162,15 +162,15 @@ pytest==9.0.2
162162
# -r requirements/test.in
163163
# pytest-cov
164164
# pytest-django
165-
pytest-cov==7.0.0
165+
pytest-cov==7.1.0
166166
# via -r requirements/test.in
167167
pytest-django==4.12.0
168168
# via -r requirements/test.in
169169
python-dateutil==2.9.0.post0
170170
# via
171171
# -r requirements/django.txt
172172
# botocore
173-
python-discovery==1.1.3
173+
python-discovery==1.2.0
174174
# via virtualenv
175175
python-slugify==8.0.4
176176
# via code-annotations
@@ -210,7 +210,7 @@ tomli-w==1.2.0
210210
# via tox
211211
tomlkit==0.14.0
212212
# via pylint
213-
tox==4.49.1
213+
tox==4.50.3
214214
# via -r requirements/test.in
215215
typing-extensions==4.15.0
216216
# via

0 commit comments

Comments
 (0)