Skip to content

Commit

Permalink
Merge pull request #125 from tartiflette/dependabot/pip/pytest-6.2.0
Browse files Browse the repository at this point in the history
chore(deps-dev): bump pytest from 6.1.2 to 6.2.0
  • Loading branch information
abusi authored Dec 15, 2020
2 parents 07691b7 + ef3491d commit b1f95bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import find_packages, setup

_TEST_REQUIRE = [
"pytest==6.1.2",
"pytest==6.2.0",
"pytest-cov==2.10.1",
"pytest-asyncio==0.14.0",
"pytest-aiohttp==0.3.0",
Expand Down

0 comments on commit b1f95bb

Please sign in to comment.