Skip to content

Commit

Permalink
chore: Updating Python Requirements (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Oct 26, 2021
1 parent da569fa commit b3f5e00
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ pbr==5.6.0
# via stevedore
psutil==5.8.0
# via edx-django-utils
pymongo==3.12.0
pymongo==3.12.1
# via -r requirements/base.in
pytz==2021.3
# via
Expand Down
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.1
# 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 @@ -10,7 +10,7 @@ amqp==2.6.1
# via
# -r requirements/test.txt
# kombu
astroid==2.8.3
astroid==2.8.4
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -208,9 +208,9 @@ pylint-plugin-utils==0.6
# -r requirements/test.txt
# pylint-celery
# pylint-django
pymongo==3.12.0
pymongo==3.12.1
# via -r requirements/test.txt
pyparsing==2.4.7
pyparsing==3.0.1
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -284,7 +284,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 All @@ -311,7 +311,7 @@ vine==1.3.0
# -r requirements/test.txt
# amqp
# celery
virtualenv==20.8.1
virtualenv==20.9.0
# via
# -r requirements/ci.txt
# tox
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
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# via
# -r requirements/base.txt
# kombu
astroid==2.8.3
astroid==2.8.4
# via
# pylint
# pylint-celery
Expand Down Expand Up @@ -103,9 +103,9 @@ pylint-plugin-utils==0.6
# via
# pylint-celery
# pylint-django
pymongo==3.12.0
pymongo==3.12.1
# via -r requirements/base.txt
pyparsing==2.4.7
pyparsing==3.0.1
# via packaging
pytest==6.2.5
# via pytest-cov
Expand Down Expand Up @@ -140,7 +140,7 @@ toml==0.10.2
# via
# pylint
# pytest
tomli==1.2.1
tomli==1.2.2
# via coverage
typing-extensions==3.10.0.2
# via
Expand Down

0 comments on commit b3f5e00

Please sign in to comment.