Skip to content

Commit 2dbbe3f

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

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
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.9.0
9+
asgiref==3.9.1
1010
# via django
11-
boto3==1.39.3
11+
boto3==1.39.4
1212
# via fs-s3fs
13-
botocore==1.39.3
13+
botocore==1.39.4
1414
# via
1515
# boto3
1616
# s3transfer

requirements/test.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,26 +10,26 @@ appdirs==1.4.4
1010
# fs
1111
arrow==1.3.0
1212
# via cookiecutter
13-
asgiref==3.9.0
13+
asgiref==3.9.1
1414
# via
1515
# -r requirements/base.txt
1616
# django
17-
astroid==3.3.10
17+
astroid==3.3.11
1818
# via
1919
# pylint
2020
# pylint-celery
2121
binaryornot==0.4.4
2222
# via cookiecutter
23-
boto3==1.39.3
23+
boto3==1.39.4
2424
# via
2525
# -r requirements/base.txt
2626
# fs-s3fs
27-
botocore==1.39.3
27+
botocore==1.39.4
2828
# via
2929
# -r requirements/base.txt
3030
# boto3
3131
# s3transfer
32-
certifi==2025.6.15
32+
certifi==2025.7.9
3333
# via requests
3434
chardet==5.2.0
3535
# via binaryornot
@@ -218,7 +218,7 @@ text-unidecode==1.3
218218
# via python-slugify
219219
tomlkit==0.13.3
220220
# via pylint
221-
types-python-dateutil==2.9.0.20250516
221+
types-python-dateutil==2.9.0.20250708
222222
# via arrow
223223
urllib3==2.2.3
224224
# via

0 commit comments

Comments
 (0)