Skip to content

Commit c1538ab

Browse files
chore: Upgrade Python requirements
1 parent 60739c4 commit c1538ab

File tree

10 files changed

+450
-461
lines changed

10 files changed

+450
-461
lines changed

requirements/base.txt

Lines changed: 31 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66
#
77
amqp==5.3.1
88
# via kombu
9-
asgiref==3.8.1
9+
asgiref==3.10.0
1010
# via django
11-
billiard==4.2.1
11+
billiard==4.2.2
1212
# via celery
13-
celery==5.5.2
13+
celery==5.5.3
1414
# via
15-
# -c constraints.txt
15+
# -c requirements/constraints.txt
1616
# edx-celeryutils
17-
cffi==1.17.1
17+
cffi==2.0.0
1818
# via pynacl
19-
click==8.1.8
19+
click==8.3.0
2020
# via
2121
# celery
2222
# click-didyoumean
@@ -25,14 +25,14 @@ click==8.1.8
2525
# edx-django-utils
2626
click-didyoumean==0.3.1
2727
# via celery
28-
click-plugins==1.1.1
28+
click-plugins==1.1.1.2
2929
# via celery
3030
click-repl==0.3.0
3131
# via celery
32-
django==4.2.21
32+
django==4.2.25
3333
# via
34-
# -c common_constraints.txt
35-
# -r base.in
34+
# -c requirements/common_constraints.txt
35+
# -r requirements/base.in
3636
# django-crum
3737
# django-model-utils
3838
# django-waffle
@@ -42,45 +42,43 @@ django==4.2.21
4242
# jsonfield
4343
django-crum==0.7.9
4444
# via
45-
# -r base.in
45+
# -r requirements/base.in
4646
# edx-django-utils
4747
django-model-utils==5.0.0
4848
# via
49-
# -r base.in
49+
# -r requirements/base.in
5050
# edx-celeryutils
51-
django-waffle==4.2.0
51+
django-waffle==5.0.0
5252
# via edx-django-utils
53-
djangorestframework==3.16.0
54-
# via -r base.in
55-
edx-celeryutils==1.3.0
56-
# via -r base.in
57-
edx-django-utils==7.4.0
58-
# via -r base.in
59-
jsonfield==3.1.0
53+
djangorestframework==3.16.1
54+
# via -r requirements/base.in
55+
edx-celeryutils==1.4.0
56+
# via -r requirements/base.in
57+
edx-django-utils==8.0.1
58+
# via -r requirements/base.in
59+
jsonfield==3.2.0
6060
# via edx-celeryutils
61-
kombu==5.5.3
61+
kombu==5.5.4
6262
# via celery
63-
newrelic==10.11.0
64-
# via edx-django-utils
65-
pbr==6.1.1
66-
# via stevedore
67-
prompt-toolkit==3.0.51
63+
packaging==25.0
64+
# via kombu
65+
prompt-toolkit==3.0.52
6866
# via click-repl
69-
psutil==7.0.0
67+
psutil==7.1.0
7068
# via edx-django-utils
71-
pycparser==2.22
69+
pycparser==2.23
7270
# via cffi
73-
pynacl==1.5.0
71+
pynacl==1.6.0
7472
# via edx-django-utils
7573
python-dateutil==2.9.0.post0
7674
# via celery
77-
simplejson==3.20.1
78-
# via -r base.in
75+
simplejson==3.20.2
76+
# via -r requirements/base.in
7977
six==1.17.0
8078
# via python-dateutil
8179
sqlparse==0.5.3
8280
# via django
83-
stevedore==5.4.1
81+
stevedore==5.5.0
8482
# via edx-django-utils
8583
tzdata==2025.2
8684
# via kombu
@@ -89,8 +87,5 @@ vine==5.1.0
8987
# amqp
9088
# celery
9189
# kombu
92-
wcwidth==0.2.13
90+
wcwidth==0.2.14
9391
# via prompt-toolkit
94-
95-
# The following packages are considered to be unsafe in a requirements file:
96-
# setuptools

requirements/celery53.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
amqp==5.3.1
2-
billiard==4.2.1
3-
celery==5.5.2
4-
click==8.1.8
2+
billiard==4.2.2
3+
celery==5.5.3
4+
click==8.3.0
55
click-didyoumean==0.3.1
66
click-repl==0.3.0
7-
kombu==5.5.3
8-
prompt-toolkit==3.0.51
7+
kombu==5.5.4
8+
prompt-toolkit==3.0.52
99
vine==5.1.0

requirements/ci.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,31 +4,31 @@
44
#
55
# make upgrade
66
#
7-
cachetools==5.5.2
7+
cachetools==6.2.1
88
# via tox
99
chardet==5.2.0
1010
# via tox
1111
colorama==0.4.6
1212
# via tox
13-
distlib==0.3.9
13+
distlib==0.4.0
1414
# via virtualenv
15-
filelock==3.18.0
15+
filelock==3.20.0
1616
# via
1717
# tox
1818
# virtualenv
1919
packaging==25.0
2020
# via
2121
# pyproject-api
2222
# tox
23-
platformdirs==4.3.7
23+
platformdirs==4.5.0
2424
# via
2525
# tox
2626
# virtualenv
27-
pluggy==1.5.0
27+
pluggy==1.6.0
2828
# via tox
29-
pyproject-api==1.9.0
29+
pyproject-api==1.10.0
3030
# via tox
31-
tox==4.25.0
31+
tox==4.31.0
3232
# via -r requirements/ci.in
33-
virtualenv==20.30.0
33+
virtualenv==20.35.3
3434
# via tox

requirements/common_constraints.txt

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,3 @@ Django<5.0
1818
# elastic search changelog: https://www.elastic.co/guide/en/enterprise-search/master/release-notes-7.14.0.html
1919
# See https://github.com/openedx/edx-platform/issues/35126 for more info
2020
elasticsearch<7.14.0
21-
22-
# django-simple-history>3.0.0 adds indexing and causes a lot of migrations to be affected
23-
django-simple-history==3.0.0
24-
25-
# Cause: https://github.com/openedx/edx-lint/issues/458
26-
# This can be unpinned once https://github.com/openedx/edx-lint/issues/459 has been resolved.
27-
pip<24.3
28-
29-
# Cause: https://github.com/openedx/edx-lint/issues/475
30-
# This can be unpinned once https://github.com/openedx/edx-lint/issues/476 has been resolved.
31-
urllib3<2.3.0

0 commit comments

Comments
 (0)