Skip to content
Merged
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
8 changes: 4 additions & 4 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.41.2
boto3==1.41.5
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.41.2
botocore==1.41.5
# 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.2
hypothesis==6.148.3
# via -r requirements/test.txt
iniconfig==2.3.0
# via
Expand Down Expand Up @@ -256,7 +256,7 @@ sortedcontainers==2.4.0
# via
# -r requirements/test.txt
# hypothesis
sqlparse==0.5.3
sqlparse==0.5.4
# via
# -r requirements/test.txt
# django
Expand Down
6 changes: 3 additions & 3 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.41.2
boto3==1.41.5
# via fs-s3fs
botocore==1.41.2
botocore==1.41.5
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -72,7 +72,7 @@ six==1.17.0
# fs
# fs-s3fs
# python-dateutil
sqlparse==0.5.3
sqlparse==0.5.4
# via django
stevedore==5.6.0
# via
Expand Down
6 changes: 3 additions & 3 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.2
# via pydata-sphinx-theme
boto3==1.41.2
boto3==1.41.5
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.41.2
botocore==1.41.5
# via
# -r requirements/django.txt
# boto3
Expand Down Expand Up @@ -147,7 +147,7 @@ sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
sqlparse==0.5.3
sqlparse==0.5.4
# via
# -r requirements/django.txt
# django
Expand Down
8 changes: 4 additions & 4 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.41.2
boto3==1.41.5
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.41.2
botocore==1.41.5
# 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.2
hypothesis==6.148.3
# via -r requirements/test.in
iniconfig==2.3.0
# via pytest
Expand Down Expand Up @@ -193,7 +193,7 @@ six==1.17.0
# python-dateutil
sortedcontainers==2.4.0
# via hypothesis
sqlparse==0.5.3
sqlparse==0.5.4
# via
# -r requirements/django.txt
# django
Expand Down