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
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 @@ -132,7 +132,7 @@ fs-s3fs==1.1.1
# via
# -r requirements/test.txt
# xblock-sdk
id==1.5.0
id==1.6.1
# via
# -r requirements/test.txt
# twine
Expand Down Expand Up @@ -310,7 +310,6 @@ requests==2.32.5
# -r requirements/test.txt
# cookiecutter
# coveralls
# id
# requests-toolbelt
# twine
# xblock-sdk
Expand Down Expand Up @@ -375,6 +374,7 @@ urllib3==2.6.3
# via
# -r requirements/test.txt
# botocore
# id
# requests
# twine
virtualenv==20.36.1
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/openedx/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
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ asgiref==3.11.1
# via
# -r requirements/base.txt
# django
astroid==4.0.3
astroid==4.0.4
# via
# pylint
# pylint-celery
binaryornot==0.4.4
# via cookiecutter
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/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ 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 fs-s3fs
botocore==1.42.41
botocore==1.42.44
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -75,7 +75,7 @@ fs==2.4.16
# xblock
fs-s3fs==1.1.1
# via xblock-sdk
id==1.5.0
id==1.6.1
# via twine
idna==3.11
# via requests
Expand Down Expand Up @@ -191,7 +191,6 @@ requests==2.32.5
# via
# cookiecutter
# coveralls
# id
# requests-toolbelt
# twine
# xblock-sdk
Expand Down Expand Up @@ -236,6 +235,7 @@ tzdata==2025.3
urllib3==2.6.3
# via
# botocore
# id
# requests
# twine
web-fragments==3.1.0
Expand Down