Skip to content
This repository was archived by the owner on Apr 14, 2026. It is now read-only.
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
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ appdirs==1.4.4
# via fs
asgiref==3.11.1
# via django
boto3==1.42.41
boto3==1.42.44
# via fs-s3fs
botocore==1.42.41
botocore==1.42.44
# via
# boto3
# s3transfer
Expand Down
10 changes: 5 additions & 5 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ asgiref==3.11.1
# via
# -r requirements/test.txt
# django
astroid==4.0.3
astroid==4.0.4
# via
# -r requirements/test.txt
# pylint
Expand All @@ -29,11 +29,11 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.42.41
boto3==1.42.44
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.42.41
botocore==1.42.44
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -147,7 +147,7 @@ fs-s3fs==1.1.1
# -r requirements/test.txt
# openedx-django-pyfs
# xblock-sdk
id==1.5.0
id==1.6.1
# via
# -r requirements/test.txt
# twine
Expand Down Expand Up @@ -347,7 +347,6 @@ requests==2.32.5
# -r requirements/test.txt
# cookiecutter
# coveralls
# id
# requests-toolbelt
# twine
# xblock-sdk
Expand Down Expand Up @@ -417,6 +416,7 @@ urllib3==2.6.3
# via
# -r requirements/test.txt
# botocore
# id
# requests
# twine
virtualenv==20.36.1
Expand Down
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ asgiref==3.11.1
# via
# -r requirements/base.txt
# django
boto3==1.42.41
boto3==1.42.44
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.42.41
botocore==1.42.44
# via
# -r requirements/base.txt
# boto3
Expand Down
4 changes: 2 additions & 2 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ babel==2.18.0
# sphinx
beautifulsoup4==4.14.3
# via pydata-sphinx-theme
boto3==1.42.41
boto3==1.42.44
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.42.41
botocore==1.42.44
# via
# -r requirements/base.txt
# boto3
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ pip==25.3
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/pip.in
setuptools==80.10.2
setuptools==82.0.0
# via -r requirements/pip.in
10 changes: 5 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@ asgiref==3.11.1
# via
# -r requirements/base.txt
# django
astroid==4.0.3
astroid==4.0.4
# via
# pylint
# pylint-celery
backports-tarfile==1.2.0
# via jaraco-context
binaryornot==0.4.4
# via cookiecutter
boto3==1.42.41
boto3==1.42.44
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.42.41
botocore==1.42.44
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -90,7 +90,7 @@ fs-s3fs==1.1.1
# -r requirements/base.txt
# openedx-django-pyfs
# xblock-sdk
id==1.5.0
id==1.6.1
# via twine
idna==3.11
# via requests
Expand Down Expand Up @@ -214,7 +214,6 @@ readme-renderer==44.0
requests==2.32.5
# via
# cookiecutter
# id
# requests-toolbelt
# twine
# xblock-sdk
Expand Down Expand Up @@ -269,6 +268,7 @@ urllib3==2.6.3
# via
# -r requirements/base.txt
# botocore
# id
# requests
# twine
web-fragments==3.1.0
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@ asgiref==3.11.1
# via
# -r requirements/base.txt
# django
astroid==4.0.3
astroid==4.0.4
# via
# pylint
# pylint-celery
backports-tarfile==1.2.0
# via jaraco-context
binaryornot==0.4.4
# via cookiecutter
boto3==1.42.41
boto3==1.42.44
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.42.41
botocore==1.42.44
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -95,7 +95,7 @@ fs-s3fs==1.1.1
# -r requirements/base.txt
# openedx-django-pyfs
# xblock-sdk
id==1.5.0
id==1.6.1
# via twine
idna==3.11
# via requests
Expand Down Expand Up @@ -234,7 +234,6 @@ requests==2.32.5
# via
# cookiecutter
# coveralls
# id
# requests-toolbelt
# twine
# xblock-sdk
Expand Down Expand Up @@ -289,6 +288,7 @@ urllib3==2.6.3
# via
# -r requirements/base.txt
# botocore
# id
# requests
# twine
web-fragments==3.1.0
Expand Down