Skip to content

Commit

Permalink
Updating Python Requirements (#95)
Browse files Browse the repository at this point in the history
Co-authored-by: Usama Sadiq <[email protected]>
  • Loading branch information
edx-requirements-bot and UsamaSadiq authored Jan 29, 2021
1 parent dd9a01c commit 8eb89a4
Show file tree
Hide file tree
Showing 5 changed files with 72 additions and 18 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ social-auth-core==4.0.3
# social-auth-app-django
sqlparse==0.4.1
# via django
urllib3==1.26.2
urllib3==1.26.3
# via requests
6 changes: 3 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ chardet==4.0.0
# via requests
codecov==2.1.11
# via -r requirements/ci.in
coverage==5.3.1
coverage==5.4
# via codecov
distlib==0.3.1
# via virtualenv
Expand Down Expand Up @@ -40,11 +40,11 @@ toml==0.10.2
# via tox
tox-battery==0.6.1
# via -r requirements/ci.in
tox==3.21.2
tox==3.21.3
# via
# -r requirements/ci.in
# tox-battery
urllib3==1.26.2
urllib3==1.26.3
# via requests
virtualenv==20.4.0
# via tox
47 changes: 41 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,16 @@ click==7.1.2
# -r requirements/pip-tools.txt
# -r requirements/test.txt
# click-log
# code-annotations
# edx-lint
# pip-tools
code-annotations==1.0.2
# via
# -r requirements/test.txt
# edx-lint
codecov==2.1.11
# via -r requirements/ci.txt
coverage==5.3.1
coverage==5.4
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand All @@ -73,7 +78,9 @@ django==2.2.17
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
edx-lint==1.6
# code-annotations
# edx-lint
edx-lint==3.0.2
# via -r requirements/test.txt
filelock==3.0.12
# via
Expand All @@ -100,6 +107,10 @@ isort==5.7.0
# via
# -r requirements/test.txt
# pylint
jinja2==2.11.2
# via
# -r requirements/test.txt
# code-annotations
lazy-object-proxy==1.4.3
# via
# -r requirements/test.txt
Expand All @@ -108,6 +119,10 @@ linecache2==1.0.0
# via
# -r requirements/test.txt
# traceback2
markupsafe==1.1.1
# via
# -r requirements/test.txt
# jinja2
mccabe==0.6.1
# via
# -r requirements/test.txt
Expand All @@ -123,6 +138,10 @@ packaging==20.8
# -r requirements/test.txt
# pytest
# tox
pbr==5.5.1
# via
# -r requirements/test.txt
# stevedore
pip-tools==5.5.0
# via -r requirements/pip-tools.txt
pluggy==0.13.1
Expand Down Expand Up @@ -157,7 +176,7 @@ pylint-celery==0.3
# via
# -r requirements/test.txt
# edx-lint
pylint-django==2.3.0
pylint-django==2.4.2
# via
# -r requirements/test.txt
# edx-lint
Expand All @@ -182,11 +201,15 @@ pytest-cov==2.11.1
# via -r requirements/test.txt
pytest-django==4.1.0
# via -r requirements/test.txt
pytest==6.2.1
pytest==6.2.2
# via
# -r requirements/test.txt
# pytest-cov
# pytest-django
python-slugify==4.0.1
# via
# -r requirements/test.txt
# code-annotations
python3-openid==3.2.0
# via
# -r requirements/test.txt
Expand All @@ -195,6 +218,10 @@ pytz==2020.5
# via
# -r requirements/test.txt
# django
pyyaml==5.4.1
# via
# -r requirements/test.txt
# code-annotations
requests-oauthlib==1.3.0
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -229,6 +256,14 @@ sqlparse==0.4.1
# via
# -r requirements/test.txt
# django
stevedore==3.3.0
# via
# -r requirements/test.txt
# code-annotations
text-unidecode==1.3
# via
# -r requirements/test.txt
# python-slugify
toml==0.10.2
# via
# -r requirements/ci.txt
Expand All @@ -238,7 +273,7 @@ toml==0.10.2
# tox
tox-battery==0.6.1
# via -r requirements/ci.txt
tox==3.21.2
tox==3.21.3
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand All @@ -249,7 +284,7 @@ traceback2==1.4.0
# unittest2
unittest2==1.1.0
# via -r requirements/test.txt
urllib3==1.26.2
urllib3==1.26.3
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ wheel==0.36.2
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==20.3.3
pip==21.0
# via -r requirements/pip.in
setuptools==51.3.3
setuptools==52.0.0
# via -r requirements/pip.in
31 changes: 25 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,11 @@ click-log==0.3.2
click==7.1.2
# via
# click-log
# code-annotations
# edx-lint
coverage==5.3.1
code-annotations==1.0.2
# via edx-lint
coverage==5.4
# via
# -r requirements/test.in
# pytest-cov
Expand All @@ -50,7 +53,9 @@ distlib==0.3.1
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.txt
edx-lint==1.6
# code-annotations
# edx-lint
edx-lint==3.0.2
# via -r requirements/test.in
filelock==3.0.12
# via
Expand All @@ -68,10 +73,14 @@ iniconfig==1.1.1
# via pytest
isort==5.7.0
# via pylint
jinja2==2.11.2
# via code-annotations
lazy-object-proxy==1.4.3
# via astroid
linecache2==1.0.0
# via traceback2
markupsafe==1.1.1
# via jinja2
mccabe==0.6.1
# via pylint
oauthlib==3.1.0
Expand All @@ -83,6 +92,8 @@ packaging==20.8
# via
# pytest
# tox
pbr==5.5.1
# via stevedore
pluggy==0.13.1
# via
# pytest
Expand All @@ -107,7 +118,7 @@ pyjwt==2.0.1
# social-auth-core
pylint-celery==0.3
# via edx-lint
pylint-django==2.3.0
pylint-django==2.4.2
# via edx-lint
pylint-plugin-utils==0.6
# via
Expand All @@ -125,10 +136,12 @@ pytest-cov==2.11.1
# via -r requirements/test.in
pytest-django==4.1.0
# via -r requirements/test.in
pytest==6.2.1
pytest==6.2.2
# via
# pytest-cov
# pytest-django
python-slugify==4.0.1
# via code-annotations
python3-openid==3.2.0
# via
# -r requirements/base.txt
Expand All @@ -137,6 +150,8 @@ pytz==2020.5
# via
# -r requirements/base.txt
# django
pyyaml==5.4.1
# via code-annotations
requests-oauthlib==1.3.0
# via
# -r requirements/base.txt
Expand Down Expand Up @@ -168,18 +183,22 @@ sqlparse==0.4.1
# via
# -r requirements/base.txt
# django
stevedore==3.3.0
# via code-annotations
text-unidecode==1.3
# via python-slugify
toml==0.10.2
# via
# pylint
# pytest
# tox
tox==3.21.2
tox==3.21.3
# via -r requirements/test.in
traceback2==1.4.0
# via unittest2
unittest2==1.1.0
# via -r requirements/test.in
urllib3==1.26.2
urllib3==1.26.3
# via
# -r requirements/base.txt
# requests
Expand Down

0 comments on commit 8eb89a4

Please sign in to comment.