Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python Requirements Update #163

Merged
merged 1 commit into from
Aug 2, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ backports.entry-points-selectable==1.1.0
# via virtualenv
certifi==2021.5.30
# via requests
charset-normalizer==2.0.3
charset-normalizer==2.0.4
# via requests
codecov==2.1.11
# via -r requirements/ci.in
Expand All @@ -24,7 +24,7 @@ idna==3.2
# via requests
packaging==21.0
# via tox
platformdirs==2.1.0
platformdirs==2.2.0
# via virtualenv
pluggy==0.13.1
# via tox
Expand All @@ -40,13 +40,13 @@ six==1.16.0
# virtualenv
toml==0.10.2
# via tox
tox==3.24.0
tox==3.24.1
# via
# -r requirements/ci.in
# tox-battery
tox-battery==0.6.1
# via -r requirements/ci.in
urllib3==1.26.6
# via requests
virtualenv==20.6.0
virtualenv==20.7.0
# via tox
18 changes: 9 additions & 9 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ certifi==2021.5.30
# via
# -r requirements/ci.txt
# requests
charset-normalizer==2.0.3
charset-normalizer==2.0.4
# via
# -r requirements/ci.txt
# requests
Expand All @@ -49,7 +49,7 @@ click-log==0.3.2
# via
# -r requirements/quality.txt
# edx-lint
code-annotations==1.1.2
code-annotations==1.2.0
# via
# -r requirements/quality.txt
# edx-lint
Expand Down Expand Up @@ -97,7 +97,7 @@ iniconfig==1.1.1
# via
# -r requirements/test.txt
# pytest
isort==5.9.2
isort==5.9.3
# via
# -r requirements/quality.txt
# pylint
Expand Down Expand Up @@ -129,7 +129,7 @@ packaging==21.0
# -r requirements/test.txt
# pytest
# tox
path==16.1.0
path==16.2.0
# via edx-i18n-tools
pbr==5.6.0
# via
Expand All @@ -141,7 +141,7 @@ pep517==0.11.0
# pip-tools
pip-tools==6.2.0
# via -r requirements/pip-tools.txt
platformdirs==2.1.0
platformdirs==2.2.0
# via
# -r requirements/ci.txt
# virtualenv
Expand All @@ -163,7 +163,7 @@ pycodestyle==2.7.0
# via -r requirements/quality.txt
pydocstyle==6.1.1
# via -r requirements/quality.txt
pylint==2.9.5
pylint==2.9.6
# via
# -r requirements/quality.txt
# edx-lint
Expand Down Expand Up @@ -254,11 +254,11 @@ toml==0.10.2
# pytest
# pytest-cov
# tox
tomli==1.1.0
tomli==1.2.0
# via
# -r requirements/pip-tools.txt
# pep517
tox==3.24.0
tox==3.24.1
# via
# -r requirements/ci.txt
# tox-battery
Expand All @@ -273,7 +273,7 @@ vine==1.3.0
# -r requirements/test.txt
# amqp
# celery
virtualenv==20.6.0
virtualenv==20.7.0
# via
# -r requirements/ci.txt
# tox
Expand Down
10 changes: 5 additions & 5 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ certifi==2021.5.30
# via requests
cffi==1.14.6
# via cryptography
charset-normalizer==2.0.3
charset-normalizer==2.0.4
# via requests
colorama==0.4.4
# via twine
Expand Down Expand Up @@ -70,13 +70,13 @@ idna==3.2
# via requests
imagesize==1.2.0
# via sphinx
importlib-metadata==4.6.1
importlib-metadata==4.6.3
# via
# keyring
# twine
itypes==1.2.0
# via coreapi
jeepney==0.7.0
jeepney==0.7.1
# via
# keyring
# secretstorage
Expand Down Expand Up @@ -152,7 +152,7 @@ six==1.16.0
# readme-renderer
snowballstemmer==2.1.0
# via sphinx
sphinx==4.1.1
sphinx==4.1.2
# via
# -r requirements/doc.in
# edx-sphinx-theme
Expand All @@ -178,7 +178,7 @@ strict-rfc3339==0.7
# via swagger2rst
swagger2rst==0.0.4
# via -r requirements/doc.in
tqdm==4.61.2
tqdm==4.62.0
# via twine
twine==3.4.2
# via -r requirements/doc.in
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.11.0
# via pip-tools
pip-tools==6.2.0
# via -r requirements/pip-tools.in
tomli==1.1.0
tomli==1.2.0
# via pep517
wheel==0.36.2
# 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 @@ -8,7 +8,7 @@ wheel==0.36.2
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==21.2.1
pip==21.2.2
# via -r requirements/pip.in
setuptools==57.4.0
# via -r requirements/pip.in
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ click==8.0.1
# edx-lint
click-log==0.3.2
# via edx-lint
code-annotations==1.1.2
code-annotations==1.2.0
# via edx-lint
django==2.2.24
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# edx-lint
edx-lint==5.0.0
# via -r requirements/quality.in
isort==5.9.2
isort==5.9.3
# via
# -r requirements/quality.in
# pylint
Expand All @@ -41,7 +41,7 @@ pycodestyle==2.7.0
# via -r requirements/quality.in
pydocstyle==6.1.1
# via -r requirements/quality.in
pylint==2.9.5
pylint==2.9.6
# via
# edx-lint
# pylint-celery
Expand Down