Skip to content

Commit 460f899

Browse files
chore: Upgrade Python requirements (#877)
1 parent 9560a56 commit 460f899

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

requirements/dev.txt

Lines changed: 4 additions & 4 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.41.2
20+
boto3==1.41.5
2121
# via
2222
# -r requirements/test.txt
2323
# fs-s3fs
24-
botocore==1.41.2
24+
botocore==1.41.5
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.2
111+
hypothesis==6.148.3
112112
# via -r requirements/test.txt
113113
iniconfig==2.3.0
114114
# via
@@ -256,7 +256,7 @@ sortedcontainers==2.4.0
256256
# via
257257
# -r requirements/test.txt
258258
# hypothesis
259-
sqlparse==0.5.3
259+
sqlparse==0.5.4
260260
# via
261261
# -r requirements/test.txt
262262
# django

requirements/django.txt

Lines changed: 3 additions & 3 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.41.2
13+
boto3==1.41.5
1414
# via fs-s3fs
15-
botocore==1.41.2
15+
botocore==1.41.5
1616
# via
1717
# boto3
1818
# s3transfer
@@ -72,7 +72,7 @@ six==1.17.0
7272
# fs
7373
# fs-s3fs
7474
# python-dateutil
75-
sqlparse==0.5.3
75+
sqlparse==0.5.4
7676
# via django
7777
stevedore==5.6.0
7878
# via

requirements/doc.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ babel==2.17.0
2222
# sphinx
2323
beautifulsoup4==4.14.2
2424
# via pydata-sphinx-theme
25-
boto3==1.41.2
25+
boto3==1.41.5
2626
# via
2727
# -r requirements/django.txt
2828
# fs-s3fs
29-
botocore==1.41.2
29+
botocore==1.41.5
3030
# via
3131
# -r requirements/django.txt
3232
# boto3
@@ -147,7 +147,7 @@ sphinxcontrib-qthelp==2.0.0
147147
# via sphinx
148148
sphinxcontrib-serializinghtml==2.0.0
149149
# via sphinx
150-
sqlparse==0.5.3
150+
sqlparse==0.5.4
151151
# via
152152
# -r requirements/django.txt
153153
# django

requirements/test.txt

Lines changed: 4 additions & 4 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.41.2
20+
boto3==1.41.5
2121
# via
2222
# -r requirements/django.txt
2323
# fs-s3fs
24-
botocore==1.41.2
24+
botocore==1.41.5
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.2
83+
hypothesis==6.148.3
8484
# via -r requirements/test.in
8585
iniconfig==2.3.0
8686
# via pytest
@@ -193,7 +193,7 @@ six==1.17.0
193193
# python-dateutil
194194
sortedcontainers==2.4.0
195195
# via hypothesis
196-
sqlparse==0.5.3
196+
sqlparse==0.5.4
197197
# via
198198
# -r requirements/django.txt
199199
# django

0 commit comments

Comments
 (0)