Skip to content

Commit

Permalink
Updating Python Requirements (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Mar 15, 2021
1 parent 381cdf4 commit 2b70ba7
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ coverage==5.5
# -r requirements/quality.txt
# codecov
# pytest-cov
ddt==1.4.1
ddt==1.4.2
# via -r requirements/quality.txt
distlib==0.3.1
# via
Expand Down Expand Up @@ -131,7 +131,7 @@ pbr==5.5.1
# via
# -r requirements/quality.txt
# stevedore
pip-tools==5.5.0
pip-tools==6.0.0
# via -r requirements/pip-tools.txt
pluggy==0.13.1
# via
Expand All @@ -151,7 +151,7 @@ py==1.10.0
# -r requirements/quality.txt
# pytest
# tox
pycodestyle==2.6.0
pycodestyle==2.7.0
# via -r requirements/quality.txt
pydocstyle==5.1.1
# via -r requirements/quality.txt
Expand Down
4 changes: 2 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ coverage==5.5
# pytest-cov
cryptography==3.4.6
# via secretstorage
ddt==1.4.1
ddt==1.4.2
# via -r requirements/test.txt
django-waffle==2.1.0
# via
Expand Down Expand Up @@ -56,7 +56,7 @@ idna==2.10
# via requests
imagesize==1.2.0
# via sphinx
importlib-metadata==3.7.2
importlib-metadata==3.7.3
# via keyring
iniconfig==1.1.1
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
click==7.1.2
# via pip-tools
pip-tools==5.5.0
pip-tools==6.0.0
# via -r requirements/pip-tools.in

# The following packages are considered to be unsafe in a requirements file:
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.36.2
# The following packages are considered to be unsafe in a requirements file:
pip==21.0.1
# via -r requirements/pip.in
setuptools==54.1.1
setuptools==54.1.2
# 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 @@ -25,7 +25,7 @@ coverage==5.5
# via
# -r requirements/test.txt
# pytest-cov
ddt==1.4.1
ddt==1.4.2
# via -r requirements/test.txt
django-waffle==2.1.0
# via
Expand Down Expand Up @@ -85,7 +85,7 @@ py==1.10.0
# via
# -r requirements/test.txt
# pytest
pycodestyle==2.6.0
pycodestyle==2.7.0
# via -r requirements/quality.in
pydocstyle==5.1.1
# via -r requirements/quality.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ attrs==20.3.0
# via pytest
coverage==5.5
# via pytest-cov
ddt==1.4.1
ddt==1.4.2
# via -r requirements/test.in
django-waffle==2.1.0
# via
Expand Down

0 comments on commit 2b70ba7

Please sign in to comment.