Skip to content

Commit

Permalink
chore: Updating Python Requirements (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Nov 1, 2021
1 parent 932a46b commit e337bec
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 29 deletions.
8 changes: 4 additions & 4 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.1
pyparsing==2.4.7
# via packaging
requests==2.26.0
# via codecov
Expand Down
16 changes: 8 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
astroid==2.8.3
astroid==2.8.4
# via
# -r requirements/quality.txt
# pylint
Expand Down Expand Up @@ -45,7 +45,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/quality.txt
Expand All @@ -66,9 +66,9 @@ django==2.2.24
# edx-i18n-tools
edx-i18n-tools==0.8.1
# via -r requirements/dev.in
edx-lint==5.2.0
edx-lint==5.2.1
# via -r requirements/quality.txt
filelock==3.3.1
filelock==3.3.2
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -107,7 +107,7 @@ mccabe==0.6.1
# via
# -r requirements/quality.txt
# pylint
packaging==21.0
packaging==21.2
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -172,7 +172,7 @@ pylint-plugin-utils==0.6
# -r requirements/quality.txt
# pylint-celery
# pylint-django
pyparsing==3.0.1
pyparsing==2.4.7
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -233,7 +233,7 @@ toml==0.10.2
# pylint
# pytest
# tox
tomli==1.2.1
tomli==1.2.2
# via
# -r requirements/pip-tools.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -262,7 +262,7 @@ wheel==0.37.0
# via
# -r requirements/pip-tools.txt
# pip-tools
wrapt==1.13.2
wrapt==1.13.3
# via
# -r requirements/quality.txt
# astroid
Expand Down
8 changes: 4 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ certifi==2021.10.8
# via requests
charset-normalizer==2.0.7
# via requests
coverage[toml]==6.0.2
coverage[toml]==6.1.1
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -48,7 +48,7 @@ jinja2==3.0.2
# via sphinx
markupsafe==2.0.1
# via jinja2
packaging==21.0
packaging==21.2
# via
# -r requirements/test.txt
# bleach
Expand All @@ -69,7 +69,7 @@ pygments==2.10.0
# doc8
# readme-renderer
# sphinx
pyparsing==3.0.1
pyparsing==2.4.7
# via
# -r requirements/test.txt
# packaging
Expand Down Expand Up @@ -125,7 +125,7 @@ toml==0.10.2
# via
# -r requirements/test.txt
# pytest
tomli==1.2.1
tomli==1.2.2
# via
# -r requirements/test.txt
# coverage
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.12.0
# via pip-tools
pip-tools==6.4.0
# via -r requirements/pip-tools.in
tomli==1.2.1
tomli==1.2.2
# via pep517
wheel==0.37.0
# 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 @@ -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.4.0
# via -r requirements/pip.in
14 changes: 7 additions & 7 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
astroid==2.8.3
astroid==2.8.4
# via
# pylint
# pylint-celery
Expand All @@ -21,15 +21,15 @@ 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.txt
# pytest-cov
django==2.2.24
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
edx-lint==5.2.0
edx-lint==5.2.1
# via -r requirements/quality.in
iniconfig==1.1.1
# via
Expand All @@ -47,7 +47,7 @@ markupsafe==2.0.1
# via jinja2
mccabe==0.6.1
# via pylint
packaging==21.0
packaging==21.2
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -81,7 +81,7 @@ pylint-plugin-utils==0.6
# via
# pylint-celery
# pylint-django
pyparsing==3.0.1
pyparsing==2.4.7
# via
# -r requirements/test.txt
# packaging
Expand Down Expand Up @@ -119,15 +119,15 @@ toml==0.10.2
# -r requirements/test.txt
# pylint
# pytest
tomli==1.2.1
tomli==1.2.2
# via
# -r requirements/test.txt
# coverage
typing-extensions==3.10.0.2
# via
# astroid
# pylint
wrapt==1.13.2
wrapt==1.13.3
# via astroid

# The following packages are considered to be unsafe in a requirements file:
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@
#
attrs==21.2.0
# via pytest
coverage[toml]==6.0.2
coverage[toml]==6.1.1
# via pytest-cov
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.txt
iniconfig==1.1.1
# via pytest
packaging==21.0
packaging==21.2
# via pytest
pluggy==1.0.0
# via pytest
py==1.10.0
# via pytest
pyparsing==3.0.1
pyparsing==2.4.7
# via packaging
pytest==6.2.5
# via
Expand All @@ -39,5 +39,5 @@ sqlparse==0.4.2
# django
toml==0.10.2
# via pytest
tomli==1.2.1
tomli==1.2.2
# via coverage

0 comments on commit e337bec

Please sign in to comment.