Skip to content
Closed
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,13 +8,13 @@ appdirs==1.4.4
# via fs
asgiref==3.8.1
# via django
boto3==1.37.9
boto3==1.37.13
# via fs-s3fs
botocore==1.37.9
botocore==1.37.13
# via
# boto3
# s3transfer
cssselect==1.2.0
cssselect==1.3.0
# via parsel
django==4.2.20
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ colorama==0.4.6
# via tox
distlib==0.3.9
# via virtualenv
filelock==3.17.0
filelock==3.18.0
# via
# tox
# virtualenv
Expand Down
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.9
# pylint-celery
binaryornot==0.4.4
# via cookiecutter
boto3==1.37.9
boto3==1.37.13
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.37.9
botocore==1.37.13
# via
# -r requirements/base.txt
# boto3
Expand All @@ -47,11 +47,11 @@ code-annotations==2.2.0
# via edx-lint
cookiecutter==2.6.0
# via xblock-sdk
coverage[toml]==7.6.12
coverage[toml]==7.7.0
# via
# coverage
# pytest-cov
cssselect==1.2.0
cssselect==1.3.0
# via
# -r requirements/base.txt
# parsel
Expand Down
Loading