Skip to content

Commit

Permalink
chore: Updating Python Requirements (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Aug 5, 2021
1 parent 4296b09 commit 3d8ede7
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 22 deletions.
3 changes: 2 additions & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ certifi==2021.5.30
# via requests
cffi==1.14.6
# via cryptography
charset-normalizer==2.0.3
charset-normalizer==2.0.4
# via requests
cryptography==3.4.7
# via
Expand Down Expand Up @@ -55,6 +55,7 @@ social-auth-app-django==4.0.0
# via -r requirements/base.in
social-auth-core==4.0.2
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -c requirements/constraints.txt
# -r requirements/base.in
# social-auth-app-django
Expand Down
10 changes: 5 additions & 5 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ backports.entry-points-selectable==1.1.0
# via virtualenv
certifi==2021.5.30
# via requests
charset-normalizer==2.0.3
charset-normalizer==2.0.4
# via requests
codecov==2.1.11
codecov==2.1.12
# via -r requirements/ci.in
coverage==5.5
# via codecov
Expand All @@ -24,7 +24,7 @@ idna==3.2
# via requests
packaging==21.0
# via tox
platformdirs==2.1.0
platformdirs==2.2.0
# via virtualenv
pluggy==0.13.1
# via tox
Expand All @@ -40,13 +40,13 @@ six==1.16.0
# virtualenv
toml==0.10.2
# via tox
tox==3.24.0
tox==3.24.1
# via
# -r requirements/ci.in
# tox-battery
tox-battery==0.6.1
# via -r requirements/ci.in
urllib3==1.26.6
# via requests
virtualenv==20.6.0
virtualenv==20.7.0
# via tox
17 changes: 9 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ argparse==1.4.0
# via
# -r requirements/test.txt
# unittest2
astroid==2.6.5
astroid==2.6.6
# via
# -r requirements/test.txt
# pylint
Expand All @@ -31,7 +31,7 @@ cffi==1.14.6
# via
# -r requirements/test.txt
# cryptography
charset-normalizer==2.0.3
charset-normalizer==2.0.4
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand All @@ -52,7 +52,7 @@ code-annotations==1.2.0
# via
# -r requirements/test.txt
# edx-lint
codecov==2.1.11
codecov==2.1.12
# via -r requirements/ci.txt
coverage==5.5
# via
Expand Down Expand Up @@ -103,7 +103,7 @@ iniconfig==1.1.1
# via
# -r requirements/test.txt
# pytest
isort==5.9.2
isort==5.9.3
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -148,7 +148,7 @@ pep517==0.11.0
# pip-tools
pip-tools==6.2.0
# via -r requirements/pip-tools.txt
platformdirs==2.1.0
platformdirs==2.2.0
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -260,6 +260,7 @@ social-auth-app-django==4.0.0
# via -r requirements/test.txt
social-auth-core==4.0.2
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -c requirements/constraints.txt
# -r requirements/test.txt
# social-auth-app-django
Expand All @@ -283,11 +284,11 @@ toml==0.10.2
# pytest
# pytest-cov
# tox
tomli==1.1.0
tomli==1.2.0
# via
# -r requirements/pip-tools.txt
# pep517
tox==3.24.0
tox==3.24.1
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand All @@ -305,7 +306,7 @@ urllib3==1.26.6
# -r requirements/ci.txt
# -r requirements/test.txt
# requests
virtualenv==20.6.0
virtualenv==20.7.0
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pep517==0.11.0
# via pip-tools
pip-tools==6.2.0
# via -r requirements/pip-tools.in
tomli==1.1.0
tomli==1.2.0
# via pep517
wheel==0.36.2
# via pip-tools
Expand Down
2 changes: 1 addition & 1 deletion 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==21.2.1
pip==21.2.2
# via -r requirements/pip.in
setuptools==57.4.0
# via -r requirements/pip.in
13 changes: 7 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
argparse==1.4.0
# via unittest2
astroid==2.6.5
astroid==2.6.6
# via
# pylint
# pylint-celery
Expand All @@ -22,7 +22,7 @@ cffi==1.14.6
# via
# -r requirements/base.txt
# cryptography
charset-normalizer==2.0.3
charset-normalizer==2.0.4
# via
# -r requirements/base.txt
# requests
Expand Down Expand Up @@ -71,7 +71,7 @@ idna==3.2
# requests
iniconfig==1.1.1
# via pytest
isort==5.9.2
isort==5.9.3
# via pylint
jinja2==3.0.1
# via code-annotations
Expand All @@ -94,7 +94,7 @@ packaging==21.0
# tox
pbr==5.6.0
# via stevedore
platformdirs==2.1.0
platformdirs==2.2.0
# via virtualenv
pluggy==0.13.1
# via
Expand Down Expand Up @@ -180,6 +180,7 @@ social-auth-app-django==4.0.0
# via -r requirements/base.txt
social-auth-core==4.0.2
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -c requirements/constraints.txt
# -r requirements/base.txt
# social-auth-app-django
Expand All @@ -197,7 +198,7 @@ toml==0.10.2
# pytest
# pytest-cov
# tox
tox==3.24.0
tox==3.24.1
# via -r requirements/test.in
traceback2==1.4.0
# via unittest2
Expand All @@ -207,7 +208,7 @@ urllib3==1.26.6
# via
# -r requirements/base.txt
# requests
virtualenv==20.6.0
virtualenv==20.7.0
# via tox
wrapt==1.12.1
# via astroid
Expand Down

0 comments on commit 3d8ede7

Please sign in to comment.