Skip to content

Commit 6691683

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

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

requirements/base.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
#
77
appdirs==1.4.4
88
# via fs
9-
asgiref==3.8.1
9+
asgiref==3.9.0
1010
# via django
11-
boto3==1.38.46
11+
boto3==1.39.3
1212
# via fs-s3fs
13-
botocore==1.38.46
13+
botocore==1.39.3
1414
# via
1515
# boto3
1616
# s3transfer

requirements/test.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ appdirs==1.4.4
1010
# fs
1111
arrow==1.3.0
1212
# via cookiecutter
13-
asgiref==3.8.1
13+
asgiref==3.9.0
1414
# via
1515
# -r requirements/base.txt
1616
# django
@@ -20,11 +20,11 @@ astroid==3.3.10
2020
# pylint-celery
2121
binaryornot==0.4.4
2222
# via cookiecutter
23-
boto3==1.38.46
23+
boto3==1.39.3
2424
# via
2525
# -r requirements/base.txt
2626
# fs-s3fs
27-
botocore==1.38.46
27+
botocore==1.39.3
2828
# via
2929
# -r requirements/base.txt
3030
# boto3
@@ -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.9.1
50+
coverage[toml]==7.9.2
5151
# via pytest-cov
5252
cssselect==1.2.0
5353
# via

0 commit comments

Comments
 (0)