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 @@ -18,7 +18,7 @@ celery==5.6.3
# -r requirements/base.in
cffi==2.0.0
# via pynacl
click==8.3.3
click==8.4.0
# via
# celery
# click-didyoumean
Expand Down Expand Up @@ -105,7 +105,7 @@ six==1.17.0
# python-dateutil
sqlparse==0.5.5
# via django
stevedore==5.7.0
stevedore==5.8.0
# via
# code-annotations
# edx-django-utils
Expand Down
2 changes: 1 addition & 1 deletion requirements/celery54.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
amqp==5.3.1
billiard==4.2.4
celery==5.6.3
click==8.3.3
click==8.4.0
click-didyoumean==0.3.1
click-repl==0.3.0
kombu==5.6.2
Expand Down
8 changes: 4 additions & 4 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
cachetools==7.1.1
cachetools==7.1.3
# via tox
colorama==0.4.6
# via tox
Expand All @@ -30,13 +30,13 @@ pluggy==1.6.0
# via tox
pyproject-api==1.10.0
# via tox
python-discovery==1.3.0
python-discovery==1.3.1
# via
# tox
# virtualenv
tomli-w==1.2.0
# via tox
tox==4.53.1
tox==4.54.0
# via -r requirements/ci.in
virtualenv==21.3.1
virtualenv==21.3.3
# via tox
16 changes: 8 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ build==1.5.0
# via
# -r requirements/pip-tools.txt
# pip-tools
cachetools==7.1.1
cachetools==7.1.3
# via
# -r requirements/ci.txt
# tox
Expand All @@ -49,7 +49,7 @@ cffi==2.0.0
# pynacl
charset-normalizer==3.4.7
# via requests
click==8.3.3
click==8.4.0
# via
# -r requirements/pip-tools.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -157,7 +157,7 @@ filelock==3.29.0
# python-discovery
# tox
# virtualenv
idna==3.14
idna==3.15
# via requests
imagesize==2.0.0
# via sphinx
Expand Down Expand Up @@ -289,7 +289,7 @@ python-dateutil==2.9.0.post0
# via
# -r requirements/test.txt
# celery
python-discovery==1.3.0
python-discovery==1.3.1
# via
# -r requirements/ci.txt
# tox
Expand All @@ -304,7 +304,7 @@ pyyaml==6.0.3
# via
# -r requirements/test.txt
# code-annotations
requests==2.34.0
requests==2.34.2
# via sphinx
roman-numerals==4.1.0
# via sphinx
Expand Down Expand Up @@ -334,7 +334,7 @@ sqlparse==0.5.5
# via
# -r requirements/test.txt
# django
stevedore==5.7.0
stevedore==5.8.0
# via
# -r requirements/test.txt
# code-annotations
Expand All @@ -353,7 +353,7 @@ tomlkit==0.15.0
# -r requirements/test.txt
# edx-lint
# pylint
tox==4.53.1
tox==4.54.0
# via
# -r requirements/ci.txt
# -r requirements/dev.in
Expand All @@ -377,7 +377,7 @@ vine==5.1.0
# amqp
# celery
# kombu
virtualenv==21.3.1
virtualenv==21.3.3
# via
# -r requirements/ci.txt
# tox
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
build==1.5.0
# via pip-tools
click==8.3.3
click==8.4.0
# via pip-tools
packaging==26.2
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ sqlparse==0.5.5
# via
# -r requirements/base.txt
# django
stevedore==5.7.0
stevedore==5.8.0
# via
# -r requirements/base.txt
# code-annotations
Expand Down