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
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ python-dateutil==2.9.0.post0
# via celery
python-slugify==8.0.4
# via code-annotations
pytz==2026.1.post1
pytz==2026.2
# via -r requirements/base.in
pyyaml==6.0.3
# via code-annotations
Expand Down Expand Up @@ -123,7 +123,7 @@ vine==5.1.0
# amqp
# celery
# kombu
wcwidth==0.6.0
wcwidth==0.7.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,7 +4,7 @@
#
# make upgrade
#
cachetools==7.0.6
cachetools==7.1.1
# via tox
colorama==0.4.6
# via tox
Expand Down Expand Up @@ -36,7 +36,7 @@ python-discovery==1.2.2
# virtualenv
tomli-w==1.2.0
# via tox
tox==4.53.0
tox==4.53.1
# via -r requirements/ci.in
virtualenv==21.3.0
virtualenv==21.3.1
# via tox
12 changes: 6 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ billiard==4.2.4
# via
# -r requirements/test.txt
# celery
build==1.4.4
build==1.5.0
# via
# -r requirements/pip-tools.txt
# pip-tools
cachetools==7.0.6
cachetools==7.1.1
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -298,7 +298,7 @@ python-slugify==8.0.4
# via
# -r requirements/test.txt
# code-annotations
pytz==2026.1.post1
pytz==2026.2
# via -r requirements/test.txt
pyyaml==6.0.3
# via
Expand Down Expand Up @@ -353,7 +353,7 @@ tomlkit==0.14.0
# -r requirements/test.txt
# edx-lint
# pylint
tox==4.53.0
tox==4.53.1
# via
# -r requirements/ci.txt
# -r requirements/dev.in
Expand All @@ -377,11 +377,11 @@ vine==5.1.0
# amqp
# celery
# kombu
virtualenv==21.3.0
virtualenv==21.3.1
# via
# -r requirements/ci.txt
# tox
wcwidth==0.6.0
wcwidth==0.7.0
# via
# -r requirements/test.txt
# prompt-toolkit
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
build==1.4.4
build==1.5.0
# via pip-tools
click==8.3.3
# via pip-tools
Expand All @@ -22,7 +22,7 @@ wheel==0.47.0
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
pip==26.1
pip==26.1.1
# via pip-tools
setuptools==82.0.1
# via pip-tools
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ python-slugify==8.0.4
# via
# -r requirements/base.txt
# code-annotations
pytz==2026.1.post1
pytz==2026.2
# via -r requirements/base.txt
pyyaml==6.0.3
# via
Expand Down Expand Up @@ -234,7 +234,7 @@ tzlocal==5.3.1
# amqp
# celery
# kombu
wcwidth==0.6.0
wcwidth==0.7.0
# via
# -r requirements/base.txt
# prompt-toolkit
Expand Down