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 @@ -105,7 +105,7 @@ six==1.17.0
# python-dateutil
sqlparse==0.5.5
# via django
stevedore==5.6.0
stevedore==5.7.0
# via
# code-annotations
# edx-django-utils
Expand Down
8 changes: 4 additions & 4 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
#
cachetools==7.0.1
# via tox
chardet==5.2.0
chardet==6.0.0.post1
# via tox
colorama==0.4.6
# via tox
coverage==7.13.4
# via -r requirements/ci.in
distlib==0.4.0
# via virtualenv
filelock==3.24.2
filelock==3.24.3
# via
# tox
# virtualenv
Expand All @@ -30,7 +30,7 @@ pluggy==1.6.0
# via tox
pyproject-api==1.10.0
# via tox
tox==4.36.1
tox==4.45.0
# via -r requirements/ci.in
virtualenv==20.37.0
virtualenv==20.39.0
# via tox
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ cffi==2.0.0
# via
# -r requirements/test.txt
# pynacl
chardet==5.2.0
chardet==6.0.0.post1
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -155,7 +155,7 @@ fastavro==1.12.1
# via
# -r requirements/test.txt
# openedx-events
filelock==3.24.2
filelock==3.24.3
# via
# -r requirements/ci.txt
# tox
Expand All @@ -168,7 +168,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 @@ -244,7 +244,7 @@ pygments==2.19.2
# -r requirements/test.txt
# pytest
# sphinx
pylint==4.0.4
pylint==4.0.5
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -331,7 +331,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 @@ -345,7 +345,7 @@ tomlkit==0.14.0
# via
# -r requirements/test.txt
# pylint
tox==4.36.1
tox==4.45.0
# via
# -r requirements/ci.txt
# -r requirements/dev.in
Expand All @@ -369,7 +369,7 @@ vine==5.1.0
# amqp
# celery
# kombu
virtualenv==20.37.0
virtualenv==20.39.0
# via
# -r requirements/ci.txt
# tox
Expand Down
6 changes: 2 additions & 4 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ wheel==0.46.3
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
pip==25.3
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# pip-tools
pip==26.0.1
# via pip-tools
setuptools==82.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 @@ -108,7 +108,7 @@ fastavro==1.12.1
# openedx-events
iniconfig==2.3.0
# via pytest
isort==7.0.0
isort==8.0.0
# via pylint
jinja2==3.1.6
# via
Expand Down Expand Up @@ -153,7 +153,7 @@ pycparser==3.0
# cffi
pygments==2.19.2
# via pytest
pylint==4.0.4
pylint==4.0.5
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -203,7 +203,7 @@ sqlparse==0.5.5
# via
# -r requirements/base.txt
# django
stevedore==5.6.0
stevedore==5.7.0
# via
# -r requirements/base.txt
# code-annotations
Expand Down