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 @@ -103,7 +103,7 @@ six==1.17.0
# -r requirements/base.in
# edx-ccx-keys
# python-dateutil
sqlparse==0.5.5
sqlparse==0.6.0
# via django
stevedore==5.9.0
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ coverage==7.15.4
# via -r requirements/ci.in
distlib==0.4.3
# via virtualenv
filelock==3.32.2
filelock==3.32.3
# via
# python-discovery
# tox
Expand All @@ -21,7 +21,7 @@ packaging==26.3
# via
# pyproject-api
# tox
platformdirs==4.11.2
platformdirs==4.11.3
# via
# tox
# virtualenv
Expand All @@ -35,7 +35,7 @@ python-discovery==1.5.2
# virtualenv
tomli-w==1.2.0
# via tox
tox==4.59.0
tox==4.60.0
# via -r requirements/ci.in
typing-extensions==4.16.0
# via tox
Expand Down
12 changes: 6 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ cffi==2.1.1
# via
# -r requirements/test.txt
# pynacl
charset-normalizer==3.5.0
charset-normalizer==3.5.1
# via requests
click==8.4.2
# via
Expand Down Expand Up @@ -151,7 +151,7 @@ fastavro==1.12.2
# via
# -r requirements/test.txt
# openedx-events
filelock==3.32.2
filelock==3.32.3
# via
# -r requirements/ci.txt
# python-discovery
Expand Down Expand Up @@ -206,7 +206,7 @@ pip-tools==7.6.1
# via
# -r requirements/dev.in
# -r requirements/pip-tools.txt
platformdirs==4.11.2
platformdirs==4.11.3
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -236,7 +236,7 @@ pycparser==3.0
# via
# -r requirements/test.txt
# cffi
pygments==2.20.0
pygments==2.21.0
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -329,7 +329,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/test.txt
# django
Expand All @@ -352,7 +352,7 @@ tomlkit==0.15.1
# -r requirements/test.txt
# edx-lint
# pylint
tox==4.59.0
tox==4.60.0
# via
# -r requirements/ci.txt
# -r requirements/dev.in
Expand Down
6 changes: 4 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ wheel==0.48.0
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
pip==26.2.1
# via pip-tools
pip==26.2
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# pip-tools
setuptools==84.0.0
# via pip-tools
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ packaging==26.3
# -r requirements/base.txt
# kombu
# pytest
platformdirs==4.11.2
platformdirs==4.11.3
# via pylint
pluggy==1.6.0
# via
Expand All @@ -151,7 +151,7 @@ pycparser==3.0
# via
# -r requirements/base.txt
# cffi
pygments==2.20.0
pygments==2.21.0
# via pytest
pylint==4.0.7
# via
Expand Down Expand Up @@ -199,7 +199,7 @@ six==1.17.0
# edx-ccx-keys
# edx-lint
# python-dateutil
sqlparse==0.5.5
sqlparse==0.6.0
# via
# -r requirements/base.txt
# django
Expand Down