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
12 changes: 6 additions & 6 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ binaryornot==0.6.0
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.42.64
boto3==1.42.68
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.42.64
botocore==1.42.68
# via
# -r requirements/test.txt
# boto3
Expand All @@ -50,7 +50,7 @@ cffi==2.0.0
# via
# -r requirements/test.txt
# cryptography
charset-normalizer==3.4.5
charset-normalizer==3.4.6
# via
# -r requirements/test.txt
# requests
Expand All @@ -66,7 +66,7 @@ click-log==0.4.0
# via
# -r requirements/test.txt
# edx-lint
code-annotations==2.3.2
code-annotations==3.0.0
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -107,9 +107,9 @@ docutils==0.22.4
# via
# -r requirements/test.txt
# readme-renderer
edx-lint==5.6.0
edx-lint==6.0.0
# via -r requirements/test.txt
filelock==3.25.1
filelock==3.25.2
# via
# -r requirements/tox.txt
# python-discovery
Expand Down
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ beautifulsoup4==4.14.3
# via pydata-sphinx-theme
certifi==2026.2.25
# via requests
charset-normalizer==3.4.5
charset-normalizer==3.4.6
# via requests
django==5.2.12
# via -r requirements/base.txt
Expand Down
10 changes: 5 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ astroid==4.0.4
# pylint-celery
binaryornot==0.6.0
# via cookiecutter
boto3==1.42.64
boto3==1.42.68
# via fs-s3fs
botocore==1.42.64
botocore==1.42.68
# via
# boto3
# s3transfer
certifi==2026.2.25
# via requests
charset-normalizer==3.4.5
charset-normalizer==3.4.6
# via requests
click==8.3.1
# via
Expand All @@ -38,7 +38,7 @@ click==8.3.1
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==2.3.2
code-annotations==3.0.0
# via edx-lint
cookiecutter==2.7.1
# via xblock-sdk
Expand All @@ -51,7 +51,7 @@ django==5.2.12
# -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.txt
# xblock-sdk
edx-lint==5.6.0
edx-lint==6.0.0
# via -r requirements/quality.in
fs==2.4.16
# via
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@ astroid==4.0.4
# pylint-celery
binaryornot==0.6.0
# via cookiecutter
boto3==1.42.64
boto3==1.42.68
# via fs-s3fs
botocore==1.42.64
botocore==1.42.68
# via
# boto3
# s3transfer
certifi==2026.2.25
# via requests
cffi==2.0.0
# via cryptography
charset-normalizer==3.4.5
charset-normalizer==3.4.6
# via requests
click==8.3.1
# via
Expand All @@ -43,7 +43,7 @@ click==8.3.1
# typer
click-log==0.4.0
# via edx-lint
code-annotations==2.3.2
code-annotations==3.0.0
# via edx-lint
cookiecutter==2.7.1
# via xblock-sdk
Expand All @@ -63,7 +63,7 @@ dill==0.4.1
# xblock-sdk
docutils==0.22.4
# via readme-renderer
edx-lint==5.6.0
edx-lint==6.0.0
# via -r requirements/test.in
fs==2.4.16
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ colorama==0.4.6
# via tox
distlib==0.4.0
# via virtualenv
filelock==3.25.1
filelock==3.25.2
# via
# python-discovery
# tox
Expand Down
Loading