Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
chore: Updating Python Requirements (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Oct 26, 2021
1 parent 6d1dc5e commit 6f0d6d8
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pluggy==1.0.0
# via tox
py==1.10.0
# via tox
pyparsing==2.4.7
pyparsing==3.0.1
# via packaging
six==1.16.0
# via
Expand All @@ -30,5 +30,5 @@ toml==0.10.2
# via tox
tox==3.24.4
# via -r requirements/ci.in
virtualenv==20.8.1
virtualenv==20.9.0
# via tox
8 changes: 4 additions & 4 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/test.txt
# pylint
Expand Down Expand Up @@ -134,7 +134,7 @@ pylint-plugin-utils==0.6
# -r requirements/test.txt
# pylint-celery
# pylint-django
pyparsing==2.4.7
pyparsing==3.0.1
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -186,7 +186,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 @@ -203,7 +203,7 @@ typing-extensions==3.10.0.2
# -r requirements/test.txt
# astroid
# pylint
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
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.2.4
# via -r requirements/pip.in
setuptools==58.2.0
setuptools==58.3.0
# via -r requirements/pip.in
6 changes: 3 additions & 3 deletions requirements/test.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 Down Expand Up @@ -68,7 +68,7 @@ pylint-plugin-utils==0.6
# via
# pylint-celery
# pylint-django
pyparsing==2.4.7
pyparsing==3.0.1
# via packaging
pytest==6.2.5
# via
Expand Down Expand Up @@ -100,7 +100,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 6f0d6d8

Please sign in to comment.