Skip to content

Commit 730b963

Browse files
authored
Merge pull request #534 from openedx/repo-tools/upgrade-python-requirements-7d0f5e1
chore: Upgrade Python requirements
2 parents 7d0f5e1 + c27dd8c commit 730b963

File tree

6 files changed

+24
-32
lines changed

6 files changed

+24
-32
lines changed

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ six==1.17.0
165165
# python-dateutil
166166
sqlparse==0.5.5
167167
# via django
168-
stevedore==5.6.0
168+
stevedore==5.7.0
169169
# via
170170
# edx-django-utils
171171
# edx-opaque-keys

requirements/ci.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,29 +6,29 @@
66
#
77
cachetools==7.0.1
88
# via tox
9-
chardet==5.2.0
9+
chardet==6.0.0.post1
1010
# via tox
1111
colorama==0.4.6
1212
# via tox
1313
distlib==0.4.0
1414
# via virtualenv
15-
filelock==3.24.1
15+
filelock==3.24.3
1616
# via
1717
# tox
1818
# virtualenv
1919
packaging==26.0
2020
# via
2121
# pyproject-api
2222
# tox
23-
platformdirs==4.9.1
23+
platformdirs==4.9.2
2424
# via
2525
# tox
2626
# virtualenv
2727
pluggy==1.6.0
2828
# via tox
2929
pyproject-api==1.10.0
3030
# via tox
31-
tox==4.36.0
31+
tox==4.44.0
3232
# via -r requirements/ci.in
33-
virtualenv==20.36.1
33+
virtualenv==20.38.0
3434
# via tox

requirements/common_constraints.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,3 @@
1717
# elastic search changelog: https://www.elastic.co/guide/en/enterprise-search/master/release-notes-7.14.0.html
1818
# See https://github.com/openedx/edx-platform/issues/35126 for more info
1919
elasticsearch<7.14.0
20-
21-
# pip 26 is incompatible with pip-tools hence causing failures during the build process
22-
# Make upgrade command and all requirements upgrade jobs are broken due to this.
23-
# The constraint can be removed once a release (pip-tools > 7.5.2) is available with support for pip 26
24-
# Issue to track this dependency and unpin later on: https://github.com/jazzband/pip-tools/issues/2319
25-
pip<26.0

requirements/pip.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ wheel==0.46.3
1010
# via -r requirements/pip.in
1111

1212
# The following packages are considered to be unsafe in a requirements file:
13-
pip==25.3
14-
# via
15-
# -c requirements/common_constraints.txt
16-
# -r requirements/pip.in
13+
pip==26.0.1
14+
# via -r requirements/pip.in
1715
setuptools==82.0.0
1816
# via -r requirements/pip.in

requirements/quality.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ cffi==2.0.0
4747
# -r requirements/test.txt
4848
# cryptography
4949
# pynacl
50-
chardet==5.2.0
50+
chardet==6.0.0.post1
5151
# via
5252
# -r requirements/test.txt
5353
# diff-cover
@@ -202,7 +202,7 @@ faker==40.4.0
202202
# via
203203
# -r requirements/test.txt
204204
# factory-boy
205-
filelock==3.24.1
205+
filelock==3.24.3
206206
# via
207207
# -r requirements/test.txt
208208
# tox
@@ -225,7 +225,7 @@ iniconfig==2.3.0
225225
# via
226226
# -r requirements/test.txt
227227
# pytest
228-
isort==7.0.0
228+
isort==8.0.0
229229
# via
230230
# -r requirements/test.txt
231231
# pylint
@@ -282,7 +282,7 @@ path-py==12.5.0
282282
# -r requirements/test.txt
283283
pep8==1.7.1
284284
# via -r requirements/test.txt
285-
platformdirs==4.9.1
285+
platformdirs==4.9.2
286286
# via
287287
# -r requirements/test.txt
288288
# pylint
@@ -328,7 +328,7 @@ pyjwt[crypto]==2.11.0
328328
# -r requirements/test.txt
329329
# drf-jwt
330330
# edx-drf-extensions
331-
pylint==4.0.4
331+
pylint==4.0.5
332332
# via
333333
# -r requirements/quality.in
334334
# -r requirements/test.txt
@@ -421,7 +421,7 @@ sqlparse==0.5.5
421421
# -r requirements/base.txt
422422
# -r requirements/test.txt
423423
# django
424-
stevedore==5.6.0
424+
stevedore==5.7.0
425425
# via
426426
# -r requirements/base.txt
427427
# -r requirements/test.txt
@@ -436,7 +436,7 @@ tomlkit==0.14.0
436436
# via
437437
# -r requirements/test.txt
438438
# pylint
439-
tox==4.36.0
439+
tox==4.44.0
440440
# via -r requirements/test.txt
441441
typing-extensions==4.15.0
442442
# via
@@ -463,7 +463,7 @@ urllib3==1.26.20
463463
# -r requirements/test.txt
464464
# elasticsearch
465465
# requests
466-
virtualenv==20.36.1
466+
virtualenv==20.38.0
467467
# via
468468
# -r requirements/test.txt
469469
# tox

requirements/test.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ cffi==2.0.0
3838
# -r requirements/base.txt
3939
# cryptography
4040
# pynacl
41-
chardet==5.2.0
41+
chardet==6.0.0.post1
4242
# via
4343
# diff-cover
4444
# tox
@@ -149,7 +149,7 @@ factory-boy==3.3.3
149149
# via -r requirements/test.in
150150
faker==40.4.0
151151
# via factory-boy
152-
filelock==3.24.1
152+
filelock==3.24.3
153153
# via
154154
# tox
155155
# virtualenv
@@ -165,7 +165,7 @@ inflection==0.5.1
165165
# drf-spectacular
166166
iniconfig==2.3.0
167167
# via pytest
168-
isort==7.0.0
168+
isort==8.0.0
169169
# via pylint
170170
jinja2==3.1.6
171171
# via
@@ -205,7 +205,7 @@ path-py==12.5.0
205205
# via -r requirements/base.txt
206206
pep8==1.7.1
207207
# via -r requirements/test.in
208-
platformdirs==4.9.1
208+
platformdirs==4.9.2
209209
# via
210210
# pylint
211211
# tox
@@ -241,7 +241,7 @@ pyjwt[crypto]==2.11.0
241241
# -r requirements/base.txt
242242
# drf-jwt
243243
# edx-drf-extensions
244-
pylint==4.0.4
244+
pylint==4.0.5
245245
# via -r requirements/test.in
246246
pymongo==4.16.0
247247
# via
@@ -305,7 +305,7 @@ sqlparse==0.5.5
305305
# via
306306
# -r requirements/base.txt
307307
# django
308-
stevedore==5.6.0
308+
stevedore==5.7.0
309309
# via
310310
# -r requirements/base.txt
311311
# code-annotations
@@ -315,7 +315,7 @@ text-unidecode==1.3
315315
# via python-slugify
316316
tomlkit==0.14.0
317317
# via pylint
318-
tox==4.36.0
318+
tox==4.44.0
319319
# via -r requirements/test.in
320320
typing-extensions==4.15.0
321321
# via
@@ -338,7 +338,7 @@ urllib3==1.26.20
338338
# -r requirements/base.txt
339339
# elasticsearch
340340
# requests
341-
virtualenv==20.36.1
341+
virtualenv==20.38.0
342342
# via tox
343343

344344
# The following packages are considered to be unsafe in a requirements file:

0 commit comments

Comments
 (0)