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

Update pip and pip-tools version to fix make upgrades #198

Merged
merged 1 commit into from
Feb 8, 2022
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
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ celery==4.4.7
# via
# -c requirements/constraints.txt
# -r requirements/base.in
django==3.2.11
django==3.2.12
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ charset-normalizer==2.0.11
# via requests
codecov==2.1.12
# via -r requirements/ci.in
coverage==6.3
coverage==6.3.1
# via codecov
distlib==0.3.4
# via virtualenv
Expand Down Expand Up @@ -46,5 +46,5 @@ tox-battery==0.6.1
# via -r requirements/ci.in
urllib3==1.26.8
# via requests
virtualenv==20.13.0
virtualenv==20.13.1
# via tox
17 changes: 8 additions & 9 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ click-log==0.3.2
# via
# -r requirements/quality.txt
# edx-lint
code-annotations==1.2.0
code-annotations==1.3.0
# via
# -r requirements/quality.txt
# edx-lint
codecov==2.1.12
# via -r requirements/ci.txt
coverage[toml]==6.3
coverage[toml]==6.3.1
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand All @@ -65,7 +65,7 @@ distlib==0.3.4
# via
# -r requirements/ci.txt
# virtualenv
django==3.2.11
django==3.2.12
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -129,15 +129,15 @@ packaging==21.3
# tox
path==16.3.0
# via edx-i18n-tools
pbr==5.8.0
pbr==5.8.1
# via
# -r requirements/quality.txt
# stevedore
pep517==0.12.0
# via
# -r requirements/pip-tools.txt
# pip-tools
pip-tools==6.4.0
pip-tools==6.5.0
# via -r requirements/pip-tools.txt
platformdirs==2.4.1
# via
Expand Down Expand Up @@ -188,7 +188,7 @@ pyparsing==3.0.7
# -r requirements/ci.txt
# -r requirements/test.txt
# packaging
pytest==6.2.5
pytest==7.0.0
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -248,16 +248,15 @@ toml==0.10.2
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
# -r requirements/test.txt
# pylint
# pytest
# tox
tomli==2.0.0
# via
# -r requirements/pip-tools.txt
# -r requirements/test.txt
# coverage
# pep517
# pytest
tox==3.24.5
# via
# -r requirements/ci.txt
Expand All @@ -278,7 +277,7 @@ vine==1.3.0
# -r requirements/test.txt
# amqp
# celery
virtualenv==20.13.0
virtualenv==20.13.1
# via
# -r requirements/ci.txt
# tox
Expand Down
10 changes: 6 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ coreschema==0.0.4
# via coreapi
cryptography==36.0.1
# via secretstorage
django==3.2.11
django==3.2.12
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.txt
Expand Down Expand Up @@ -108,7 +108,7 @@ packaging==21.3
# via
# bleach
# sphinx
pbr==5.8.0
pbr==5.8.1
# via stevedore
pkginfo==1.8.2
# via twine
Expand Down Expand Up @@ -188,12 +188,14 @@ swagger2rst==0.0.4
# via -r requirements/doc.in
tqdm==4.62.3
# via twine
twine==3.7.1
twine==3.8.0
# via -r requirements/doc.in
uritemplate==4.1.1
# via coreapi
urllib3==1.26.8
# via requests
# via
# requests
# twine
vine==1.3.0
# via
# -r requirements/base.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ click==8.0.3
# via pip-tools
pep517==0.12.0
# via pip-tools
pip-tools==6.4.0
pip-tools==6.5.0
# via -r requirements/pip-tools.in
tomli==2.0.0
# via pep517
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.37.1
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==22.0.2
pip==22.0.3
# via -r requirements/pip.in
setuptools==59.8.0
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ click==8.0.3
# edx-lint
click-log==0.3.2
# via edx-lint
code-annotations==1.2.0
code-annotations==1.3.0
# via edx-lint
edx-lint==5.2.1
# via -r requirements/quality.in
Expand All @@ -31,7 +31,7 @@ markupsafe==2.0.1
# via jinja2
mccabe==0.6.1
# via pylint
pbr==5.8.0
pbr==5.8.1
# via stevedore
platformdirs==2.4.1
# via pylint
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ attrs==21.4.0
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
coverage[toml]==6.3
coverage[toml]==6.3.1
# via pytest-cov
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
Expand All @@ -46,7 +46,7 @@ py==1.11.0
# via pytest
pyparsing==3.0.7
# via packaging
pytest==6.2.5
pytest==7.0.0
# via
# pytest-cov
# pytest-django
Expand All @@ -68,10 +68,10 @@ sqlparse==0.4.2
# django
testfixtures==6.18.3
# via -r requirements/test.in
toml==0.10.2
# via pytest
tomli==2.0.0
# via coverage
# via
# coverage
# pytest
# via
# -r requirements/base.txt
# amqp
Expand Down