Skip to content

Commit

Permalink
chore: Updating Python Requirements (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Nov 1, 2021
1 parent be040cb commit d6eae58
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 21 deletions.
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 python-template/{{cookiecutter.placeholder_repo_name}}/requirements/pip-tools.in
tomli==1.2.1
tomli==1.2.2
# via pep517
wheel==0.37.0
# via pip-tools
Expand Down
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ arrow==0.13.2
# via
# -c requirements/constraints.txt
# jinja2-time
astroid==2.8.3
astroid==2.8.4
# via
# pylint
# pylint-celery
Expand All @@ -32,7 +32,7 @@ code-annotations==1.2.0
# via edx-lint
cookiecutter==1.7.3
# via -r requirements/base.in
edx-lint==5.2.0
edx-lint==5.2.1
# via -r requirements/base.in
idna==3.3
# via requests
Expand Down Expand Up @@ -98,7 +98,7 @@ typing-extensions==3.10.0.2
# pylint
urllib3==1.26.7
# via requests
wrapt==1.13.2
wrapt==1.13.3
# via astroid

# The following packages are considered to be unsafe in a requirements file:
Expand Down
6 changes: 3 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ backports.entry-points-selectable==1.1.0
# via virtualenv
distlib==0.3.3
# via virtualenv
filelock==3.3.1
filelock==3.3.2
# via
# tox
# virtualenv
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
six==1.16.0
# via
Expand Down
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ arrow==0.13.2
# -c requirements/constraints.txt
# -r requirements/test.txt
# jinja2-time
astroid==2.8.3
astroid==2.8.4
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -94,11 +94,11 @@ docutils==0.17.1
# restructuredtext-lint
# sphinx
# sphinx-rtd-theme
edx-lint==5.2.0
edx-lint==5.2.1
# via -r requirements/test.txt
edx-sphinx-theme==3.0.0
# via -r requirements/test.txt
filelock==3.3.1
filelock==3.3.2
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -143,7 +143,7 @@ mccabe==0.6.1
# via
# -r requirements/test.txt
# pylint
packaging==21.0
packaging==21.2
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -213,7 +213,7 @@ pylint-plugin-utils==0.6
# -r requirements/test.txt
# pylint-celery
# pylint-django
pyparsing==3.0.1
pyparsing==2.4.7
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -322,7 +322,7 @@ toml==0.10.2
# pylint
# pytest
# tox
tomli==1.2.1
tomli==1.2.2
# via
# -r requirements/pip-tools.txt
# pep517
Expand Down Expand Up @@ -354,7 +354,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-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
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ arrow==0.13.2
# -c requirements/constraints.txt
# -r requirements/base.txt
# jinja2-time
astroid==2.8.3
astroid==2.8.4
# via
# -r requirements/base.txt
# pylint
Expand Down Expand Up @@ -77,13 +77,13 @@ docutils==0.17.1
# restructuredtext-lint
# sphinx
# sphinx-rtd-theme
edx-lint==5.2.0
edx-lint==5.2.1
# via
# -r requirements/base.txt
# -r requirements/test.in
edx-sphinx-theme==3.0.0
# via -r requirements/test.in
filelock==3.3.1
filelock==3.3.2
# via virtualenv
idna==3.3
# via
Expand Down Expand Up @@ -121,7 +121,7 @@ mccabe==0.6.1
# via
# -r requirements/base.txt
# pylint
packaging==21.0
packaging==21.2
# via
# bleach
# pytest
Expand Down Expand Up @@ -172,7 +172,7 @@ pylint-plugin-utils==0.6
# -r requirements/base.txt
# pylint-celery
# pylint-django
pyparsing==3.0.1
pyparsing==2.4.7
# via packaging
pytest==6.2.5
# via pytest-cookies
Expand Down Expand Up @@ -267,7 +267,7 @@ virtualenv==20.9.0
# via -r requirements/test.in
webencodings==0.5.1
# via bleach
wrapt==1.13.2
wrapt==1.13.3
# via
# -r requirements/base.txt
# astroid
Expand Down

0 comments on commit d6eae58

Please sign in to comment.