Skip to content

Commit fdc5271

Browse files
chore: Upgrade Python requirements
1 parent 89385b3 commit fdc5271

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

requirements/dev.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@ attrs==25.3.0
2121
# via
2222
# -r requirements/test.txt
2323
# hypothesis
24-
boto3==1.40.0
24+
boto3==1.40.1
2525
# via
2626
# -r requirements/test.txt
2727
# fs-s3fs
28-
botocore==1.40.0
28+
botocore==1.40.1
2929
# via
3030
# -r requirements/test.txt
3131
# boto3
3232
# s3transfer
33-
build==1.2.2.post1
33+
build==1.3.0
3434
# via
3535
# -r requirements/pip-tools.txt
3636
# pip-tools
@@ -112,7 +112,7 @@ fs-s3fs==1.1.1
112112
# via
113113
# -r requirements/test.txt
114114
# openedx-django-pyfs
115-
hypothesis==6.136.6
115+
hypothesis==6.136.7
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.9.1
1212
# via django
13-
boto3==1.40.0
13+
boto3==1.40.1
1414
# via fs-s3fs
15-
botocore==1.40.0
15+
botocore==1.40.1
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.40.0
25+
boto3==1.40.1
2626
# via
2727
# -r requirements/django.txt
2828
# fs-s3fs
29-
botocore==1.40.0
29+
botocore==1.40.1
3030
# via
3131
# -r requirements/django.txt
3232
# boto3

requirements/pip-tools.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# make upgrade
66
#
7-
build==1.2.2.post1
7+
build==1.3.0
88
# via pip-tools
99
click==8.2.1
1010
# via pip-tools

requirements/pip.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ wheel==0.45.1
1010
# The following packages are considered to be unsafe in a requirements file:
1111
pip==24.2
1212
# via
13-
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
13+
# -c https:/raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
1414
# -r requirements/pip.in
1515
setuptools==80.9.0
1616
# via -r requirements/pip.in

requirements/test.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ astroid==3.3.11
1919
# pylint-celery
2020
attrs==25.3.0
2121
# via hypothesis
22-
boto3==1.40.0
22+
boto3==1.40.1
2323
# via
2424
# -r requirements/django.txt
2525
# fs-s3fs
26-
botocore==1.40.0
26+
botocore==1.40.1
2727
# via
2828
# -r requirements/django.txt
2929
# boto3
@@ -82,7 +82,7 @@ fs-s3fs==1.1.1
8282
# via
8383
# -r requirements/django.txt
8484
# openedx-django-pyfs
85-
hypothesis==6.136.6
85+
hypothesis==6.136.7
8686
# via -r requirements/test.in
8787
iniconfig==2.1.0
8888
# via pytest

0 commit comments

Comments
 (0)