Skip to content

Commit 88a07fc

Browse files
chore: Upgrade Python requirements (#842)
1 parent 95645bc commit 88a07fc

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

requirements/dev.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ attrs==25.3.0
2121
# via
2222
# -r requirements/test.txt
2323
# hypothesis
24-
boto3==1.38.23
24+
boto3==1.38.27
2525
# via
2626
# -r requirements/test.txt
2727
# fs-s3fs
28-
botocore==1.38.23
28+
botocore==1.38.27
2929
# via
3030
# -r requirements/test.txt
3131
# boto3
@@ -73,7 +73,7 @@ coverage[toml]==7.8.2
7373
# pytest-cov
7474
ddt==1.7.2
7575
# via -r requirements/test.txt
76-
diff-cover==9.3.0
76+
diff-cover==9.3.1
7777
# via -r requirements/test.txt
7878
dill==0.4.0
7979
# via
@@ -112,7 +112,7 @@ fs-s3fs==1.1.1
112112
# via
113113
# -r requirements/test.txt
114114
# openedx-django-pyfs
115-
hypothesis==6.131.27
115+
hypothesis==6.132.0
116116
# via -r requirements/test.txt
117117
iniconfig==2.1.0
118118
# 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.8.1
1212
# via django
13-
boto3==1.38.23
13+
boto3==1.38.27
1414
# via fs-s3fs
15-
botocore==1.38.23
15+
botocore==1.38.27
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.13.4
2424
# via pydata-sphinx-theme
25-
boto3==1.38.23
25+
boto3==1.38.27
2626
# via
2727
# -r requirements/django.txt
2828
# fs-s3fs
29-
botocore==1.38.23
29+
botocore==1.38.27
3030
# via
3131
# -r requirements/django.txt
3232
# boto3

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==80.8.0
15+
setuptools==80.9.0
1616
# via -r requirements/pip.in

requirements/test.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ astroid==3.3.10
1919
# pylint-celery
2020
attrs==25.3.0
2121
# via hypothesis
22-
boto3==1.38.23
22+
boto3==1.38.27
2323
# via
2424
# -r requirements/django.txt
2525
# fs-s3fs
26-
botocore==1.38.23
26+
botocore==1.38.27
2727
# via
2828
# -r requirements/django.txt
2929
# boto3
@@ -51,7 +51,7 @@ coverage[toml]==7.8.2
5151
# pytest-cov
5252
ddt==1.7.2
5353
# via -r requirements/test.in
54-
diff-cover==9.3.0
54+
diff-cover==9.3.1
5555
# via -r requirements/test.in
5656
dill==0.4.0
5757
# via pylint
@@ -82,7 +82,7 @@ fs-s3fs==1.1.1
8282
# via
8383
# -r requirements/django.txt
8484
# openedx-django-pyfs
85-
hypothesis==6.131.27
85+
hypothesis==6.132.0
8686
# via -r requirements/test.in
8787
iniconfig==2.1.0
8888
# via pytest

0 commit comments

Comments
 (0)