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/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.38.23
boto3==1.38.27
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.38.23
botocore==1.38.27
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -401,7 +401,7 @@ xblock==5.2.0
# xblock-sdk
xblock-sdk==0.13.0
# via -r requirements/test.txt
zipp==3.21.0
zipp==3.22.0
# via
# -r requirements/test.txt
# importlib-metadata
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/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/pip.in
setuptools==80.8.0
setuptools==80.9.0
# via -r requirements/pip.in
4 changes: 2 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ astroid==3.3.10
# pylint-celery
binaryornot==0.4.4
# via cookiecutter
boto3==1.38.23
boto3==1.38.27
# via fs-s3fs
botocore==1.38.23
botocore==1.38.27
# via
# boto3
# s3transfer
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ backports-tarfile==1.2.0
# via jaraco-context
binaryornot==0.4.4
# via cookiecutter
boto3==1.38.23
boto3==1.38.27
# via fs-s3fs
botocore==1.38.23
botocore==1.38.27
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -256,7 +256,7 @@ xblock==5.2.0
# xblock-sdk
xblock-sdk==0.13.0
# via -r requirements/test.in
zipp==3.21.0
zipp==3.22.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down