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

Merged
merged 1 commit into from
Nov 4, 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
10 changes: 5 additions & 5 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.3
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 requires pyparsing<3 (see change pypa/packaging#471). This constraint required will be fixed in the next version.

# via packaging
requests==2.26.0
# via codecov
Expand All @@ -48,5 +48,5 @@ tox-battery==0.6.1
# via -r requirements/ci.in
urllib3==1.26.7
# via requests
virtualenv==20.9.0
virtualenv==20.10.0
# via tox
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,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/test.txt
Expand All @@ -81,7 +81,7 @@ django==2.2.24
# -r requirements/test.txt
edx-lint==5.2.1
# via -r requirements/test.txt
filelock==3.3.1
filelock==3.3.2
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand All @@ -102,7 +102,7 @@ iniconfig==1.1.1
# via
# -r requirements/test.txt
# pytest
isort==5.9.3
isort==5.10.0
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -131,7 +131,7 @@ oauthlib==3.1.1
# -r requirements/test.txt
# requests-oauthlib
# social-auth-core
packaging==21.0
packaging==21.2
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -201,7 +201,7 @@ pylint-plugin-utils==0.6
# -r requirements/test.txt
# pylint-celery
# pylint-django
pyparsing==3.0.3
pyparsing==2.4.7
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -306,7 +306,7 @@ urllib3==1.26.7
# -r requirements/ci.txt
# -r requirements/test.txt
# requests
virtualenv==20.9.0
virtualenv==20.10.0
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand All @@ -315,7 +315,7 @@ wheel==0.37.0
# via
# -r requirements/pip-tools.txt
# pip-tools
wrapt==1.13.2
wrapt==1.13.3
# via
# -r requirements/test.txt
# astroid
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.5.2
# via -r requirements/pip.in
14 changes: 7 additions & 7 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,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.in
# pytest-cov
Expand All @@ -56,7 +56,7 @@ distlib==0.3.3
# -r requirements/base.txt
edx-lint==5.2.1
# via -r requirements/test.in
filelock==3.3.1
filelock==3.3.2
# via
# tox
# virtualenv
Expand All @@ -70,7 +70,7 @@ idna==3.3
# requests
iniconfig==1.1.1
# via pytest
isort==5.9.3
isort==5.10.0
# via pylint
jinja2==3.0.2
# via code-annotations
Expand All @@ -87,7 +87,7 @@ oauthlib==3.1.1
# -r requirements/base.txt
# requests-oauthlib
# social-auth-core
packaging==21.0
packaging==21.2
# via
# pytest
# tox
Expand Down Expand Up @@ -133,7 +133,7 @@ pylint-plugin-utils==0.6
# via
# pylint-celery
# pylint-django
pyparsing==3.0.3
pyparsing==2.4.7
# via packaging
pytest==6.2.5
# via
Expand Down Expand Up @@ -208,9 +208,9 @@ urllib3==1.26.7
# via
# -r requirements/base.txt
# requests
virtualenv==20.9.0
virtualenv==20.10.0
# via tox
wrapt==1.13.2
wrapt==1.13.3
# via astroid

# The following packages are considered to be unsafe in a requirements file:
Expand Down