Skip to content

Commit

Permalink
chore: Updating Python Requirements (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Oct 28, 2021
1 parent b2072a3 commit 5e83b4e
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pluggy==1.0.0
# via tox
py==1.10.0
# via tox
pyparsing==2.4.7
pyparsing==3.0.3
# 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.8.1
virtualenv==20.9.0
# via tox
10 changes: 5 additions & 5 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.8.3
astroid==2.8.4
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -79,7 +79,7 @@ django==2.2.24
# via
# -c requirements/common_constraints.txt
# -r requirements/test.txt
edx-lint==5.2.0
edx-lint==5.2.1
# via -r requirements/test.txt
filelock==3.3.1
# via
Expand Down Expand Up @@ -201,7 +201,7 @@ pylint-plugin-utils==0.6
# -r requirements/test.txt
# pylint-celery
# pylint-django
pyparsing==2.4.7
pyparsing==3.0.3
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -277,7 +277,7 @@ toml==0.10.2
# pylint
# pytest
# tox
tomli==1.2.1
tomli==1.2.2
# via
# -r requirements/pip-tools.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.8.1
virtualenv==20.9.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.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
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.37.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==21.3
pip==21.3.1
# via -r requirements/pip.in
setuptools==58.2.0
setuptools==58.3.0
# via -r requirements/pip.in
10 changes: 5 additions & 5 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.8.3
astroid==2.8.4
# via
# pylint
# pylint-celery
Expand Down Expand Up @@ -54,7 +54,7 @@ distlib==0.3.3
# via
# -c requirements/common_constraints.txt
# -r requirements/base.txt
edx-lint==5.2.0
edx-lint==5.2.1
# via -r requirements/test.in
filelock==3.3.1
# via
Expand Down Expand Up @@ -133,7 +133,7 @@ pylint-plugin-utils==0.6
# via
# pylint-celery
# pylint-django
pyparsing==2.4.7
pyparsing==3.0.3
# via packaging
pytest==6.2.5
# via
Expand Down Expand Up @@ -192,7 +192,7 @@ toml==0.10.2
# pylint
# pytest
# tox
tomli==1.2.1
tomli==1.2.2
# via coverage
tox==3.24.4
# via -r requirements/test.in
Expand All @@ -208,7 +208,7 @@ urllib3==1.26.7
# via
# -r requirements/base.txt
# requests
virtualenv==20.8.1
virtualenv==20.9.0
# via tox
wrapt==1.13.2
# via astroid
Expand Down

0 comments on commit 5e83b4e

Please sign in to comment.