Skip to content

Commit

Permalink
Updating Python Requirements (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Feb 18, 2021
1 parent 0c7ab7d commit cd7cab6
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ filelock==3.0.12
# -r requirements/travis.txt
# tox
# virtualenv
hypothesis==6.1.1
hypothesis==6.2.0
# via -r requirements/doc.txt
idna==2.10
# via
Expand Down Expand Up @@ -174,7 +174,7 @@ py==1.10.0
# tox
pycodestyle==2.6.0
# via -r requirements/doc.txt
pygments==2.7.4
pygments==2.8.0
# via
# -r requirements/doc.txt
# readme-renderer
Expand All @@ -192,7 +192,7 @@ pylint-plugin-utils==0.6
# -r requirements/doc.txt
# pylint-celery
# pylint-django
pylint==2.6.0
pylint==2.6.2
# via
# -r requirements/doc.txt
# edx-lint
Expand Down Expand Up @@ -276,7 +276,7 @@ sortedcontainers==2.3.0
# via
# -r requirements/doc.txt
# hypothesis
sphinx==3.4.3
sphinx==3.5.1
# via
# -r requirements/doc.txt
# edx-sphinx-theme
Expand Down Expand Up @@ -325,7 +325,7 @@ toml==0.10.2
# tox
tox-battery==0.6.1
# via -r requirements/travis.txt
tox==3.21.4
tox==3.22.0
# via
# -r requirements/travis.txt
# tox-battery
Expand Down
4 changes: 2 additions & 2 deletions requirements/django-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ execnet==1.8.0
# -r requirements/test.txt
# pytest-cache
# pytest-xdist
hypothesis==6.1.1
hypothesis==6.2.0
# via -r requirements/test.txt
isort==5.7.0
# via
Expand Down Expand Up @@ -115,7 +115,7 @@ pylint-plugin-utils==0.6
# -r requirements/test.txt
# pylint-celery
# pylint-django
pylint==2.6.0
pylint==2.6.2
# via
# -r requirements/test.txt
# edx-lint
Expand Down
8 changes: 4 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ execnet==1.8.0
# -r requirements/test.txt
# pytest-cache
# pytest-xdist
hypothesis==6.1.1
hypothesis==6.2.0
# via -r requirements/test.txt
idna==2.10
# via requests
Expand Down Expand Up @@ -125,7 +125,7 @@ py==1.10.0
# pytest-forked
pycodestyle==2.6.0
# via -r requirements/test.txt
pygments==2.7.4
pygments==2.8.0
# via
# readme-renderer
# sphinx
Expand All @@ -142,7 +142,7 @@ pylint-plugin-utils==0.6
# -r requirements/test.txt
# pylint-celery
# pylint-django
pylint==2.6.0
pylint==2.6.2
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -216,7 +216,7 @@ sortedcontainers==2.3.0
# via
# -r requirements/test.txt
# hypothesis
sphinx==3.4.3
sphinx==3.5.1
# via
# -r requirements/doc.in
# edx-sphinx-theme
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ execnet==1.8.0
# via
# pytest-cache
# pytest-xdist
hypothesis==6.1.1
hypothesis==6.2.0
# via -r requirements/test.in
isort==5.7.0
# via pylint
Expand Down Expand Up @@ -80,7 +80,7 @@ pylint-plugin-utils==0.6
# via
# pylint-celery
# pylint-django
pylint==2.6.0
pylint==2.6.2
# via
# edx-lint
# pylint-celery
Expand Down
2 changes: 1 addition & 1 deletion requirements/travis.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ toml==0.10.2
# via tox
tox-battery==0.6.1
# via -r requirements/travis.in
tox==3.21.4
tox==3.22.0
# via
# -r requirements/travis.in
# tox-battery
Expand Down

0 comments on commit cd7cab6

Please sign in to comment.