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
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
#
appdirs==1.4.4
# via fs
asgiref==3.11.0
asgiref==3.11.1
# via django
boto3==1.42.34
boto3==1.42.41
# via fs-s3fs
botocore==1.42.34
botocore==1.42.41
# via
# boto3
# s3transfer
django==5.2.10
django==5.2.11
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# django-appconf
Expand Down
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ arrow==1.4.0
# -r requirements/quality.txt
# -r requirements/test.txt
# cookiecutter
asgiref==3.11.0
asgiref==3.11.1
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand All @@ -29,12 +29,12 @@ binaryornot==0.4.4
# -r requirements/quality.txt
# -r requirements/test.txt
# cookiecutter
boto3==1.42.34
boto3==1.42.41
# via
# -r requirements/quality.txt
# -r requirements/test.txt
# fs-s3fs
botocore==1.42.34
botocore==1.42.41
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand All @@ -44,7 +44,7 @@ build==1.4.0
# via
# -r requirements/pip-tools.txt
# pip-tools
cachetools==6.2.5
cachetools==7.0.0
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -95,7 +95,7 @@ cookiecutter==2.6.0
# -r requirements/quality.txt
# -r requirements/test.txt
# xblock-sdk
coverage[toml]==7.13.2
coverage[toml]==7.13.3
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand All @@ -115,7 +115,7 @@ distlib==0.4.0
# -r requirements/quality.txt
# -r requirements/test.txt
# virtualenv
django==5.2.10
django==5.2.11
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -381,7 +381,7 @@ requests==2.32.5
# -r requirements/test.txt
# cookiecutter
# xblock-sdk
rich==14.3.1
rich==14.3.2
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand Down
18 changes: 9 additions & 9 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ arrow==1.4.0
# via
# -r requirements/test.txt
# cookiecutter
asgiref==3.11.0
asgiref==3.11.1
# via
# -r requirements/test.txt
# django
babel==2.17.0
babel==2.18.0
# via
# pydata-sphinx-theme
# sphinx
Expand All @@ -32,18 +32,18 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.42.34
boto3==1.42.41
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.42.34
botocore==1.42.41
# via
# -r requirements/test.txt
# boto3
# s3transfer
build==1.4.0
# via -r requirements/doc.in
cachetools==6.2.5
cachetools==7.0.0
# via
# -r requirements/test.txt
# tox
Expand Down Expand Up @@ -77,19 +77,19 @@ cookiecutter==2.6.0
# via
# -r requirements/test.txt
# xblock-sdk
coverage[toml]==7.13.2
coverage[toml]==7.13.3
# via
# -r requirements/test.txt
# pytest-cov
cryptography==46.0.3
cryptography==46.0.4
# via secretstorage
ddt==1.7.2
# via -r requirements/test.txt
distlib==0.4.0
# via
# -r requirements/test.txt
# virtualenv
django==5.2.10
django==5.2.11
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -320,7 +320,7 @@ restructuredtext-lint==2.0.2
# via doc8
rfc3986==2.0.0
# via twine
rich==14.3.1
rich==14.3.2
# via
# -r requirements/test.txt
# cookiecutter
Expand Down
4 changes: 3 additions & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ wheel==0.46.3

# The following packages are considered to be unsafe in a requirements file:
pip==25.3
# via -r requirements/pip.in
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/pip.in
setuptools==80.10.2
# via -r requirements/pip.in
14 changes: 7 additions & 7 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ arrow==1.4.0
# via
# -r requirements/test.txt
# cookiecutter
asgiref==3.11.0
asgiref==3.11.1
# via
# -r requirements/test.txt
# django
Expand All @@ -24,16 +24,16 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.42.34
boto3==1.42.41
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.42.34
botocore==1.42.41
# via
# -r requirements/test.txt
# boto3
# s3transfer
cachetools==6.2.5
cachetools==7.0.0
# via
# -r requirements/test.txt
# tox
Expand Down Expand Up @@ -71,7 +71,7 @@ cookiecutter==2.6.0
# via
# -r requirements/test.txt
# xblock-sdk
coverage[toml]==7.13.2
coverage[toml]==7.13.3
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -83,7 +83,7 @@ distlib==0.4.0
# via
# -r requirements/test.txt
# virtualenv
django==5.2.10
django==5.2.11
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -280,7 +280,7 @@ requests==2.32.5
# -r requirements/test.txt
# cookiecutter
# xblock-sdk
rich==14.3.1
rich==14.3.2
# via
# -r requirements/test.txt
# cookiecutter
Expand Down
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,22 @@ appdirs==1.4.4
# fs
arrow==1.4.0
# via cookiecutter
asgiref==3.11.0
asgiref==3.11.1
# via
# -r requirements/base.txt
# django
binaryornot==0.4.4
# via cookiecutter
boto3==1.42.34
boto3==1.42.41
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.42.34
botocore==1.42.41
# via
# -r requirements/base.txt
# boto3
# s3transfer
cachetools==6.2.5
cachetools==7.0.0
# via tox
certifi==2026.1.4
# via requests
Expand All @@ -45,7 +45,7 @@ colorama==0.4.6
# via tox
cookiecutter==2.6.0
# via xblock-sdk
coverage[toml]==7.13.2
coverage[toml]==7.13.3
# via pytest-cov
ddt==1.7.2
# via -r requirements/test.in
Expand Down Expand Up @@ -201,7 +201,7 @@ requests==2.32.5
# via
# cookiecutter
# xblock-sdk
rich==14.3.1
rich==14.3.2
# via cookiecutter
s3transfer==0.16.0
# via
Expand Down