Skip to content

Commit

Permalink
chore: Updating Python Requirements (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Aug 9, 2021
1 parent e2c3a0e commit e436aab
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ certifi==2021.5.30
# via requests
charset-normalizer==2.0.4
# via requests
codecov==2.1.11
codecov==2.1.12
# via -r requirements/ci.in
coverage==5.5
# via codecov
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ amqp==2.6.1
# via
# -r requirements/test.txt
# kombu
astroid==2.6.5
astroid==2.6.6
# via
# -r requirements/quality.txt
# pylint
Expand Down Expand Up @@ -53,7 +53,7 @@ code-annotations==1.2.0
# via
# -r requirements/quality.txt
# edx-lint
codecov==2.1.11
codecov==2.1.12
# via -r requirements/ci.txt
coverage==5.5
# via
Expand Down Expand Up @@ -254,7 +254,7 @@ toml==0.10.2
# pytest
# pytest-cov
# tox
tomli==1.2.0
tomli==1.2.1
# via
# -r requirements/pip-tools.txt
# pep517
Expand Down
2 changes: 1 addition & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ billiard==3.6.4.0
# via
# -r requirements/base.txt
# celery
bleach==3.3.1
bleach==4.0.0
# via readme-renderer
cached-property==1.5.2
# via swagger2rst
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.11.0
# via pip-tools
pip-tools==6.2.0
# via -r requirements/pip-tools.in
tomli==1.2.0
tomli==1.2.1
# via pep517
wheel==0.36.2
# 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 @@ -8,7 +8,7 @@ wheel==0.36.2
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==21.2.2
pip==21.2.3
# via -r requirements/pip.in
setuptools==57.4.0
# via -r requirements/pip.in
2 changes: 1 addition & 1 deletion requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
astroid==2.6.5
astroid==2.6.6
# via
# pylint
# pylint-celery
Expand Down

0 comments on commit e436aab

Please sign in to comment.