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
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
coverage==7.13.0
coverage==7.13.1
# via -r requirements/ci.in
distlib==0.4.0
# via virtualenv
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.13.0
coverage[toml]==7.13.1
# via
# -r requirements/ci.txt
# -r requirements/doc.txt
Expand Down Expand Up @@ -102,7 +102,7 @@ filelock==3.20.1
# -r requirements/ci.txt
# tox
# virtualenv
hypothesis==6.148.7
hypothesis==6.148.8
# via -r requirements/doc.txt
idna==3.11
# via
Expand All @@ -125,7 +125,7 @@ jinja2==3.1.6
# -r requirements/doc.txt
# code-annotations
# sphinx
librt==0.7.4
librt==0.7.5
# via
# -r requirements/doc.txt
# mypy
Expand Down
6 changes: 3 additions & 3 deletions requirements/django-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ code-annotations==2.3.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.13.0
coverage[toml]==7.13.1
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -43,7 +43,7 @@ execnet==2.1.2
# via
# -r requirements/test.txt
# pytest-xdist
hypothesis==6.148.7
hypothesis==6.148.8
# via -r requirements/test.txt
iniconfig==2.3.0
# via
Expand All @@ -57,7 +57,7 @@ jinja2==3.1.6
# via
# -r requirements/test.txt
# code-annotations
librt==0.7.4
librt==0.7.5
# via
# -r requirements/test.txt
# mypy
Expand Down
6 changes: 3 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ code-annotations==2.3.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.13.0
coverage[toml]==7.13.1
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -62,7 +62,7 @@ execnet==2.1.2
# via
# -r requirements/test.txt
# pytest-xdist
hypothesis==6.148.7
hypothesis==6.148.8
# via -r requirements/test.txt
idna==3.11
# via requests
Expand All @@ -81,7 +81,7 @@ jinja2==3.1.6
# -r requirements/test.txt
# code-annotations
# sphinx
librt==0.7.4
librt==0.7.5
# via
# -r requirements/test.txt
# mypy
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ click-log==0.4.0
# via edx-lint
code-annotations==2.3.0
# via edx-lint
coverage[toml]==7.13.0
coverage[toml]==7.13.1
# via
# -r requirements/test.in
# pytest-cov
Expand All @@ -33,15 +33,15 @@ edx-lint==5.6.0
# via -r requirements/test.in
execnet==2.1.2
# via pytest-xdist
hypothesis==6.148.7
hypothesis==6.148.8
# via -r requirements/test.in
iniconfig==2.3.0
# via pytest
isort==6.1.0
# via pylint
jinja2==3.1.6
# via code-annotations
librt==0.7.4
librt==0.7.5
# via mypy
markupsafe==3.0.3
# via jinja2
Expand Down