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 #168

Merged
merged 1 commit into from
Sep 7, 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: 3 additions & 5 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,10 @@ idna==3.2
# via requests
packaging==21.0
# via tox
platformdirs==2.2.0
platformdirs==2.3.0
# via virtualenv
pluggy==0.13.1
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# tox
pluggy==1.0.0
# via tox
py==1.10.0
# via tox
pyparsing==2.4.7
Expand Down
15 changes: 5 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.7.2
astroid==2.7.3
# via
# -r requirements/quality.txt
# pylint
Expand Down Expand Up @@ -68,19 +68,17 @@ distlib==0.3.2
django==2.2.24
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/quality.txt
# -r requirements/test.txt
# django-model-utils
# djangorestframework
# edx-i18n-tools
# edx-lint
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
# via -r requirements/dev.in
edx-lint==5.0.0
edx-lint==5.1.0
# via
# -r requirements/dev.in
# -r requirements/quality.txt
Expand Down Expand Up @@ -141,15 +139,14 @@ pep517==0.11.0
# pip-tools
pip-tools==6.2.0
# via -r requirements/pip-tools.txt
platformdirs==2.2.0
platformdirs==2.3.0
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
# pylint
# virtualenv
pluggy==0.13.1
pluggy==1.0.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/ci.txt
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -191,7 +188,7 @@ pyparsing==2.4.7
# -r requirements/ci.txt
# -r requirements/test.txt
# packaging
pytest==6.2.4
pytest==6.2.5
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -206,7 +203,6 @@ python-slugify==5.0.2
# code-annotations
pytz==2021.1
# via
# -r requirements/quality.txt
# -r requirements/test.txt
# celery
# django
Expand Down Expand Up @@ -235,7 +231,6 @@ snowballstemmer==2.1.0
# pydocstyle
sqlparse==0.4.1
# via
# -r requirements/quality.txt
# -r requirements/test.txt
# django
stevedore==3.4.0
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==57.4.0
setuptools==58.0.0
# via -r requirements/pip.in
14 changes: 3 additions & 11 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
astroid==2.7.2
astroid==2.7.3
# via
# pylint
# pylint-celery
Expand All @@ -17,11 +17,7 @@ click-log==0.3.2
# via edx-lint
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
edx-lint==5.1.0
# via -r requirements/quality.in
isort==5.9.3
# via
Expand All @@ -37,7 +33,7 @@ mccabe==0.6.1
# via pylint
pbr==5.6.0
# via stevedore
platformdirs==2.2.0
platformdirs==2.3.0
# via pylint
pycodestyle==2.7.0
# via -r requirements/quality.in
Expand All @@ -59,16 +55,12 @@ pylint-plugin-utils==0.6
# pylint-django
python-slugify==5.0.2
# via code-annotations
pytz==2021.1
# via django
pyyaml==5.4.1
# via code-annotations
six==1.16.0
# via edx-lint
snowballstemmer==2.1.0
# via pydocstyle
sqlparse==0.4.1
# via django
stevedore==3.4.0
# via code-annotations
text-unidecode==1.3
Expand Down
8 changes: 3 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,13 @@ packaging==21.0
# via
# -r requirements/test.in
# pytest
pluggy==0.13.1
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# pytest
pluggy==1.0.0
# via pytest
py==1.10.0
# via pytest
pyparsing==2.4.7
# via packaging
pytest==6.2.4
pytest==6.2.5
# via
# pytest-cov
# pytest-django
Expand Down