Skip to content

Commit de6e072

Browse files
chore: Upgrade Python requirements (#889)
1 parent e0e0611 commit de6e072

7 files changed

Lines changed: 32 additions & 27 deletions

File tree

requirements/ci.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ filelock==3.20.3
1818
# via
1919
# tox
2020
# virtualenv
21-
packaging==25.0
21+
packaging==26.0
2222
# via
2323
# pyproject-api
2424
# tox

requirements/dev.txt

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ astroid==4.0.3
1717
# -r requirements/test.txt
1818
# pylint
1919
# pylint-celery
20-
boto3==1.42.30
20+
boto3==1.42.34
2121
# via
2222
# -r requirements/test.txt
2323
# fs-s3fs
24-
botocore==1.42.30
24+
botocore==1.42.34
2525
# via
2626
# -r requirements/test.txt
2727
# boto3
@@ -71,7 +71,7 @@ ddt==1.7.2
7171
# via -r requirements/test.txt
7272
diff-cover==10.2.0
7373
# via -r requirements/test.txt
74-
dill==0.4.0
74+
dill==0.4.1
7575
# via
7676
# -r requirements/test.txt
7777
# pylint
@@ -108,7 +108,7 @@ fs-s3fs==1.1.1
108108
# via
109109
# -r requirements/test.txt
110110
# openedx-django-pyfs
111-
hypothesis==6.150.2
111+
hypothesis==6.150.3
112112
# via -r requirements/test.txt
113113
iniconfig==2.3.0
114114
# via
@@ -123,7 +123,7 @@ jinja2==3.1.6
123123
# -r requirements/test.txt
124124
# code-annotations
125125
# diff-cover
126-
jmespath==1.0.1
126+
jmespath==1.1.0
127127
# via
128128
# -r requirements/test.txt
129129
# boto3
@@ -147,7 +147,7 @@ mock==5.2.0
147147
# via -r requirements/test.txt
148148
openedx-django-pyfs==3.8.0
149149
# via -r requirements/test.txt
150-
packaging==25.0
150+
packaging==26.0
151151
# via
152152
# -r requirements/ci.txt
153153
# -r requirements/pip-tools.txt
@@ -156,6 +156,7 @@ packaging==25.0
156156
# pyproject-api
157157
# pytest
158158
# tox
159+
# wheel
159160
path==17.1.1
160161
# via -r requirements/test.txt
161162
pip-tools==7.5.2
@@ -294,7 +295,7 @@ web-fragments==3.1.0
294295
# via -r requirements/test.txt
295296
webob==1.8.9
296297
# via -r requirements/test.txt
297-
wheel==0.45.1
298+
wheel==0.46.3
298299
# via
299300
# -r requirements/pip-tools.txt
300301
# pip-tools

requirements/django.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ appdirs==1.4.4
1010
# fs
1111
asgiref==3.11.0
1212
# via django
13-
boto3==1.42.30
13+
boto3==1.42.34
1414
# via fs-s3fs
15-
botocore==1.42.30
15+
botocore==1.42.34
1616
# via
1717
# boto3
1818
# s3transfer
@@ -34,7 +34,7 @@ fs==2.4.16
3434
# openedx-django-pyfs
3535
fs-s3fs==1.1.1
3636
# via openedx-django-pyfs
37-
jmespath==1.0.1
37+
jmespath==1.1.0
3838
# via
3939
# boto3
4040
# botocore

requirements/doc.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ babel==2.17.0
2222
# sphinx
2323
beautifulsoup4==4.14.3
2424
# via pydata-sphinx-theme
25-
boto3==1.42.30
25+
boto3==1.42.34
2626
# via
2727
# -r requirements/django.txt
2828
# fs-s3fs
29-
botocore==1.42.30
29+
botocore==1.42.34
3030
# via
3131
# -r requirements/django.txt
3232
# boto3
@@ -65,7 +65,7 @@ imagesize==1.4.1
6565
# via sphinx
6666
jinja2==3.1.6
6767
# via sphinx
68-
jmespath==1.0.1
68+
jmespath==1.1.0
6969
# via
7070
# -r requirements/django.txt
7171
# boto3
@@ -85,7 +85,7 @@ mock==5.2.0
8585
# via -r requirements/doc.in
8686
openedx-django-pyfs==3.8.0
8787
# via -r requirements/django.txt
88-
packaging==25.0
88+
packaging==26.0
8989
# via
9090
# pydata-sphinx-theme
9191
# sphinx
@@ -126,7 +126,7 @@ six==1.17.0
126126
# python-dateutil
127127
snowballstemmer==3.0.1
128128
# via sphinx
129-
soupsieve==2.8.1
129+
soupsieve==2.8.3
130130
# via beautifulsoup4
131131
sphinx==9.0.4
132132
# via

requirements/pip-tools.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,17 @@ build==1.4.0
88
# via pip-tools
99
click==8.3.1
1010
# via pip-tools
11-
packaging==25.0
12-
# via build
11+
packaging==26.0
12+
# via
13+
# build
14+
# wheel
1315
pip-tools==7.5.2
1416
# via -r requirements/pip-tools.in
1517
pyproject-hooks==1.2.0
1618
# via
1719
# build
1820
# pip-tools
19-
wheel==0.45.1
21+
wheel==0.46.3
2022
# via pip-tools
2123

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

requirements/pip.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@
44
#
55
# make upgrade
66
#
7-
wheel==0.45.1
7+
packaging==26.0
8+
# via wheel
9+
wheel==0.46.3
810
# via -r requirements/pip.in
911

1012
# The following packages are considered to be unsafe in a requirements file:
1113
pip==25.3
1214
# via -r requirements/pip.in
13-
setuptools==80.9.0
15+
setuptools==80.10.1
1416
# via -r requirements/pip.in

requirements/test.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ astroid==4.0.3
1717
# -r requirements/test.in
1818
# pylint
1919
# pylint-celery
20-
boto3==1.42.30
20+
boto3==1.42.34
2121
# via
2222
# -r requirements/django.txt
2323
# fs-s3fs
24-
botocore==1.42.30
24+
botocore==1.42.34
2525
# via
2626
# -r requirements/django.txt
2727
# boto3
@@ -51,7 +51,7 @@ ddt==1.7.2
5151
# via -r requirements/test.in
5252
diff-cover==10.2.0
5353
# via -r requirements/test.in
54-
dill==0.4.0
54+
dill==0.4.1
5555
# via pylint
5656
distlib==0.4.0
5757
# via virtualenv
@@ -80,7 +80,7 @@ fs-s3fs==1.1.1
8080
# via
8181
# -r requirements/django.txt
8282
# openedx-django-pyfs
83-
hypothesis==6.150.2
83+
hypothesis==6.150.3
8484
# via -r requirements/test.in
8585
iniconfig==2.3.0
8686
# via pytest
@@ -90,7 +90,7 @@ jinja2==3.1.6
9090
# via
9191
# code-annotations
9292
# diff-cover
93-
jmespath==1.0.1
93+
jmespath==1.1.0
9494
# via
9595
# -r requirements/django.txt
9696
# boto3
@@ -112,7 +112,7 @@ mock==5.2.0
112112
# via -r requirements/test.in
113113
openedx-django-pyfs==3.8.0
114114
# via -r requirements/django.txt
115-
packaging==25.0
115+
packaging==26.0
116116
# via
117117
# pyproject-api
118118
# pytest

0 commit comments

Comments
 (0)