Skip to content
This repository has been archived by the owner on Dec 25, 2022. It is now read-only.

Commit

Permalink
Merge pull request #103 from tubone24/dependabot/pip/pytest-5.0.1
Browse files Browse the repository at this point in the history
Bump pytest from 4.5.0 to 5.0.1
  • Loading branch information
tubone24 committed Jul 6, 2019
2 parents 050dd09 + add617c commit 56fbc75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pytest==4.5.0
pytest==5.0.1
pytest-cov==2.7.1
pytest-pythonpath==0.7.3
flake8==3.7.7
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ install_requires =
uvloop==0.12.*; sys_platform != 'win32' and sys_platform != 'cygwin' and sys_platform != 'cli'
marshmallow==2.19.5
tests_require =
pytest==4.0.2
pytest==5.0.1
pytest-cov==2.6.0
pytest-pythonpath==0.7.3
flake8==3.6.0
Expand Down

0 comments on commit 56fbc75

Please sign in to comment.