Skip to content

Commit

Permalink
chore: Updating Python Requirements (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Oct 11, 2021
1 parent 99cb4b6 commit b2e1d5c
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 26 deletions.
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
#
backports.entry-points-selectable==1.1.0
# via virtualenv
certifi==2021.5.30
certifi==2021.10.8
# via requests
charset-normalizer==2.0.6
# via requests
codecov==2.1.12
# via -r requirements/ci.in
coverage==6.0
coverage==6.0.1
# via codecov
distlib==0.3.3
# via virtualenv
Expand Down
20 changes: 10 additions & 10 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ amqp==2.6.1
# via
# -r requirements/test.txt
# kombu
astroid==2.8.0
astroid==2.8.2
# via
# -r requirements/quality.txt
# pylint
Expand All @@ -29,15 +29,15 @@ celery==4.4.7
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
certifi==2021.5.30
certifi==2021.10.8
# via
# -r requirements/ci.txt
# requests
charset-normalizer==2.0.6
# via
# -r requirements/ci.txt
# requests
click==8.0.1
click==8.0.3
# via
# -r requirements/pip-tools.txt
# -r requirements/quality.txt
Expand All @@ -55,7 +55,7 @@ code-annotations==1.2.0
# edx-lint
codecov==2.1.12
# via -r requirements/ci.txt
coverage==6.0
coverage[toml]==6.0.1
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand All @@ -76,7 +76,7 @@ django-model-utils==4.1.1
# via -r requirements/test.txt
djangorestframework==3.12.4
# via -r requirements/test.txt
edx-i18n-tools==0.7.0
edx-i18n-tools==0.8.1
# via -r requirements/dev.in
edx-lint==5.2.0
# via
Expand All @@ -99,7 +99,7 @@ isort==5.9.3
# via
# -r requirements/quality.txt
# pylint
jinja2==3.0.1
jinja2==3.0.2
# via
# -r requirements/quality.txt
# code-annotations
Expand Down Expand Up @@ -137,7 +137,7 @@ pep517==0.11.0
# via
# -r requirements/pip-tools.txt
# pip-tools
pip-tools==6.3.0
pip-tools==6.3.1
# via -r requirements/pip-tools.txt
platformdirs==2.4.0
# via
Expand Down Expand Up @@ -193,7 +193,7 @@ pytest==6.2.5
# -r requirements/test.txt
# pytest-cov
# pytest-django
pytest-cov==2.12.1
pytest-cov==3.0.0
# via -r requirements/test.txt
pytest-django==4.4.0
# via -r requirements/test.txt
Expand Down Expand Up @@ -221,7 +221,6 @@ six==1.16.0
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
# edx-i18n-tools
# edx-lint
# tox
# virtualenv
Expand Down Expand Up @@ -250,11 +249,12 @@ toml==0.10.2
# -r requirements/test.txt
# pylint
# pytest
# pytest-cov
# tox
tomli==1.2.1
# via
# -r requirements/pip-tools.txt
# -r requirements/test.txt
# coverage
# pep517
tox==3.24.4
# via
Expand Down
8 changes: 4 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ celery==4.4.7
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
certifi==2021.5.30
certifi==2021.10.8
# via requests
cffi==1.14.6
# via cryptography
Expand Down Expand Up @@ -80,12 +80,12 @@ jeepney==0.7.1
# via
# keyring
# secretstorage
jinja2==3.0.1
jinja2==3.0.2
# via
# coreschema
# sphinx
# swagger2rst
jsonschema==4.0.1
jsonschema==4.1.0
# via swagger2rst
keyring==23.2.1
# via twine
Expand Down Expand Up @@ -180,7 +180,7 @@ tqdm==4.62.3
# via twine
twine==3.4.2
# via -r requirements/doc.in
uritemplate==3.0.1
uritemplate==4.0.0
# via coreapi
urllib3==1.26.7
# via requests
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# make upgrade
#
click==8.0.1
click==8.0.3
# via pip-tools
pep517==0.11.0
# via pip-tools
pip-tools==6.3.0
pip-tools==6.3.1
# via -r requirements/pip-tools.in
tomli==1.2.1
# via pep517
Expand Down
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# make upgrade
#
astroid==2.8.0
astroid==2.8.2
# via
# pylint
# pylint-celery
click==8.0.1
click==8.0.3
# via
# click-log
# code-annotations
Expand All @@ -23,7 +23,7 @@ isort==5.9.3
# via
# -r requirements/quality.in
# pylint
jinja2==3.0.1
jinja2==3.0.2
# via code-annotations
lazy-object-proxy==1.6.0
# via astroid
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ attrs==21.2.0
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
coverage==6.0
coverage[toml]==6.0.1
# via pytest-cov
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
Expand Down Expand Up @@ -46,7 +46,7 @@ pytest==6.2.5
# via
# pytest-cov
# pytest-django
pytest-cov==2.12.1
pytest-cov==3.0.0
# via -r requirements/test.in
pytest-django==4.4.0
# via -r requirements/test.in
Expand All @@ -64,9 +64,9 @@ sqlparse==0.4.2
testfixtures==6.18.3
# via -r requirements/test.in
toml==0.10.2
# via
# pytest
# pytest-cov
# via pytest
tomli==1.2.1
# via coverage
# via
# -r requirements/base.txt
# amqp
Expand Down

0 comments on commit b2e1d5c

Please sign in to comment.