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
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ six==1.17.0
# via
# fs
# python-dateutil
sqlparse==0.5.5
sqlparse==0.6.0
# via django
stevedore==5.9.0
# via edx-opaque-keys
Expand Down
16 changes: 8 additions & 8 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.43.69
boto3==1.43.72
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.43.69
botocore==1.43.72
# via
# -r requirements/test.txt
# boto3
Expand All @@ -50,7 +50,7 @@ cffi==2.1.1
# via
# -r requirements/test.txt
# cryptography
charset-normalizer==3.4.9
charset-normalizer==3.5.1
# via
# -r requirements/test.txt
# requests
Expand Down Expand Up @@ -116,7 +116,7 @@ edx-opaque-keys==4.0.0
# via
# -r requirements/test.txt
# xblock
filelock==3.32.2
filelock==3.32.3
# via
# -r requirements/tox.txt
# python-discovery
Expand Down Expand Up @@ -222,7 +222,7 @@ packaging==26.3
# pytest
# tox
# twine
platformdirs==4.11.2
platformdirs==4.11.3
# via
# -r requirements/test.txt
# -r requirements/tox.txt
Expand Down Expand Up @@ -285,7 +285,7 @@ python-dateutil==2.9.0.post0
# arrow
# botocore
# xblock
python-discovery==1.5.1
python-discovery==1.5.2
# via
# -r requirements/tox.txt
# tox
Expand Down Expand Up @@ -355,7 +355,7 @@ six==1.17.0
# fs
# fs-s3fs
# python-dateutil
sqlparse==0.5.5
sqlparse==0.6.0
# via
# -r requirements/test.txt
# django
Expand All @@ -377,7 +377,7 @@ tomlkit==0.15.1
# -r requirements/test.txt
# edx-lint
# pylint
tox==4.59.0
tox==4.60.0
# via -r requirements/tox.txt
twine==7.0.0
# via -r requirements/test.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ six==1.17.0
# -r requirements/base.txt
# fs
# python-dateutil
sqlparse==0.5.5
sqlparse==0.6.0
# via
# -r requirements/base.txt
# django
Expand Down
4 changes: 2 additions & 2 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ beautifulsoup4==4.15.0
# via pydata-sphinx-theme
certifi==2026.7.22
# via requests
charset-normalizer==3.4.9
charset-normalizer==3.5.1
# via requests
django==5.2.17
# via -r requirements/base.txt
Expand Down Expand Up @@ -129,7 +129,7 @@ sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
sqlparse==0.5.5
sqlparse==0.6.0
# via
# -r requirements/base.txt
# django
Expand Down
6 changes: 4 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ wheel==0.48.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==26.2.1
# via -r requirements/pip.in
pip==26.2
# via
# -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/pip.in
setuptools==84.0.0
# 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 @@ -20,15 +20,15 @@ astroid==4.0.4
# pylint-celery
binaryornot==0.6.0
# via cookiecutter
boto3==1.43.69
boto3==1.43.72
# via fs-s3fs
botocore==1.43.69
botocore==1.43.72
# via
# boto3
# s3transfer
certifi==2026.7.22
# via requests
charset-normalizer==3.4.9
charset-normalizer==3.5.1
# via requests
click==8.4.2
# via
Expand Down Expand Up @@ -101,7 +101,7 @@ mccabe==0.7.0
# via pylint
mdurl==0.1.2
# via markdown-it-py
platformdirs==4.11.2
platformdirs==4.11.3
# via pylint
pycodestyle==2.14.0
# via -r requirements/quality.in
Expand Down Expand Up @@ -168,7 +168,7 @@ six==1.17.0
# fs
# fs-s3fs
# python-dateutil
sqlparse==0.5.5
sqlparse==0.6.0
# via
# -r requirements/base.txt
# django
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.43.69
boto3==1.43.72
# via fs-s3fs
botocore==1.43.69
botocore==1.43.72
# via
# boto3
# s3transfer
certifi==2026.7.22
# via requests
cffi==2.1.1
# via cryptography
charset-normalizer==3.4.9
charset-normalizer==3.5.1
# via requests
click==8.4.2
# via
Expand Down Expand Up @@ -138,7 +138,7 @@ packaging==26.3
# via
# pytest
# twine
platformdirs==4.11.2
platformdirs==4.11.3
# via pylint
pluggy==1.6.0
# via pytest
Expand Down Expand Up @@ -227,7 +227,7 @@ six==1.17.0
# fs
# fs-s3fs
# python-dateutil
sqlparse==0.5.5
sqlparse==0.6.0
# via
# -r requirements/base.txt
# django
Expand Down
8 changes: 4 additions & 4 deletions 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.3
# via virtualenv
filelock==3.32.2
filelock==3.32.3
# via
# python-discovery
# tox
Expand All @@ -19,21 +19,21 @@ packaging==26.3
# via
# pyproject-api
# tox
platformdirs==4.11.2
platformdirs==4.11.3
# via
# tox
# virtualenv
pluggy==1.6.0
# via tox
pyproject-api==1.11.0
# via tox
python-discovery==1.5.1
python-discovery==1.5.2
# via
# tox
# virtualenv
tomli-w==1.2.0
# via tox
tox==4.59.0
tox==4.60.0
# via -r requirements/tox.in
typing-extensions==4.16.0
# via tox
Expand Down