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 @@ -12,7 +12,7 @@ charset-normalizer==2.0.8
# via requests
codecov==2.1.12
# via -r requirements/ci.in
coverage==6.1.2
coverage==6.2
# via codecov
distlib==0.3.3
# via virtualenv
Expand Down
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ asgiref==3.4.1
# via
# -r requirements/test.txt
# django
astroid==2.8.6
astroid==2.9.0
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -58,7 +58,7 @@ code-annotations==1.2.0
# edx-lint
codecov==2.1.12
# via -r requirements/ci.txt
coverage[toml]==6.1.2
coverage[toml]==6.2
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -185,7 +185,7 @@ pyjwt[crypto]==2.3.0
# via
# -r requirements/test.txt
# social-auth-core
pylint==2.11.1
pylint==2.12.1
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -217,7 +217,7 @@ pytest==6.2.5
# pytest-django
pytest-cov==3.0.0
# via -r requirements/test.txt
pytest-django==4.4.0
pytest-django==4.5.0
# via -r requirements/test.txt
python-slugify==5.0.2
# via
Expand Down Expand Up @@ -298,7 +298,7 @@ traceback2==1.4.0
# via
# -r requirements/test.txt
# unittest2
typing-extensions==4.0.0
typing-extensions==4.0.1
# via
# -r requirements/test.txt
# astroid
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.37.0
# The following packages are considered to be unsafe in a requirements file:
pip==21.3.1
# via -r requirements/pip.in
setuptools==59.2.0
setuptools==59.4.0
# via -r requirements/pip.in
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ asgiref==3.4.1
# via
# -r requirements/base.txt
# django
astroid==2.8.6
astroid==2.9.0
# via
# pylint
# pylint-celery
Expand Down Expand Up @@ -39,7 +39,7 @@ click-log==0.3.2
# via edx-lint
code-annotations==1.2.0
# via edx-lint
coverage[toml]==6.1.2
coverage[toml]==6.2
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -123,7 +123,7 @@ pyjwt[crypto]==2.3.0
# via
# -r requirements/base.txt
# social-auth-core
pylint==2.11.1
pylint==2.12.1
# via
# edx-lint
# pylint-celery
Expand All @@ -145,7 +145,7 @@ pytest==6.2.5
# pytest-django
pytest-cov==3.0.0
# via -r requirements/test.in
pytest-django==4.4.0
pytest-django==4.5.0
# via -r requirements/test.in
python-slugify==5.0.2
# via code-annotations
Expand Down Expand Up @@ -202,7 +202,7 @@ tox==3.24.4
# via -r requirements/test.in
traceback2==1.4.0
# via unittest2
typing-extensions==4.0.0
typing-extensions==4.0.1
# via
# astroid
# pylint
Expand Down