Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ astroid==3.3.11
# -r requirements/test.txt
# pylint
# pylint-celery
boto3==1.42.14
boto3==1.42.17
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.42.14
botocore==1.42.17
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -108,7 +108,7 @@ fs-s3fs==1.1.1
# via
# -r requirements/test.txt
# openedx-django-pyfs
hypothesis==6.148.7
hypothesis==6.148.8
# via -r requirements/test.txt
iniconfig==2.3.0
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/django.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ appdirs==1.4.4
# fs
asgiref==3.11.0
# via django
boto3==1.42.14
boto3==1.42.17
# via fs-s3fs
botocore==1.42.14
botocore==1.42.17
# via
# boto3
# s3transfer
Expand Down
4 changes: 2 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ babel==2.17.0
# sphinx
beautifulsoup4==4.14.3
# via pydata-sphinx-theme
boto3==1.42.14
boto3==1.42.17
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.42.14
botocore==1.42.17
# via
# -r requirements/django.txt
# boto3
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ astroid==3.3.11
# -r requirements/test.in
# pylint
# pylint-celery
boto3==1.42.14
boto3==1.42.17
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.42.14
botocore==1.42.17
# via
# -r requirements/django.txt
# boto3
Expand Down Expand Up @@ -80,7 +80,7 @@ fs-s3fs==1.1.1
# via
# -r requirements/django.txt
# openedx-django-pyfs
hypothesis==6.148.7
hypothesis==6.148.8
# via -r requirements/test.in
iniconfig==2.3.0
# via pytest
Expand Down