Skip to content

Commit

Permalink
chore: Updating Python Requirements (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Nov 4, 2021
1 parent 86a962c commit c8ac5b0
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
10 changes: 5 additions & 5 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,25 @@ charset-normalizer==2.0.7
# via requests
codecov==2.1.12
# via -r requirements/ci.in
coverage==6.0.2
coverage==6.1.1
# via codecov
distlib==0.3.3
# via virtualenv
filelock==3.3.1
filelock==3.3.2
# via
# tox
# virtualenv
idna==3.3
# via requests
packaging==21.0
packaging==21.2
# via tox
platformdirs==2.4.0
# via virtualenv
pluggy==1.0.0
# via tox
py==1.10.0
# via tox
pyparsing==3.0.3
pyparsing==2.4.7
# via packaging
requests==2.26.0
# via codecov
Expand All @@ -48,5 +48,5 @@ tox-battery==0.6.1
# via -r requirements/ci.in
urllib3==1.26.7
# via requests
virtualenv==20.9.0
virtualenv==20.10.0
# via tox
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ code-annotations==1.2.0
# edx-lint
codecov==2.1.12
# via -r requirements/ci.txt
coverage[toml]==6.0.2
coverage[toml]==6.1.1
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand All @@ -81,7 +81,7 @@ django==2.2.24
# -r requirements/test.txt
edx-lint==5.2.1
# via -r requirements/test.txt
filelock==3.3.1
filelock==3.3.2
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand All @@ -102,7 +102,7 @@ iniconfig==1.1.1
# via
# -r requirements/test.txt
# pytest
isort==5.9.3
isort==5.10.0
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -131,7 +131,7 @@ oauthlib==3.1.1
# -r requirements/test.txt
# requests-oauthlib
# social-auth-core
packaging==21.0
packaging==21.2
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -201,7 +201,7 @@ pylint-plugin-utils==0.6
# -r requirements/test.txt
# pylint-celery
# pylint-django
pyparsing==3.0.3
pyparsing==2.4.7
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -306,7 +306,7 @@ urllib3==1.26.7
# -r requirements/ci.txt
# -r requirements/test.txt
# requests
virtualenv==20.9.0
virtualenv==20.10.0
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand All @@ -315,7 +315,7 @@ wheel==0.37.0
# via
# -r requirements/pip-tools.txt
# pip-tools
wrapt==1.13.2
wrapt==1.13.3
# 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==58.3.0
setuptools==58.5.2
# via -r requirements/pip.in
14 changes: 7 additions & 7 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ click-log==0.3.2
# via edx-lint
code-annotations==1.2.0
# via edx-lint
coverage[toml]==6.0.2
coverage[toml]==6.1.1
# via
# -r requirements/test.in
# pytest-cov
Expand All @@ -56,7 +56,7 @@ distlib==0.3.3
# -r requirements/base.txt
edx-lint==5.2.1
# via -r requirements/test.in
filelock==3.3.1
filelock==3.3.2
# via
# tox
# virtualenv
Expand All @@ -70,7 +70,7 @@ idna==3.3
# requests
iniconfig==1.1.1
# via pytest
isort==5.9.3
isort==5.10.0
# via pylint
jinja2==3.0.2
# via code-annotations
Expand All @@ -87,7 +87,7 @@ oauthlib==3.1.1
# -r requirements/base.txt
# requests-oauthlib
# social-auth-core
packaging==21.0
packaging==21.2
# via
# pytest
# tox
Expand Down Expand Up @@ -133,7 +133,7 @@ pylint-plugin-utils==0.6
# via
# pylint-celery
# pylint-django
pyparsing==3.0.3
pyparsing==2.4.7
# via packaging
pytest==6.2.5
# via
Expand Down Expand Up @@ -208,9 +208,9 @@ urllib3==1.26.7
# via
# -r requirements/base.txt
# requests
virtualenv==20.9.0
virtualenv==20.10.0
# via tox
wrapt==1.13.2
wrapt==1.13.3
# via astroid

# The following packages are considered to be unsafe in a requirements file:
Expand Down

0 comments on commit c8ac5b0

Please sign in to comment.