Skip to content

Commit e7a30be

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

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.8.1
1010
# via django
11-
boto3==1.36.26
11+
boto3==1.37.4
1212
# via fs-s3fs
13-
botocore==1.36.26
13+
botocore==1.37.4
1414
# via
1515
# boto3
1616
# s3transfer
@@ -57,7 +57,7 @@ pytz==2025.1
5757
# via xblock
5858
pyyaml==6.0.2
5959
# via xblock
60-
s3transfer==0.11.2
60+
s3transfer==0.11.3
6161
# via boto3
6262
simplejson==3.20.1
6363
# via xblock

requirements/pip.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ pip==24.2
1212
# via
1313
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
1414
# -r requirements/pip.in
15-
setuptools==75.8.0
15+
setuptools==75.8.2
1616
# via -r requirements/pip.in

requirements/test.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ astroid==3.3.8
2020
# pylint-celery
2121
binaryornot==0.4.4
2222
# via cookiecutter
23-
boto3==1.36.26
23+
boto3==1.37.4
2424
# via
2525
# -r requirements/base.txt
2626
# fs-s3fs
27-
botocore==1.36.26
27+
botocore==1.37.4
2828
# via
2929
# -r requirements/base.txt
3030
# boto3
@@ -79,7 +79,7 @@ idna==3.10
7979
# via requests
8080
iniconfig==2.0.0
8181
# via pytest
82-
isort==6.0.0
82+
isort==6.0.1
8383
# via pylint
8484
jinja2==3.1.5
8585
# via
@@ -154,7 +154,7 @@ pylint-plugin-utils==0.8.2
154154
# pylint-django
155155
pypng==0.20220715.0
156156
# via xblock-sdk
157-
pytest==8.3.4
157+
pytest==8.3.5
158158
# via
159159
# pytest-cov
160160
# pytest-django
@@ -188,7 +188,7 @@ requests==2.32.3
188188
# xblock-sdk
189189
rich==13.9.4
190190
# via cookiecutter
191-
s3transfer==0.11.2
191+
s3transfer==0.11.3
192192
# via
193193
# -r requirements/base.txt
194194
# boto3

0 commit comments

Comments
 (0)