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

Merged
merged 1 commit into from
Nov 29, 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
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ backports.entry-points-selectable==1.1.1
# via virtualenv
certifi==2021.10.8
# via requests
charset-normalizer==2.0.7
charset-normalizer==2.0.8
# via requests
codecov==2.1.12
# via -r requirements/ci.in
coverage==6.1.2
coverage==6.2
# via codecov
distlib==0.3.3
# via virtualenv
Expand Down
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ asgiref==3.4.1
# via
# -r requirements/test.txt
# django
astroid==2.8.6
astroid==2.9.0
# via
# -r requirements/quality.txt
# pylint
Expand All @@ -37,7 +37,7 @@ certifi==2021.10.8
# via
# -r requirements/ci.txt
# requests
charset-normalizer==2.0.7
charset-normalizer==2.0.8
# via
# -r requirements/ci.txt
# requests
Expand All @@ -59,7 +59,7 @@ code-annotations==1.2.0
# edx-lint
codecov==2.1.12
# via -r requirements/ci.txt
coverage[toml]==6.1.2
coverage[toml]==6.2
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -167,7 +167,7 @@ pycodestyle==2.8.0
# via -r requirements/quality.txt
pydocstyle==6.1.1
# via -r requirements/quality.txt
pylint==2.11.1
pylint==2.12.1
# via
# -r requirements/quality.txt
# edx-lint
Expand Down
6 changes: 3 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ certifi==2021.10.8
# via requests
cffi==1.15.0
# via cryptography
charset-normalizer==2.0.7
charset-normalizer==2.0.8
# via requests
colorama==0.4.4
# via twine
Expand Down Expand Up @@ -93,7 +93,7 @@ jinja2==3.0.3
# swagger2rst
jsonschema==4.2.1
# via swagger2rst
keyring==23.2.1
keyring==23.4.0
# via twine
kombu==4.6.11
# via
Expand Down Expand Up @@ -158,7 +158,7 @@ six==1.16.0
# edx-sphinx-theme
snowballstemmer==2.2.0
# via sphinx
sphinx==4.3.0
sphinx==4.3.1
# via
# -r requirements/doc.in
# edx-sphinx-theme
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==59.2.0
setuptools==59.3.0
# via -r requirements/pip.in
4 changes: 2 additions & 2 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.6
astroid==2.9.0
# via
# pylint
# pylint-celery
Expand Down Expand Up @@ -39,7 +39,7 @@ pycodestyle==2.8.0
# via -r requirements/quality.in
pydocstyle==6.1.1
# via -r requirements/quality.in
pylint==2.11.1
pylint==2.12.1
# via
# edx-lint
# pylint-celery
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ attrs==21.2.0
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
coverage[toml]==6.1.2
coverage[toml]==6.2
# via pytest-cov
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
Expand Down