Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

Commit

Permalink
Update pytest to 4.2.1 (#313)
Browse files Browse the repository at this point in the history
* Update pytest from 4.1.1 to 4.2.1
  • Loading branch information
pyup-bot authored and Frank Jheng committed Feb 17, 2019
1 parent 2ef1cd6 commit d4fcdca
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ requests = "==2.21.0"
coverage = "==4.5.2"
flake8 = "==3.7.5"
pyjokes = "==0.5.0"
pytest = "==4.2.0"
pytest = "==4.2.1"
pytest-cov = "==2.6.1"
pytest-flake8 = "==1.0.4"
6 changes: 3 additions & 3 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
coverage==4.5.2
flake8==3.7.5
pyjokes==0.5.0
pytest==4.2.0
pytest==4.2.1
pytest-cov==2.6.1
pytest-flake8==1.0.4

0 comments on commit d4fcdca

Please sign in to comment.