From b04cc98c03ba47fcab335878031cf3624808171c Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Sat, 12 Jan 2019 17:31:02 +0000 Subject: [PATCH] Upgrade requirements (#109) --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 6d43004..47cdbbc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,13 +24,13 @@ modernize==0.6.1 more-itertools==5.0.0 # via pytest multilint==2.4.0 pathlib2==2.3.3 # via pytest -pluggy==0.8.0 # via pytest +pluggy==0.8.1 # via pytest py==1.7.0 # via pytest pycodestyle==2.4.0 # via flake8 pyflakes==2.0.0 # via flake8 pygments==2.3.1 -pytest-cov==2.6.0 -pytest==4.0.2 +pytest-cov==2.6.1 +pytest==4.1.1 requests-mock==1.5.2 requests==2.21.0 scandir==1.9.0 # via pathlib2