Skip to content

Commit 71fde48

Browse files
chore: Upgrade Python requirements (#885)
1 parent 5dd5c73 commit 71fde48

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

requirements/dev.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ astroid==3.3.11
1717
# -r requirements/test.txt
1818
# pylint
1919
# pylint-celery
20-
boto3==1.42.14
20+
boto3==1.42.17
2121
# via
2222
# -r requirements/test.txt
2323
# fs-s3fs
24-
botocore==1.42.14
24+
botocore==1.42.17
2525
# via
2626
# -r requirements/test.txt
2727
# boto3
@@ -108,7 +108,7 @@ fs-s3fs==1.1.1
108108
# via
109109
# -r requirements/test.txt
110110
# openedx-django-pyfs
111-
hypothesis==6.148.7
111+
hypothesis==6.148.8
112112
# via -r requirements/test.txt
113113
iniconfig==2.3.0
114114
# via

requirements/django.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ appdirs==1.4.4
1010
# fs
1111
asgiref==3.11.0
1212
# via django
13-
boto3==1.42.14
13+
boto3==1.42.17
1414
# via fs-s3fs
15-
botocore==1.42.14
15+
botocore==1.42.17
1616
# via
1717
# boto3
1818
# s3transfer

requirements/doc.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ babel==2.17.0
2222
# sphinx
2323
beautifulsoup4==4.14.3
2424
# via pydata-sphinx-theme
25-
boto3==1.42.14
25+
boto3==1.42.17
2626
# via
2727
# -r requirements/django.txt
2828
# fs-s3fs
29-
botocore==1.42.14
29+
botocore==1.42.17
3030
# via
3131
# -r requirements/django.txt
3232
# boto3

requirements/test.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ astroid==3.3.11
1717
# -r requirements/test.in
1818
# pylint
1919
# pylint-celery
20-
boto3==1.42.14
20+
boto3==1.42.17
2121
# via
2222
# -r requirements/django.txt
2323
# fs-s3fs
24-
botocore==1.42.14
24+
botocore==1.42.17
2525
# via
2626
# -r requirements/django.txt
2727
# boto3
@@ -80,7 +80,7 @@ fs-s3fs==1.1.1
8080
# via
8181
# -r requirements/django.txt
8282
# openedx-django-pyfs
83-
hypothesis==6.148.7
83+
hypothesis==6.148.8
8484
# via -r requirements/test.in
8585
iniconfig==2.3.0
8686
# via pytest

0 commit comments

Comments
 (0)