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
22 changes: 11 additions & 11 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.42.49
boto3==1.42.54
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.42.49
botocore==1.42.54
# via
# -r requirements/test.txt
# boto3
Expand All @@ -50,7 +50,7 @@ cffi==2.0.0
# via
# -r requirements/test.txt
# cryptography
chardet==5.2.0
chardet==6.0.0.post1
# via
# -r requirements/test.txt
# -r requirements/tox.txt
Expand Down Expand Up @@ -118,7 +118,7 @@ docutils==0.22.4
# readme-renderer
edx-lint==5.6.0
# via -r requirements/test.txt
filelock==3.24.1
filelock==3.24.3
# via
# -r requirements/tox.txt
# tox
Expand Down Expand Up @@ -148,7 +148,7 @@ iniconfig==2.3.0
# via
# -r requirements/test.txt
# pytest
isort==7.0.0
isort==8.0.0
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -227,7 +227,7 @@ packaging==26.0
# pytest
# tox
# twine
platformdirs==4.9.1
platformdirs==4.9.2
# via
# -r requirements/test.txt
# -r requirements/tox.txt
Expand All @@ -250,7 +250,7 @@ pygments==2.19.2
# pytest
# readme-renderer
# rich
pylint==4.0.4
pylint==4.0.5
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -321,7 +321,7 @@ rfc3986==2.0.0
# via
# -r requirements/test.txt
# twine
rich==14.3.2
rich==14.3.3
# via
# -r requirements/test.txt
# cookiecutter
Expand Down Expand Up @@ -350,7 +350,7 @@ sqlparse==0.5.5
# via
# -r requirements/test.txt
# django
stevedore==5.6.0
stevedore==5.7.0
# via
# -r requirements/test.txt
# code-annotations
Expand All @@ -362,7 +362,7 @@ tomlkit==0.14.0
# via
# -r requirements/test.txt
# pylint
tox==4.36.0
tox==4.44.0
# via -r requirements/tox.txt
twine==6.2.0
# via -r requirements/test.txt
Expand All @@ -377,7 +377,7 @@ urllib3==2.6.3
# id
# requests
# twine
virtualenv==20.36.1
virtualenv==20.38.0
# via
# -r requirements/tox.txt
# tox
Expand Down
6 changes: 2 additions & 4 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ wheel==0.46.3
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==25.3
# via
# -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/pip.in
pip==26.0.1
# via -r requirements/pip.in
setuptools==82.0.0
# via -r requirements/pip.in
16 changes: 8 additions & 8 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.4.4
# via cookiecutter
boto3==1.42.49
boto3==1.42.54
# via fs-s3fs
botocore==1.42.49
botocore==1.42.54
# via
# boto3
# s3transfer
certifi==2026.1.4
# via requests
chardet==5.2.0
chardet==6.0.0.post1
# via binaryornot
charset-normalizer==3.4.4
# via requests
Expand Down Expand Up @@ -64,7 +64,7 @@ fs-s3fs==1.1.1
# via xblock-sdk
idna==3.11
# via requests
isort==7.0.0
isort==8.0.0
# via pylint
jinja2==3.1.6
# via
Expand Down Expand Up @@ -95,13 +95,13 @@ mccabe==0.7.0
# via pylint
mdurl==0.1.2
# via markdown-it-py
platformdirs==4.9.1
platformdirs==4.9.2
# via pylint
pycodestyle==2.14.0
# via -r requirements/quality.in
pygments==2.19.2
# via rich
pylint==4.0.4
pylint==4.0.5
# via
# -r requirements/quality.in
# edx-lint
Expand Down Expand Up @@ -142,7 +142,7 @@ requests==2.32.5
# via
# cookiecutter
# xblock-sdk
rich==14.3.2
rich==14.3.3
# via cookiecutter
s3transfer==0.16.0
# via boto3
Expand All @@ -162,7 +162,7 @@ sqlparse==0.5.5
# via
# -r requirements/base.txt
# django
stevedore==5.6.0
stevedore==5.7.0
# via code-annotations
text-unidecode==1.3
# via python-slugify
Expand Down
16 changes: 8 additions & 8 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@ backports-tarfile==1.2.0
# via jaraco-context
binaryornot==0.4.4
# via cookiecutter
boto3==1.42.49
boto3==1.42.54
# via fs-s3fs
botocore==1.42.49
botocore==1.42.54
# via
# boto3
# s3transfer
certifi==2026.1.4
# via requests
cffi==2.0.0
# via cryptography
chardet==5.2.0
chardet==6.0.0.post1
# via binaryornot
charset-normalizer==3.4.4
# via requests
Expand Down Expand Up @@ -83,7 +83,7 @@ importlib-metadata==8.7.1
# via keyring
iniconfig==2.3.0
# via pytest
isort==7.0.0
isort==8.0.0
# via pylint
jaraco-classes==3.4.0
# via keyring
Expand Down Expand Up @@ -136,7 +136,7 @@ packaging==26.0
# via
# pytest
# twine
platformdirs==4.9.1
platformdirs==4.9.2
# via pylint
pluggy==1.6.0
# via pytest
Expand All @@ -147,7 +147,7 @@ pygments==2.19.2
# pytest
# readme-renderer
# rich
pylint==4.0.4
pylint==4.0.5
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -198,7 +198,7 @@ requests-toolbelt==1.0.0
# via twine
rfc3986==2.0.0
# via twine
rich==14.3.2
rich==14.3.3
# via
# cookiecutter
# twine
Expand All @@ -222,7 +222,7 @@ sqlparse==0.5.5
# via
# -r requirements/base.txt
# django
stevedore==5.6.0
stevedore==5.7.0
# via code-annotations
text-unidecode==1.3
# via python-slugify
Expand Down
10 changes: 5 additions & 5 deletions requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,29 +6,29 @@
#
cachetools==7.0.1
# via tox
chardet==5.2.0
chardet==6.0.0.post1
# via tox
colorama==0.4.6
# via tox
distlib==0.4.0
# via virtualenv
filelock==3.24.1
filelock==3.24.3
# via
# tox
# virtualenv
packaging==26.0
# via
# pyproject-api
# tox
platformdirs==4.9.1
platformdirs==4.9.2
# via
# tox
# virtualenv
pluggy==1.6.0
# via tox
pyproject-api==1.10.0
# via tox
tox==4.36.0
tox==4.44.0
# via -r requirements/tox.in
virtualenv==20.36.1
virtualenv==20.38.0
# via tox