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
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,13 @@ markupsafe==3.0.3
# via jinja2
openedx-events==10.5.0
# via -r requirements/base.in
packaging==25.0
packaging==26.0
# via kombu
prompt-toolkit==3.0.52
# via click-repl
psutil==7.2.1
# via edx-django-utils
pycparser==2.23
pycparser==3.0
# via cffi
pymongo==4.16.0
# via
Expand Down Expand Up @@ -123,7 +123,7 @@ vine==5.1.0
# amqp
# celery
# kombu
wcwidth==0.2.14
wcwidth==0.5.0
# via prompt-toolkit

# The following packages are considered to be unsafe in a requirements file:
Expand Down
6 changes: 3 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@
#
# make upgrade
#
cachetools==6.2.4
cachetools==6.2.5
# via tox
chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
coverage==7.13.1
coverage==7.13.2
# via -r requirements/ci.in
distlib==0.4.0
# via virtualenv
filelock==3.20.3
# via
# tox
# virtualenv
packaging==25.0
packaging==26.0
# via
# pyproject-api
# tox
Expand Down
13 changes: 7 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ build==1.4.0
# via
# -r requirements/pip-tools.txt
# pip-tools
cachetools==6.2.4
cachetools==6.2.5
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -91,7 +91,7 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.13.1
coverage[toml]==7.13.2
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -193,7 +193,7 @@ mock==5.2.0
# via -r requirements/test.txt
openedx-events==10.5.0
# via -r requirements/test.txt
packaging==25.0
packaging==26.0
# via
# -r requirements/ci.txt
# -r requirements/pip-tools.txt
Expand All @@ -204,6 +204,7 @@ packaging==25.0
# pytest
# sphinx
# tox
# wheel
pip-tools==7.5.2
# via
# -r requirements/dev.in
Expand Down Expand Up @@ -234,7 +235,7 @@ pycodestyle==2.14.0
# via
# -r requirements/dev.in
# -r requirements/test.txt
pycparser==2.23
pycparser==3.0
# via
# -r requirements/test.txt
# cffi
Expand Down Expand Up @@ -372,11 +373,11 @@ virtualenv==20.36.1
# via
# -r requirements/ci.txt
# tox
wcwidth==0.2.14
wcwidth==0.5.0
# via
# -r requirements/test.txt
# prompt-toolkit
wheel==0.45.1
wheel==0.46.3
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down
10 changes: 6 additions & 4 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,21 @@ build==1.4.0
# via pip-tools
click==8.3.1
# via pip-tools
packaging==25.0
# via build
packaging==26.0
# via
# build
# wheel
pip-tools==7.5.2
# via -r requirements/pip-tools.in
pyproject-hooks==1.2.0
# via
# build
# pip-tools
wheel==0.45.1
wheel==0.46.3
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
pip==25.3
# via pip-tools
setuptools==80.9.0
setuptools==80.10.2
# via pip-tools
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ code-annotations==2.3.0
# -r requirements/base.txt
# edx-lint
# edx-toggles
coverage[toml]==7.13.1
coverage[toml]==7.13.2
# via pytest-cov
ddt==1.7.2
# via -r requirements/test.in
Expand Down Expand Up @@ -127,7 +127,7 @@ mock==5.2.0
# via -r requirements/test.in
openedx-events==10.5.0
# via -r requirements/base.txt
packaging==25.0
packaging==26.0
# via
# -r requirements/base.txt
# kombu
Expand All @@ -147,7 +147,7 @@ psutil==7.2.1
# edx-django-utils
pycodestyle==2.14.0
# via -r requirements/test.in
pycparser==2.23
pycparser==3.0
# via
# -r requirements/base.txt
# cffi
Expand Down Expand Up @@ -232,7 +232,7 @@ tzlocal==5.3.1
# amqp
# celery
# kombu
wcwidth==0.2.14
wcwidth==0.5.0
# via
# -r requirements/base.txt
# prompt-toolkit
Expand Down