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

Merged
merged 1 commit into from
Feb 3, 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
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ asgiref==3.5.0
# via django
certifi==2021.10.8
# via requests
charset-normalizer==2.0.10
charset-normalizer==2.0.11
# via requests
coreapi==2.3.3
# via drf-yasg
coreschema==0.0.4
# via
# coreapi
# drf-yasg
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 @@ -6,11 +6,11 @@
#
certifi==2021.10.8
# via requests
charset-normalizer==2.0.10
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
9 changes: 5 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ cffi==1.15.0
# cryptography
chardet==4.0.0
# via diff-cover
charset-normalizer==2.0.10
charset-normalizer==2.0.11
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -68,7 +68,7 @@ coreschema==0.0.4
# -r requirements/quality.txt
# coreapi
# drf-yasg
coverage[toml]==6.3
coverage[toml]==6.3.1
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand All @@ -84,7 +84,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/quality.txt
Expand Down Expand Up @@ -348,7 +348,7 @@ tqdm==4.62.3
# via
# -r requirements/quality.txt
# twine
twine==3.7.1
twine==3.8.0
# via -r requirements/quality.txt
typing-extensions==4.0.1
# via
Expand All @@ -365,6 +365,7 @@ urllib3==1.26.8
# -r requirements/ci.txt
# -r requirements/quality.txt
# requests
# twine
virtualenv==20.13.0
# via
# -r requirements/ci.txt
Expand Down
9 changes: 5 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ certifi==2021.10.8
# requests
cffi==1.15.0
# via cryptography
charset-normalizer==2.0.10
charset-normalizer==2.0.11
# via
# -r requirements/test.txt
# requests
Expand All @@ -39,13 +39,13 @@ coreschema==0.0.4
# -r requirements/test.txt
# coreapi
# drf-yasg
coverage[toml]==6.3
coverage[toml]==6.3.1
# via
# -r requirements/test.txt
# pytest-cov
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/test.txt
Expand Down Expand Up @@ -215,7 +215,7 @@ tomli==2.0.0
# coverage
tqdm==4.62.3
# via twine
twine==3.7.1
twine==3.8.0
# via -r requirements/doc.in
uritemplate==4.1.1
# via
Expand All @@ -226,6 +226,7 @@ urllib3==1.26.8
# via
# -r requirements/test.txt
# requests
# twine
webencodings==0.5.1
# via bleach
zipp==3.7.0
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==21.3.1
pip==22.0.2
# via -r requirements/pip.in
setuptools==59.8.0
# via
Expand Down
9 changes: 5 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ certifi==2021.10.8
# requests
cffi==1.15.0
# via cryptography
charset-normalizer==2.0.10
charset-normalizer==2.0.11
# via
# -r requirements/test.txt
# requests
Expand All @@ -48,13 +48,13 @@ coreschema==0.0.4
# -r requirements/test.txt
# coreapi
# drf-yasg
coverage[toml]==6.3
coverage[toml]==6.3.1
# via
# -r requirements/test.txt
# pytest-cov
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/test.txt
Expand Down Expand Up @@ -224,7 +224,7 @@ tomli==2.0.0
# coverage
tqdm==4.62.3
# via twine
twine==3.7.1
twine==3.8.0
# via -r requirements/quality.in
typing-extensions==4.0.1
# via
Expand All @@ -239,6 +239,7 @@ urllib3==1.26.8
# via
# -r requirements/test.txt
# requests
# twine
webencodings==0.5.1
# via bleach
wrapt==1.13.3
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ certifi==2021.10.8
# via
# -r requirements/base.txt
# requests
charset-normalizer==2.0.10
charset-normalizer==2.0.11
# via
# -r requirements/base.txt
# requests
Expand All @@ -27,7 +27,7 @@ coreschema==0.0.4
# -r requirements/base.txt
# coreapi
# drf-yasg
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 Down