Skip to content

Commit f210edb

Browse files
edx-requirements-botAgrendalath
authored andcommitted
chore: Upgrade Python requirements
1 parent 1825348 commit f210edb

File tree

4 files changed

+69
-65
lines changed

4 files changed

+69
-65
lines changed

requirements/base.txt

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ appdirs==1.4.4
88
# via fs
99
asgiref==3.8.1
1010
# via django
11-
boto3==1.35.15
11+
boto3==1.36.26
1212
# via fs-s3fs
13-
botocore==1.35.15
13+
botocore==1.36.26
1414
# via
1515
# boto3
1616
# s3transfer
1717
cssselect==1.2.0
1818
# via parsel
19-
django==4.2.16
19+
django==4.2.19
2020
# via
2121
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
2222
# openedx-django-pyfs
@@ -33,13 +33,13 @@ jmespath==1.0.1
3333
# botocore
3434
lazy==1.6
3535
# via xblock
36-
lxml==5.3.0
36+
lxml==5.3.1
3737
# via
3838
# parsel
3939
# xblock
40-
mako==1.3.5
40+
mako==1.3.9
4141
# via xblock
42-
markupsafe==2.1.5
42+
markupsafe==3.0.2
4343
# via
4444
# mako
4545
# xblock
@@ -53,31 +53,33 @@ python-dateutil==2.9.0.post0
5353
# via
5454
# botocore
5555
# xblock
56-
pytz==2024.1
56+
pytz==2025.1
5757
# via xblock
5858
pyyaml==6.0.2
5959
# via xblock
60-
s3transfer==0.10.2
60+
s3transfer==0.11.2
6161
# via boto3
62-
simplejson==3.19.3
62+
simplejson==3.20.1
6363
# via xblock
64-
six==1.16.0
64+
six==1.17.0
6565
# via
6666
# fs
6767
# fs-s3fs
6868
# parsel
6969
# python-dateutil
70-
sqlparse==0.5.1
70+
sqlparse==0.5.3
7171
# via django
72-
urllib3==2.2.2
73-
# via botocore
74-
w3lib==2.2.1
72+
urllib3==2.2.3
73+
# via
74+
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
75+
# botocore
76+
w3lib==2.3.1
7577
# via parsel
7678
web-fragments==2.2.0
7779
# via xblock
78-
webob==1.8.8
80+
webob==1.8.9
7981
# via xblock
80-
xblock[django]==5.1.0
82+
xblock[django]==5.1.2
8183
# via -r requirements/base.in
8284

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

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.0
7+
cachetools==5.5.2
88
# via tox
99
chardet==5.2.0
1010
# via tox
1111
colorama==0.4.6
1212
# via tox
13-
distlib==0.3.8
13+
distlib==0.3.9
1414
# via virtualenv
15-
filelock==3.16.0
15+
filelock==3.17.0
1616
# via
1717
# tox
1818
# virtualenv
19-
packaging==24.1
19+
packaging==24.2
2020
# via
2121
# pyproject-api
2222
# tox
23-
platformdirs==4.3.2
23+
platformdirs==4.3.6
2424
# via
2525
# tox
2626
# virtualenv
2727
pluggy==1.5.0
2828
# via tox
29-
pyproject-api==1.7.1
29+
pyproject-api==1.9.0
3030
# via tox
31-
tox==4.18.1
31+
tox==4.24.1
3232
# via -r requirements/ci.in
33-
virtualenv==20.26.4
33+
virtualenv==20.29.2
3434
# via tox

requirements/pip.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@
44
#
55
# make upgrade
66
#
7-
wheel==0.44.0
7+
wheel==0.45.1
88
# via -r requirements/pip.in
99

1010
# The following packages are considered to be unsafe in a requirements file:
1111
pip==24.2
12-
# via -r requirements/pip.in
13-
setuptools==74.1.2
12+
# via
13+
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
14+
# -r requirements/pip.in
15+
setuptools==75.8.0
1416
# via -r requirements/pip.in

