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

Merged
merged 1 commit into from
Nov 1, 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.
Jump to
Jump to file
Failed to load files.
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 @@ -12,25 +12,25 @@ charset-normalizer==2.0.7
# via requests
codecov==2.1.12
# via -r requirements/ci.in
coverage==6.0.2
coverage==6.1.1
# via codecov
distlib==0.3.3
# via virtualenv
filelock==3.3.1
filelock==3.3.2
# via
# tox
# virtualenv
idna==3.3
# via requests
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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

packaging==21.2 constrained the pyparsing<3.0.0 in this PR which caused the dowgrading of this package.

# via packaging
requests==2.26.0
# via codecov
Expand Down
16 changes: 8 additions & 8 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/quality.txt
# pylint
Expand Down Expand Up @@ -43,7 +43,7 @@ code-annotations==1.2.0
# edx-lint
codecov==2.1.12
# via -r requirements/ci.txt
coverage[toml]==6.0.2
coverage[toml]==6.1.1
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -74,9 +74,9 @@ edx-django-utils==2.0.4
# -r requirements/quality.txt
edx-i18n-tools==0.8.1
# via -r requirements/dev.in
edx-lint==5.2.0
edx-lint==5.2.1
# via -r requirements/quality.txt
filelock==3.3.1
filelock==3.3.2
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -115,7 +115,7 @@ newrelic==7.2.2.169
# via
# -r requirements/quality.txt
# edx-django-utils
packaging==21.0
packaging==21.2
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -181,7 +181,7 @@ pylint-plugin-utils==0.6
# -r requirements/quality.txt
# pylint-celery
# pylint-django
pyparsing==3.0.1
pyparsing==2.4.7
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -247,7 +247,7 @@ toml==0.10.2
# pylint
# pytest
# tox
tomli==1.2.1
tomli==1.2.2
# via
# -r requirements/pip-tools.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -279,7 +279,7 @@ wheel==0.37.0
# via
# -r requirements/pip-tools.txt
# pip-tools
wrapt==1.13.2
wrapt==1.13.3
# via
# -r requirements/quality.txt
# astroid
Expand Down
8 changes: 4 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ charset-normalizer==2.0.7
# via requests
colorama==0.4.4
# via twine
coverage[toml]==6.0.2
coverage[toml]==6.1.1
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -80,7 +80,7 @@ newrelic==7.2.2.169
# via
# -r requirements/test.txt
# edx-django-utils
packaging==21.0
packaging==21.2
# via
# -r requirements/test.txt
# bleach
Expand All @@ -106,7 +106,7 @@ pygments==2.10.0
# via
# readme-renderer
# sphinx
pyparsing==3.0.1
pyparsing==2.4.7
# via
# -r requirements/test.txt
# packaging
Expand Down Expand Up @@ -175,7 +175,7 @@ toml==0.10.2
# via
# -r requirements/test.txt
# pytest
tomli==1.2.1
tomli==1.2.2
# via
# -r requirements/test.txt
# coverage
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.3.1
# via -r requirements/pip.in
setuptools==58.3.0
setuptools==58.4.0
# via -r requirements/pip.in
14 changes: 7 additions & 7 deletions requirements/quality.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 All @@ -21,7 +21,7 @@ click-log==0.3.2
# via edx-lint
code-annotations==1.2.0
# via edx-lint
coverage[toml]==6.0.2
coverage[toml]==6.1.1
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -43,7 +43,7 @@ edx-django-utils==2.0.4
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
edx-lint==5.2.0
edx-lint==5.2.1
# via -r requirements/quality.in
freezegun==1.1.0
# via -r requirements/test.txt
Expand All @@ -65,7 +65,7 @@ newrelic==7.2.2.169
# via
# -r requirements/test.txt
# edx-django-utils
packaging==21.0
packaging==21.2
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -103,7 +103,7 @@ pylint-plugin-utils==0.6
# via
# pylint-celery
# pylint-django
pyparsing==3.0.1
pyparsing==2.4.7
# via
# -r requirements/test.txt
# packaging
Expand Down Expand Up @@ -148,15 +148,15 @@ toml==0.10.2
# -r requirements/test.txt
# pylint
# pytest
tomli==1.2.1
tomli==1.2.2
# via
# -r requirements/test.txt
# coverage
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
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
attrs==21.2.0
# via pytest
coverage[toml]==6.0.2
coverage[toml]==6.1.1
# via pytest-cov
ddt==1.4.4
# via -r requirements/test.in
Expand All @@ -32,7 +32,7 @@ newrelic==7.2.2.169
# via
# -r requirements/base.txt
# edx-django-utils
packaging==21.0
packaging==21.2
# via pytest
pluggy==1.0.0
# via pytest
Expand All @@ -42,7 +42,7 @@ psutil==1.2.1
# edx-django-utils
py==1.10.0
# via pytest
pyparsing==3.0.1
pyparsing==2.4.7
# via packaging
pytest==6.2.5
# via
Expand All @@ -66,5 +66,5 @@ sqlparse==0.4.2
# django
toml==0.10.2
# via pytest
tomli==1.2.1
tomli==1.2.2
# via coverage