Skip to content

Commit 545d18c

Browse files
authored
Merge pull request #206 from openedx/repo-tools/upgrade-python-requirements-7bdb88f
chore: Upgrade Python requirements
2 parents 7bdb88f + 43ff879 commit 545d18c

8 files changed

Lines changed: 44 additions & 39 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.12
2+
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
55
# make upgrade
@@ -18,7 +18,7 @@ certifi==2026.2.25
1818
# via requests
1919
cffi==2.0.0
2020
# via pynacl
21-
charset-normalizer==3.4.5
21+
charset-normalizer==3.4.6
2222
# via requests
2323
click==8.3.1
2424
# via
@@ -161,7 +161,7 @@ vine==5.1.0
161161
# kombu
162162
wcwidth==0.6.0
163163
# via prompt-toolkit
164-
web-fragments==3.1.0
164+
web-fragments==4.0.0
165165
# via
166166
# -r requirements/base.in
167167
# xblock

requirements/ci.txt

Lines changed: 6 additions & 6 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.12
2+
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
55
# make upgrade
66
#
7-
cachetools==7.0.4
7+
cachetools==7.0.5
88
# via tox
99
colorama==0.4.6
1010
# via tox
1111
distlib==0.4.0
1212
# via virtualenv
13-
filelock==3.25.0
13+
filelock==3.25.2
1414
# via
1515
# python-discovery
1616
# tox
@@ -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.1
31+
python-discovery==1.1.3
3232
# via virtualenv
3333
tomli-w==1.2.0
3434
# via tox
35-
tox==4.49.0
35+
tox==4.49.1
3636
# via -r requirements/ci.in
37-
virtualenv==21.1.0
37+
virtualenv==21.2.0
3838
# via tox

requirements/dev.txt

Lines changed: 12 additions & 12 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.12
2+
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
55
# make upgrade
@@ -25,15 +25,15 @@ billiard==4.2.4
2525
# via
2626
# -r requirements/quality.txt
2727
# celery
28-
black==26.3.0
28+
black==26.3.1
2929
# via
3030
# -r requirements/dev.in
3131
# -r requirements/quality.txt
3232
build==1.4.0
3333
# via
3434
# -r requirements/pip-tools.txt
3535
# pip-tools
36-
cachetools==7.0.4
36+
cachetools==7.0.5
3737
# via
3838
# -r requirements/ci.txt
3939
# tox
@@ -47,9 +47,9 @@ cffi==2.0.0
4747
# via
4848
# -r requirements/quality.txt
4949
# pynacl
50-
chardet==7.0.1
50+
chardet==7.1.0
5151
# via diff-cover
52-
charset-normalizer==3.4.5
52+
charset-normalizer==3.4.6
5353
# via
5454
# -r requirements/quality.txt
5555
# requests
@@ -145,17 +145,17 @@ edx-django-utils==8.0.1
145145
# via
146146
# -r requirements/quality.txt
147147
# edx-toggles
148-
edx-i18n-tools==1.9.0
148+
edx-i18n-tools==2.0.0
149149
# via -r requirements/dev.in
150-
edx-lint==5.6.0
150+
edx-lint==6.0.0
151151
# via -r requirements/quality.txt
152152
edx-opaque-keys[django]==3.1.0
153153
# via
154154
# -r requirements/quality.txt
155155
# openedx-filters
156156
edx-toggles==5.4.1
157157
# via -r requirements/quality.txt
158-
filelock==3.25.0
158+
filelock==3.25.2
159159
# via
160160
# -r requirements/ci.txt
161161
# python-discovery
@@ -337,7 +337,7 @@ python-dateutil==2.9.0.post0
337337
# -r requirements/quality.txt
338338
# celery
339339
# xblock
340-
python-discovery==1.1.1
340+
python-discovery==1.1.3
341341
# via
342342
# -r requirements/ci.txt
343343
# virtualenv
@@ -414,7 +414,7 @@ tomlkit==0.14.0
414414
# via
415415
# -r requirements/quality.txt
416416
# pylint
417-
tox==4.49.0
417+
tox==4.49.1
418418
# via -r requirements/ci.txt
419419
typing-extensions==4.15.0
420420
# via
@@ -439,15 +439,15 @@ vine==5.1.0
439439
# amqp
440440
# celery
441441
# kombu
442-
virtualenv==21.1.0
442+
virtualenv==21.2.0
443443
# via
444444
# -r requirements/ci.txt
445445
# tox
446446
wcwidth==0.6.0
447447
# via
448448
# -r requirements/quality.txt
449449
# prompt-toolkit
450-
web-fragments==3.1.0
450+
web-fragments==4.0.0
451451
# via
452452
# -r requirements/quality.txt
453453
# xblock

requirements/doc.txt

