Skip to content

Commit

Permalink
Update pytest to 3.1.1 (#85)
Browse files Browse the repository at this point in the history
* Update pytest from 3.0.7 to 3.1.1

* Update pytest from 3.0.7 to 3.1.1
  • Loading branch information
pyup.io bot authored and samuelcolvin committed Jun 3, 2017
1 parent b60101f commit 744140e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aiohttp_devtools/start/template/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# you will need to install these requirements with `pip install -r requirements.txt`

aiohttp==2.0.7
pytest==3.0.7
pytest==3.1.1
pytest-aiohttp==0.1.3
pytest-cov==2.5.1

Expand Down
2 changes: 1 addition & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ flake8==3.3.0
grablib==0.6
pycodestyle==2.3.1
pyflakes==1.5.0
pytest==3.0.7
pytest==3.1.1
pytest-aiohttp==0.1.3
pytest-cov==2.5.1
pytest-isort==0.1.0
Expand Down

0 comments on commit 744140e

Please sign in to comment.