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
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#
appdirs==1.4.4
# via fs
asgiref==3.11.0
asgiref==3.11.1
# via django
django==5.2.10
django==5.2.11
# via
# -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
Expand Down
16 changes: 8 additions & 8 deletions requirements/ci.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 @@ -29,16 +29,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/tox.txt
# tox
Expand Down Expand Up @@ -83,13 +83,13 @@ 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
# coveralls
coveralls==4.0.2
# via -r requirements/test.txt
cryptography==46.0.3
cryptography==46.0.4
# via
# -r requirements/test.txt
# secretstorage
Expand All @@ -103,7 +103,7 @@ distlib==0.4.0
# via
# -r requirements/tox.txt
# virtualenv
django==5.2.10
django==5.2.11
# via
# -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -322,7 +322,7 @@ rfc3986==2.0.0
# via
# -r requirements/test.txt
# twine
rich==14.3.1
rich==14.3.2
# via
# -r requirements/test.txt
# cookiecutter
Expand Down
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ appdirs==1.4.4
# via
# -r requirements/base.txt
# fs
asgiref==3.11.0
asgiref==3.11.1
# via
# -r requirements/base.txt
# django
django==5.2.10
django==5.2.11
# via
# -r requirements/base.txt
# edx-i18n-tools
Expand Down
6 changes: 3 additions & 3 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ appdirs==1.4.4
# via
# -r requirements/base.txt
# fs
asgiref==3.11.0
asgiref==3.11.1
# via
# -r requirements/base.txt
# django
babel==2.17.0
babel==2.18.0
# via
# pydata-sphinx-theme
# sphinx
Expand All @@ -26,7 +26,7 @@ certifi==2026.1.4
# via requests
charset-normalizer==3.4.4
# via requests
django==5.2.10
django==5.2.11
# via -r requirements/base.txt
docutils==0.22.4
# via
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/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/pip.in
setuptools==80.10.2
# via -r requirements/pip.in
10 changes: 5 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ 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
Expand All @@ -20,9 +20,9 @@ astroid==4.0.3
# pylint-celery
binaryornot==0.4.4
# via cookiecutter
boto3==1.42.34
boto3==1.42.41
# via fs-s3fs
botocore==1.42.34
botocore==1.42.41
# via
# boto3
# s3transfer
Expand All @@ -48,7 +48,7 @@ ddt==1.7.2
# via -r requirements/quality.in
dill==0.4.1
# via pylint
django==5.2.10
django==5.2.11
# via
# -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.txt
Expand Down Expand Up @@ -142,7 +142,7 @@ requests==2.32.5
# via
# cookiecutter
# xblock-sdk
rich==14.3.1
rich==14.3.2
# via cookiecutter
s3transfer==0.16.0
# via boto3
Expand Down
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ 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
Expand All @@ -22,9 +22,9 @@ backports-tarfile==1.2.0
# via jaraco-context
binaryornot==0.4.4
# via cookiecutter
boto3==1.42.34
boto3==1.42.41
# via fs-s3fs
botocore==1.42.34
botocore==1.42.41
# via
# boto3
# s3transfer
Expand All @@ -48,11 +48,11 @@ code-annotations==2.3.0
# via edx-lint
cookiecutter==2.6.0
# via xblock-sdk
coverage[toml]==7.13.2
coverage[toml]==7.13.3
# via coveralls
coveralls==4.0.2
# via -r requirements/test.in
cryptography==46.0.3
cryptography==46.0.4
# via secretstorage
ddt==1.7.2
# via -r requirements/test.in
Expand Down Expand Up @@ -199,7 +199,7 @@ requests-toolbelt==1.0.0
# via twine
rfc3986==2.0.0
# via twine
rich==14.3.1
rich==14.3.2
# via
# cookiecutter
# twine
Expand Down
2 changes: 1 addition & 1 deletion requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
cachetools==6.2.5
cachetools==7.0.0
# via tox
chardet==5.2.0
# via tox
Expand Down