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
6 changes: 3 additions & 3 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.8.1
# via django
boto3==1.36.26
boto3==1.37.4
# via fs-s3fs
botocore==1.36.26
botocore==1.37.4
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -57,7 +57,7 @@ pytz==2025.1
# via xblock
pyyaml==6.0.2
# via xblock
s3transfer==0.11.2
s3transfer==0.11.3
# via boto3
simplejson==3.20.1
# via xblock
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ pip==24.2
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/pip.in
setuptools==75.8.0
setuptools==75.8.2
# via -r requirements/pip.in
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ astroid==3.3.8
# pylint-celery
binaryornot==0.4.4
# via cookiecutter
boto3==1.36.26
boto3==1.37.4
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.36.26
botocore==1.37.4
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -79,7 +79,7 @@ idna==3.10
# via requests
iniconfig==2.0.0
# via pytest
isort==6.0.0
isort==6.0.1
# via pylint
jinja2==3.1.5
# via
Expand Down Expand Up @@ -154,7 +154,7 @@ pylint-plugin-utils==0.8.2
# pylint-django
pypng==0.20220715.0
# via xblock-sdk
pytest==8.3.4
pytest==8.3.5
# via
# pytest-cov
# pytest-django
Expand Down Expand Up @@ -188,7 +188,7 @@ requests==2.32.3
# xblock-sdk
rich==13.9.4
# via cookiecutter
s3transfer==0.11.2
s3transfer==0.11.3
# via
# -r requirements/base.txt
# boto3
Expand Down