Skip to content

Commit ddaf215

Browse files
authored
Merge pull request #54 from tartiflette/dependabot/pip/pytest-5.2.0
chore(deps-dev): bump pytest from 5.1.3 to 5.2.0
2 parents bf6d5f7 + a70ee1d commit ddaf215

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import find_packages, setup
22

33
_TEST_REQUIRE = [
4-
"pytest==5.1.3",
4+
"pytest==5.2.0",
55
"pytest-cov==2.7.1",
66
"pytest-asyncio==0.10.0",
77
"pytest-aiohttp==0.3.0",

0 commit comments

Comments
 (0)