requirements/test.txt

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -14,56 +14,55 @@ asgiref==3.8.1
1414
# via
1515
# -r requirements/base.txt
1616
# django
17-
astroid==3.2.4
17+
astroid==3.3.8
1818
# via
1919
# pylint
2020
# pylint-celery
2121
binaryornot==0.4.4
2222
# via cookiecutter
23-
boto3==1.35.15
23+
boto3==1.36.26
2424
# via
2525
# -r requirements/base.txt
2626
# fs-s3fs
27-
botocore==1.35.15
27+
botocore==1.36.26
2828
# via
2929
# -r requirements/base.txt
3030
# boto3
3131
# s3transfer
32-
certifi==2024.8.30
32+
certifi==2025.1.31
3333
# via requests
3434
chardet==5.2.0
3535
# via binaryornot
36-
charset-normalizer==3.3.2
36+
charset-normalizer==3.4.1
3737
# via requests
38-
click==8.1.7
38+
click==8.1.8
3939
# via
4040
# click-log
4141
# code-annotations
4242
# cookiecutter
4343
# edx-lint
4444
click-log==0.4.0
4545
# via edx-lint
46-
code-annotations==1.8.0
46+
code-annotations==2.2.0
4747
# via edx-lint
4848
cookiecutter==2.6.0
4949
# via xblock-sdk
50-
coverage[toml]==7.6.1
50+
coverage[toml]==7.6.12
5151
# via
5252
# coverage
5353
# pytest-cov
5454
cssselect==1.2.0
5555
# via
5656
# -r requirements/base.txt
5757
# parsel
58-
dill==0.3.8
58+
dill==0.3.9
5959
# via pylint
60-
django==4.2.16
6160
# via
6261
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
6362
# -r requirements/base.txt
6463
# openedx-django-pyfs
6564
# xblock-sdk
66-
edx-lint==5.4.0
65+
edx-lint==5.6.0
6766
# via -r requirements/test.in
6867
fs==2.4.16
6968
# via
@@ -76,13 +75,13 @@ fs-s3fs==1.1.1
7675
# -r requirements/base.txt
7776
# openedx-django-pyfs
7877
# xblock-sdk
79-
idna==3.8
78+
idna==3.10
8079
# via requests
8180
iniconfig==2.0.0
8281
# via pytest
83-
isort==5.13.2
82+
isort==6.0.0
8483
# via pylint
85-
jinja2==3.1.4
84+
jinja2==3.1.5
8685
# via
8786
# code-annotations
8887
# cookiecutter
@@ -95,19 +94,19 @@ lazy==1.6
9594
# via
9695
# -r requirements/base.txt
9796
# xblock
98-
lxml==5.3.0
97+
lxml==5.3.1
9998
# via
10099
# -r requirements/base.txt
101100
# parsel
102101
# xblock
103102
# xblock-sdk
104-
mako==1.3.5
103+
mako==1.3.9
105104
# via
106105
# -r requirements/base.txt
107106
# xblock
108107
markdown-it-py==3.0.0
109108
# via rich
110-
markupsafe==2.1.5
109+
markupsafe==3.0.2
111110
# via
112111
# -r requirements/base.txt
113112
# jinja2
@@ -123,45 +122,45 @@ openedx-django-pyfs==3.7.0
123122
# via
124123
# -r requirements/base.txt
125124
# xblock
126-
packaging==24.1
125+
packaging==24.2
127126
# via pytest
128127
parsel==1.6.0
129128
# via
130129
# -c requirements/constraints.txt
131130
# -r requirements/base.txt
132-
pbr==6.1.0
131+
pbr==6.1.1
133132
# via stevedore
134-
platformdirs==4.3.2
133+
platformdirs==4.3.6
135134
# via pylint
136135
pluggy==1.5.0
137136
# via pytest
138137
pycodestyle==2.12.1
139138
# via -r requirements/test.in
140-
pygments==2.18.0
139+
pygments==2.19.1
141140
# via rich
142-
pylint==3.2.7
141+
pylint==3.3.4
143142
# via
144143
# edx-lint
145144
# pylint-celery
146145
# pylint-django
147146
# pylint-plugin-utils
148147
pylint-celery==0.3
149148
# via edx-lint
150-
pylint-django==2.5.5
149+
pylint-django==2.6.1
151150
# via edx-lint
152151
pylint-plugin-utils==0.8.2
153152
# via
154153
# pylint-celery
155154
# pylint-django
156155
pypng==0.20220715.0
157156
# via xblock-sdk
158-
pytest==8.3.2
157+
pytest==8.3.4
159158
# via
160159
# pytest-cov
161160
# pytest-django
162-
pytest-cov==5.0.0
161+
pytest-cov==6.0.0
163162
# via -r requirements/test.in
164-
pytest-django==4.9.0
163+
pytest-django==4.10.0
165164
# via -r requirements/test.in
166165
python-dateutil==2.9.0.post0
167166
# via
@@ -173,7 +172,7 @@ python-slugify==8.0.4
173172
# via
174173
# code-annotations
175174
# cookiecutter
176-
pytz==2024.1
175+
pytz==2025.1
177176
# via
178177
# -r requirements/base.txt
179178
# xblock
@@ -187,43 +186,44 @@ requests==2.32.3
187186
# via
188187
# cookiecutter
189188
# xblock-sdk
190-
rich==13.8.0
189+
rich==13.9.4
191190
# via cookiecutter
192-
s3transfer==0.10.2
191+
s3transfer==0.11.2
193192
# via
194193
# -r requirements/base.txt
195194
# boto3
196-
simplejson==3.19.3
195+
simplejson==3.20.1
197196
# via
198197
# -r requirements/base.txt
199198
# xblock
200199
# xblock-sdk
201-
six==1.16.0
200+
six==1.17.0
202201
# via
203202
# -r requirements/base.txt
204203
# edx-lint
205204
# fs
206205
# fs-s3fs
207206
# parsel
208207
# python-dateutil
209-
sqlparse==0.5.1
208+
sqlparse==0.5.3
210209
# via
211210
# -r requirements/base.txt
212211
# django
213-
stevedore==5.3.0
212+
stevedore==5.4.1
214213
# via code-annotations
215214
text-unidecode==1.3
216215
# via python-slugify
217216
tomlkit==0.13.2
218217
# via pylint
219-
types-python-dateutil==2.9.0.20240906
218+
types-python-dateutil==2.9.0.20241206
220219
# via arrow
221-
urllib3==2.2.2
220+
urllib3==2.2.3
222221
# via
222+
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
223223
# -r requirements/base.txt
224224
# botocore
225225
# requests
226-
w3lib==2.2.1
226+
w3lib==2.3.1
227227
# via
228228
# -r requirements/base.txt
229229
# parsel
@@ -232,12 +232,12 @@ web-fragments==2.2.0
232232
# -r requirements/base.txt
233233
# xblock
234234
# xblock-sdk
235-
webob==1.8.8
235+
webob==1.8.9
236236
# via
237237
# -r requirements/base.txt
238238
# xblock
239239
# xblock-sdk
240-
xblock[django]==5.1.0
240+
xblock[django]==5.1.2
241241
# via
242242
# -r requirements/base.txt
243243
# xblock

0 commit comments

Comments
 (0)