Skip to content

Commit 187460d

Browse files
edx-requirements-botAgrendalath
authored andcommitted
chore: Upgrade Python requirements
1 parent d33d300 commit 187460d

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
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.9.1
1010
# via django
11-
boto3==1.40.30
11+
boto3==1.40.35
1212
# via fs-s3fs
13-
botocore==1.40.30
13+
botocore==1.40.35
1414
# via
1515
# boto3
1616
# s3transfer

requirements/pip-tools.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
build==1.3.0
88
# via pip-tools
9-
click==8.2.1
9+
click==8.3.0
1010
# via pip-tools
1111
packaging==25.0
1212
# via build

requirements/test.txt

Lines changed: 4 additions & 4 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.30
23+
boto3==1.40.35
2424
# via
2525
# -r requirements/base.txt
2626
# fs-s3fs
27-
botocore==1.40.30
27+
botocore==1.40.35
2828
# via
2929
# -r requirements/base.txt
3030
# boto3
@@ -35,7 +35,7 @@ chardet==5.2.0
3535
# via binaryornot
3636
charset-normalizer==3.4.3
3737
# via requests
38-
click==8.2.1
38+
click==8.3.0
3939
# via
4040
# click-log
4141
# code-annotations
@@ -47,7 +47,7 @@ code-annotations==2.3.0
4747
# via edx-lint
4848
cookiecutter==2.6.0
4949
# via xblock-sdk
50-
coverage[toml]==7.10.6
50+
coverage[toml]==7.10.7
5151
# via pytest-cov
5252
cssselect==1.2.0
5353
# via

0 commit comments

Comments
 (0)