Skip to content

Commit

Permalink
chore: Updating Python Requirements (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Nov 1, 2021
1 parent 308b586 commit a3034c1
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions requirements/base.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 @@ -63,7 +63,7 @@ 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
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
10 changes: 5 additions & 5 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/base.txt
# pylint
Expand All @@ -24,7 +24,7 @@ code-annotations==1.2.0
# -r requirements/base.txt
distlib==0.3.3
# via virtualenv
filelock==3.3.1
filelock==3.3.2
# via
# tox
# virtualenv
Expand All @@ -48,7 +48,7 @@ mccabe==0.6.1
# via
# -r requirements/base.txt
# pylint
packaging==21.0
packaging==21.2
# via tox
pbr==5.6.0
# via
Expand Down Expand Up @@ -78,7 +78,7 @@ pylint-plugin-utils==0.6
# -r requirements/base.txt
# pylint-celery
# pylint-django
pyparsing==3.0.1
pyparsing==2.4.7
# via packaging
python-slugify==5.0.2
# via
Expand Down Expand Up @@ -119,7 +119,7 @@ typing-extensions==3.10.0.2
# pylint
virtualenv==20.9.0
# via tox
wrapt==1.13.2
wrapt==1.13.3
# via
# -r requirements/base.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 @@ -4,7 +4,7 @@
#
# make upgrade
#
astroid==2.8.3
astroid==2.8.4
# via
# -r requirements/dev.txt
# pylint
Expand All @@ -26,7 +26,7 @@ code-annotations==1.2.0
# via
# -c requirements/constraints.txt
# -r requirements/dev.txt
coverage==6.0.2
coverage==6.1.1
# via -r requirements/test.in
distlib==0.3.3
# via
Expand All @@ -36,7 +36,7 @@ django==2.2.24
# via
# -c requirements/../edx_lint/files/common_constraints.txt
# -r requirements/test.in
filelock==3.3.1
filelock==3.3.2
# via
# -r requirements/dev.txt
# tox
Expand All @@ -63,7 +63,7 @@ mccabe==0.6.1
# via
# -r requirements/dev.txt
# pylint
packaging==21.0
packaging==21.2
# via
# -r requirements/dev.txt
# pytest
Expand Down Expand Up @@ -102,7 +102,7 @@ pylint-plugin-utils==0.6
# -r requirements/dev.txt
# pylint-celery
# pylint-django
pyparsing==3.0.1
pyparsing==2.4.7
# via
# -r requirements/dev.txt
# packaging
Expand Down Expand Up @@ -154,7 +154,7 @@ virtualenv==20.9.0
# via
# -r requirements/dev.txt
# tox
wrapt==1.13.2
wrapt==1.13.3
# via
# -r requirements/dev.txt
# astroid
Expand Down

0 comments on commit a3034c1

Please sign in to comment.