Skip to content
Closed
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/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cachetools==7.1.1
# via tox
colorama==0.4.6
# via tox
coverage==7.13.5
coverage==7.14.0
# via -r requirements/ci.in
distlib==0.4.0
# via virtualenv
Expand Down
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.13.5
coverage[toml]==7.14.0
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -304,7 +304,7 @@ tomli-w==1.2.0
# via
# -r requirements/ci.txt
# tox
tomlkit==0.14.0
tomlkit==0.15.0
# via
# -r requirements/quality.txt
# edx-lint
Expand Down
2 changes: 1 addition & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ drf-yasg==1.21.15
# via -r requirements/base.txt
id==1.6.1
# via twine
idna==3.13
idna==3.14
# via requests
imagesize==2.0.0
# via sphinx
Expand Down
2 changes: 1 addition & 1 deletion requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ stevedore==5.7.0
# via code-annotations
text-unidecode==1.3
# via python-slugify
tomlkit==0.14.0
tomlkit==0.15.0
# via
# edx-lint
# pylint
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ click-repl==0.3.0
# via
# -r requirements/base.txt
# celery
coverage[toml]==7.13.5
coverage[toml]==7.14.0
# via pytest-cov
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
Expand Down