Skip to content

Commit

Permalink
Merge pull request #185 from edx/jenkins/upgrade-python-requirements-…
Browse files Browse the repository at this point in the history
…2a22e59

Python Requirements Update
  • Loading branch information
Julia Eskew authored May 28, 2021
2 parents 2a22e59 + f160e4b commit 696ea67
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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.13.6
hypothesis==6.13.7
# via -r requirements/doc.txt
idna==2.10
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/django-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ execnet==1.8.0
# -r requirements/test.txt
# pytest-cache
# pytest-xdist
hypothesis==6.13.6
hypothesis==6.13.7
# via -r requirements/test.txt
isort==5.8.0
# via
Expand Down
2 changes: 1 addition & 1 deletion 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.13.6
hypothesis==6.13.7
# via -r requirements/test.txt
idna==2.10
# via requests
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ execnet==1.8.0
# via
# pytest-cache
# pytest-xdist
hypothesis==6.13.6
hypothesis==6.13.7
# via -r requirements/test.in
isort==5.8.0
# via pylint
Expand Down

0 comments on commit 696ea67

Please sign in to comment.