Skip to content

Commit 6bb6b52

Browse files
edx-requirements-botAgrendalath
authored andcommitted
chore: Upgrade Python requirements
1 parent f575b67 commit 6bb6b52

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

requirements/base.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ appdirs==1.4.4
88
# via fs
99
asgiref==3.10.0
1010
# via django
11-
boto3==1.40.45
11+
boto3==1.40.50
1212
# via fs-s3fs
13-
botocore==1.40.45
13+
botocore==1.40.50
1414
# via
1515
# boto3
1616
# s3transfer

requirements/ci.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,31 +4,31 @@
44
#
55
# make upgrade
66
#
7-
cachetools==6.2.0
7+
cachetools==6.2.1
88
# via tox
99
chardet==5.2.0
1010
# via tox
1111
colorama==0.4.6
1212
# via tox
1313
distlib==0.4.0
1414
# via virtualenv
15-
filelock==3.19.1
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.4.0
23+
platformdirs==4.5.0
2424
# via
2525
# tox
2626
# virtualenv
2727
pluggy==1.6.0
2828
# via tox
29-
pyproject-api==1.9.1
29+
pyproject-api==1.10.0
3030
# via tox
31-
tox==4.30.3
31+
tox==4.31.0
3232
# via -r requirements/ci.in
33-
virtualenv==20.34.0
33+
virtualenv==20.35.3
3434
# via tox

requirements/test.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ astroid==3.3.11
2020
# pylint-celery
2121
binaryornot==0.4.4
2222
# via cookiecutter
23-
boto3==1.40.45
23+
boto3==1.40.50
2424
# via
2525
# -r requirements/base.txt
2626
# fs-s3fs
27-
botocore==1.40.45
27+
botocore==1.40.50
2828
# via
2929
# -r requirements/base.txt
3030
# boto3
@@ -74,7 +74,7 @@ fs-s3fs==1.1.1
7474
# -r requirements/base.txt
7575
# openedx-django-pyfs
7676
# xblock-sdk
77-
idna==3.10
77+
idna==3.11
7878
# via requests
7979
iniconfig==2.1.0
8080
# via pytest
@@ -127,7 +127,7 @@ parsel==1.6.0
127127
# via
128128
# -c requirements/constraints.txt
129129
# -r requirements/base.txt
130-
platformdirs==4.4.0
130+
platformdirs==4.5.0
131131
# via pylint
132132
pluggy==1.6.0
133133
# via
@@ -187,7 +187,7 @@ requests==2.32.5
187187
# via
188188
# cookiecutter
189189
# xblock-sdk
190-
rich==14.1.0
190+
rich==14.2.0
191191
# via cookiecutter
192192
s3transfer==0.14.0
193193
# via
@@ -216,7 +216,7 @@ text-unidecode==1.3
216216
# via python-slugify
217217
tomlkit==0.13.3
218218
# via pylint
219-
types-python-dateutil==2.9.0.20250822
219+
types-python-dateutil==2.9.0.20251008
220220
# via arrow
221221
urllib3==2.5.0
222222
# via

0 commit comments

Comments
 (0)