Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python Requirements Update #186

Merged
merged 1 commit into from
Jun 3, 2021
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
18 changes: 9 additions & 9 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ bleach==3.3.0
# via
# -r requirements/doc.txt
# readme-renderer
certifi==2020.12.5
certifi==2021.5.30
# via
# -r requirements/doc.txt
# -r requirements/travis.txt
Expand All @@ -60,7 +60,7 @@ code-annotations==1.1.2
# via
# -r requirements/doc.txt
# edx-lint
coverage[toml]==5.5
coverage==5.5
# via
# -r requirements/doc.txt
# -r requirements/travis.txt
Expand All @@ -70,11 +70,11 @@ coveralls==3.1.0
# via -r requirements/travis.txt
ddt==1.4.2
# via -r requirements/doc.txt
distlib==0.3.1
distlib==0.3.2
# via
# -r requirements/travis.txt
# virtualenv
django==2.2.23
django==2.2.24
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/doc.txt
Expand All @@ -93,7 +93,7 @@ edx-lint==5.0.0
# via -r requirements/doc.txt
edx-sphinx-theme==2.1.0
# via -r requirements/doc.txt
execnet==1.8.0
execnet==1.8.1
# via
# -r requirements/doc.txt
# pytest-cache
Expand All @@ -103,7 +103,7 @@ filelock==3.0.12
# -r requirements/travis.txt
# tox
# virtualenv
hypothesis==6.13.7
hypothesis==6.13.11
# via -r requirements/doc.txt
idna==2.10
# via
Expand Down Expand Up @@ -196,7 +196,7 @@ pylint-plugin-utils==0.6
# -r requirements/doc.txt
# pylint-celery
# pylint-django
pylint==2.8.2
pylint==2.8.3
# via
# -r requirements/doc.txt
# edx-lint
Expand All @@ -215,7 +215,7 @@ pytest-cache==1.0
# via
# -r requirements/doc.txt
# pytest-pep8
pytest-cov==2.12.0
pytest-cov==2.12.1
# via -r requirements/doc.txt
pytest-forked==1.3.0
# via
Expand Down Expand Up @@ -324,9 +324,9 @@ toml==0.10.2
# -r requirements/doc.txt
# -r requirements/pip-tools.txt
# -r requirements/travis.txt
# coverage
# pep517
# pylint
# pytest-cov
# pytest-pylint
# tox
tox-battery==0.6.1
Expand Down
12 changes: 6 additions & 6 deletions requirements/django-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ code-annotations==1.1.2
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==5.5
coverage==5.5
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -45,12 +45,12 @@ ddt==1.4.2
# edx-lint
edx-lint==5.0.0
# via -r requirements/test.txt
execnet==1.8.0
execnet==1.8.1
# via
# -r requirements/test.txt
# pytest-cache
# pytest-xdist
hypothesis==6.13.7
hypothesis==6.13.11
# via -r requirements/test.txt
isort==5.8.0
# via
Expand Down Expand Up @@ -114,7 +114,7 @@ pylint-plugin-utils==0.6
# -r requirements/test.txt
# pylint-celery
# pylint-django
pylint==2.8.2
pylint==2.8.3
# via
# -r requirements/test.txt
# edx-lint
Expand All @@ -132,7 +132,7 @@ pytest-cache==1.0
# via
# -r requirements/test.txt
# pytest-pep8
pytest-cov==2.12.0
pytest-cov==2.12.1
# via -r requirements/test.txt
pytest-django==4.3.0
# via -r requirements/django-test.in
Expand Down Expand Up @@ -197,8 +197,8 @@ text-unidecode==1.3
toml==0.10.2
# via
# -r requirements/test.txt
# coverage
# pylint
# pytest-cov
# pytest-pylint
wcwidth==0.2.5
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/django.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
django==2.2.23
django==2.2.24
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/django.in
Expand Down
16 changes: 8 additions & 8 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ babel==2.9.1
# via sphinx
bleach==3.3.0
# via readme-renderer
certifi==2020.12.5
certifi==2021.5.30
# via requests
chardet==4.0.0
# via requests
Expand All @@ -42,13 +42,13 @@ code-annotations==1.1.2
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==5.5
coverage==5.5
# via
# -r requirements/test.txt
# pytest-cov
ddt==1.4.2
# via -r requirements/test.txt
django==2.2.23
django==2.2.24
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand All @@ -62,12 +62,12 @@ edx-lint==5.0.0
# via -r requirements/test.txt
edx-sphinx-theme==2.1.0
# via -r requirements/doc.in
execnet==1.8.0
execnet==1.8.1
# via
# -r requirements/test.txt
# pytest-cache
# pytest-xdist
hypothesis==6.13.7
hypothesis==6.13.11
# via -r requirements/test.txt
idna==2.10
# via requests
Expand Down Expand Up @@ -142,7 +142,7 @@ pylint-plugin-utils==0.6
# -r requirements/test.txt
# pylint-celery
# pylint-django
pylint==2.8.2
pylint==2.8.3
# via
# -r requirements/test.txt
# edx-lint
Expand All @@ -160,7 +160,7 @@ pytest-cache==1.0
# via
# -r requirements/test.txt
# pytest-pep8
pytest-cov==2.12.0
pytest-cov==2.12.1
# via -r requirements/test.txt
pytest-forked==1.3.0
# via
Expand Down Expand Up @@ -246,8 +246,8 @@ text-unidecode==1.3
toml==0.10.2
# via
# -r requirements/test.txt
# coverage
# pylint
# pytest-cov
# pytest-pylint
urllib3==1.26.5
# via requests
Expand Down
14 changes: 7 additions & 7 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,23 +23,23 @@ click==8.0.1
# edx-lint
code-annotations==1.1.2
# via edx-lint
coverage[toml]==5.5
coverage==5.5
# via
# -r requirements/test.in
# pytest-cov
ddt==1.4.2
# via -r requirements/test.in
django==2.2.23
django==2.2.24
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# edx-lint
edx-lint==5.0.0
# via -r requirements/test.in
execnet==1.8.0
execnet==1.8.1
# via
# pytest-cache
# pytest-xdist
hypothesis==6.13.7
hypothesis==6.13.11
# via -r requirements/test.in
isort==5.8.0
# via pylint
Expand Down Expand Up @@ -79,7 +79,7 @@ pylint-plugin-utils==0.6
# via
# pylint-celery
# pylint-django
pylint==2.8.2
pylint==2.8.3
# via
# edx-lint
# pylint-celery
Expand All @@ -92,7 +92,7 @@ pyparsing==2.4.7
# via packaging
pytest-cache==1.0
# via pytest-pep8
pytest-cov==2.12.0
pytest-cov==2.12.1
# via -r requirements/test.in
pytest-forked==1.3.0
# via pytest-xdist
Expand Down Expand Up @@ -136,8 +136,8 @@ text-unidecode==1.3
# via python-slugify
toml==0.10.2
# via
# coverage
# pylint
# pytest-cov
# pytest-pylint
wcwidth==0.2.5
# via pytest
Expand Down
4 changes: 2 additions & 2 deletions requirements/travis.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
#
appdirs==1.4.4
# via virtualenv
certifi==2020.12.5
certifi==2021.5.30
# via requests
chardet==4.0.0
# via requests
coverage==5.5
# via coveralls
coveralls==3.1.0
# via -r requirements/travis.in
distlib==0.3.1
distlib==0.3.2
# via virtualenv
docopt==0.6.2
# via coveralls
Expand Down