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,17 +8,17 @@ appdirs==1.4.4
# via fs
asgiref==3.9.1
# via django
boto3==1.40.21
boto3==1.40.25
# via fs-s3fs
botocore==1.40.21
botocore==1.40.25
# via
# boto3
# s3transfer
cssselect==1.2.0
# via
# -c requirements/constraints.txt
# parsel
django==4.2.23
django==4.2.24
# via
# -c https:/raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# openedx-django-pyfs
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pluggy==1.6.0
# via tox
pyproject-api==1.9.1
# via tox
tox==4.29.0
tox==4.30.2
# via -r requirements/ci.in
virtualenv==20.34.0
# via tox
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ astroid==3.3.11
# pylint-celery
binaryornot==0.4.4
# via cookiecutter
boto3==1.40.21
boto3==1.40.25
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.40.21
botocore==1.40.25
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -155,11 +155,11 @@ pylint-plugin-utils==0.9.0
# pylint-django
pypng==0.20220715.0
# via xblock-sdk
pytest==8.4.1
pytest==8.4.2
# via
# pytest-cov
# pytest-django
pytest-cov==6.2.1
pytest-cov==6.3.0
# via -r requirements/test.in
pytest-django==4.11.1
# via -r requirements/test.in
Expand Down