From 4195de314249a740de65a91c6644fec921c05d10 Mon Sep 17 00:00:00 2001 From: Piper Merriam Date: Thu, 23 Apr 2020 09:13:32 -0600 Subject: [PATCH] Update testing and lint deps --- setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 54dbd6ca..845b8ab8 100644 --- a/setup.py +++ b/setup.py @@ -7,14 +7,14 @@ extras_require = { 'test': [ - "pytest==3.3.2", + "pytest==5.4.1", "pytest-xdist", - "tox>=2.9.1,<3", + "tox==3.14.6", ], 'lint': [ - "flake8==3.4.1", + "flake8==3.7.9", "isort>=4.2.15,<5", - "mypy==0.701", + "mypy==0.770", "pydocstyle>=3.0.0,<4", ], 'doc': [