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 @@ -34,7 +34,7 @@ click-repl==0.3.0
# via celery
code-annotations==3.0.0
# via edx-toggles
django==5.2.14
django==5.2.15
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -123,7 +123,7 @@ vine==5.1.0
# amqp
# celery
# kombu
wcwidth==0.7.0
wcwidth==0.8.1
# 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 @@ -10,9 +10,9 @@ colorama==0.4.6
# via tox
coverage==7.14.1
# via -r requirements/ci.in
distlib==0.4.0
distlib==0.4.2
# via virtualenv
filelock==3.29.0
filelock==3.29.1
# via
# python-discovery
# tox
Expand All @@ -36,7 +36,7 @@ python-discovery==1.4.0
# virtualenv
tomli-w==1.2.0
# via tox
tox==4.55.0
tox==4.55.1
# via -r requirements/ci.in
virtualenv==21.4.2
# via tox
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,11 @@ dill==0.4.1
# via
# -r requirements/test.txt
# pylint
distlib==0.4.0
distlib==0.4.2
# via
# -r requirements/ci.txt
# virtualenv
django==5.2.14
django==5.2.15
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -151,13 +151,13 @@ fastavro==1.12.2
# via
# -r requirements/test.txt
# openedx-events
filelock==3.29.0
filelock==3.29.1
# via
# -r requirements/ci.txt
# python-discovery
# tox
# virtualenv
idna==3.17
idna==3.18
# via requests
imagesize==2.0.0
# via sphinx
Expand Down Expand Up @@ -314,7 +314,7 @@ six==1.17.0
# edx-ccx-keys
# edx-lint
# python-dateutil
snowballstemmer==3.1.0
snowballstemmer==3.1.1
# via sphinx
sphinx==9.1.0
# via -r requirements/dev.in
Expand Down Expand Up @@ -353,7 +353,7 @@ tomlkit==0.15.0
# -r requirements/test.txt
# edx-lint
# pylint
tox==4.55.0
tox==4.55.1
# via
# -r requirements/ci.txt
# -r requirements/dev.in
Expand Down Expand Up @@ -381,7 +381,7 @@ virtualenv==21.4.2
# via
# -r requirements/ci.txt
# tox
wcwidth==0.7.0
wcwidth==0.8.1
# via
# -r requirements/test.txt
# prompt-toolkit
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ tzlocal==5.3.1
# amqp
# celery
# kombu
wcwidth==0.7.0
wcwidth==0.8.1
# via
# -r requirements/base.txt
# prompt-toolkit
Expand Down