Skip to content

Commit dfffc96

Browse files
edx-requirements-botAgrendalath
authored andcommitted
chore: Upgrade Python requirements
1 parent 2dbbe3f commit dfffc96

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

requirements/base.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ appdirs==1.4.4
88
# via fs
99
asgiref==3.9.1
1010
# via django
11-
boto3==1.39.4
11+
boto3==1.39.9
1212
# via fs-s3fs
13-
botocore==1.39.4
13+
botocore==1.39.9
1414
# via
1515
# boto3
1616
# s3transfer
@@ -59,7 +59,7 @@ pytz==2025.2
5959
# via xblock
6060
pyyaml==6.0.2
6161
# via xblock
62-
s3transfer==0.13.0
62+
s3transfer==0.13.1
6363
# via boto3
6464
simplejson==3.20.1
6565
# via xblock

requirements/ci.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ 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
1515
filelock==3.18.0
1616
# via
@@ -28,7 +28,7 @@ pluggy==1.6.0
2828
# via tox
2929
pyproject-api==1.9.1
3030
# via tox
31-
tox==4.27.0
31+
tox==4.28.0
3232
# via -r requirements/ci.in
3333
virtualenv==20.31.2
3434
# via tox

requirements/test.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@ astroid==3.3.11
2020
# pylint-celery
2121
binaryornot==0.4.4
2222
# via cookiecutter
23-
boto3==1.39.4
23+
boto3==1.39.9
2424
# via
2525
# -r requirements/base.txt
2626
# fs-s3fs
27-
botocore==1.39.4
27+
botocore==1.39.9
2828
# via
2929
# -r requirements/base.txt
3030
# boto3
3131
# s3transfer
32-
certifi==2025.7.9
32+
certifi==2025.7.14
3333
# via requests
3434
chardet==5.2.0
3535
# via binaryornot
@@ -191,7 +191,7 @@ requests==2.32.4
191191
# xblock-sdk
192192
rich==14.0.0
193193
# via cookiecutter
194-
s3transfer==0.13.0
194+
s3transfer==0.13.1
195195
# via
196196
# -r requirements/base.txt
197197
# boto3

0 commit comments

Comments
 (0)