Lines changed: 12 additions & 7 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.12
2+
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
55
# make upgrade
@@ -24,6 +24,8 @@ babel==2.18.0
2424
# via
2525
# pydata-sphinx-theme
2626
# sphinx
27+
backports-tarfile==1.2.0
28+
# via jaraco-context
2729
beautifulsoup4==4.14.3
2830
# via pydata-sphinx-theme
2931
billiard==4.2.4
@@ -43,7 +45,7 @@ cffi==2.0.0
4345
# -r requirements/test.txt
4446
# cryptography
4547
# pynacl
46-
charset-normalizer==3.4.5
48+
charset-normalizer==3.4.6
4749
# via
4850
# -r requirements/test.txt
4951
# requests
@@ -143,6 +145,8 @@ idna==3.11
143145
# requests
144146
imagesize==2.0.0
145147
# via sphinx
148+
importlib-metadata==8.7.1
149+
# via keyring
146150
iniconfig==2.3.0
147151
# via
148152
# -r requirements/test.txt
@@ -209,7 +213,6 @@ packaging==26.0
209213
# -r requirements/test.txt
210214
# build
211215
# kombu
212-
# pydata-sphinx-theme
213216
# pytest
214217
# sphinx
215218
# twine
@@ -232,7 +235,7 @@ pycparser==3.0
232235
# via
233236
# -r requirements/test.txt
234237
# cffi
235-
pydata-sphinx-theme==0.15.4
238+
pydata-sphinx-theme==0.16.1
236239
# via sphinx-book-theme
237240
pygments==2.19.2
238241
# via
@@ -328,12 +331,12 @@ snowballstemmer==3.0.1
328331
# via sphinx
329332
soupsieve==2.8.3
330333
# via beautifulsoup4
331-
sphinx==9.1.0
334+
sphinx==9.0.4
332335
# via
333336
# -r requirements/doc.in
334337
# pydata-sphinx-theme
335338
# sphinx-book-theme
336-
sphinx-book-theme==1.1.4
339+
sphinx-book-theme==1.2.0
337340
# via -r requirements/doc.in
338341
sphinxcontrib-applehelp==2.0.0
339342
# via sphinx
@@ -397,7 +400,7 @@ wcwidth==0.6.0
397400
# via
398401
# -r requirements/test.txt
399402
# prompt-toolkit
400-
web-fragments==3.1.0
403+
web-fragments==4.0.0
401404
# via
402405
# -r requirements/test.txt
403406
# xblock
@@ -407,6 +410,8 @@ webob==1.8.9
407410
# xblock
408411
xblock==5.3.0
409412
# via -r requirements/test.txt
413+
zipp==3.23.0
414+
# via importlib-metadata
410415

411416
# The following packages are considered to be unsafe in a requirements file:
412417
# setuptools

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.12
2+
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
55
# make upgrade

requirements/pip.txt

Lines changed: 2 additions & 2 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.12
2+
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
55
# make upgrade
@@ -12,5 +12,5 @@ wheel==0.46.3
1212
# The following packages are considered to be unsafe in a requirements file:
1313
pip==26.0.1
1414
# via -r requirements/pip.in
15-
setuptools==82.0.0
15+
setuptools==82.0.1
1616
# via -r requirements/pip.in

requirements/quality.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.12
2+
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
55
# make upgrade
@@ -24,7 +24,7 @@ billiard==4.2.4
2424
# via
2525
# -r requirements/test.txt
2626
# celery
27-
black==26.3.0
27+
black==26.3.1
2828
# via -r requirements/quality.in
2929
celery==5.6.2
3030
# via -r requirements/test.txt
@@ -36,7 +36,7 @@ cffi==2.0.0
3636
# via
3737
# -r requirements/test.txt
3838
# pynacl
39-
charset-normalizer==3.4.5
39+
charset-normalizer==3.4.6
4040
# via
4141
# -r requirements/test.txt
4242
# requests
@@ -115,7 +115,7 @@ edx-django-utils==8.0.1
115115
# via
116116
# -r requirements/test.txt
117117
# edx-toggles
118-
edx-lint==5.6.0
118+
edx-lint==6.0.0
119119
# via -r requirements/quality.in
120120
edx-opaque-keys[django]==3.1.0
121121
# via
@@ -341,7 +341,7 @@ wcwidth==0.6.0
341341
# via
342342
# -r requirements/test.txt
343343
# prompt-toolkit
344-
web-fragments==3.1.0
344+
web-fragments==4.0.0
345345
# via
346346
# -r requirements/test.txt
347347
# xblock

requirements/test.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.12
2+
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
55
# make upgrade
@@ -30,7 +30,7 @@ cffi==2.0.0
3030
# via
3131
# -r requirements/base.txt
3232
# pynacl
33-
charset-normalizer==3.4.5
33+
charset-normalizer==3.4.6
3434
# via
3535
# -r requirements/base.txt
3636
# requests
@@ -275,7 +275,7 @@ wcwidth==0.6.0
275275
# via
276276
# -r requirements/base.txt
277277
# prompt-toolkit
278-
web-fragments==3.1.0
278+
web-fragments==4.0.0
279279
# via
280280
# -r requirements/base.txt
281281
# xblock

0 commit comments

Comments
 (0)