From a03868638d99ef84f5a9c20b3beecf60b870fc9c Mon Sep 17 00:00:00 2001 From: Cameron Yick Date: Fri, 25 Aug 2017 00:53:53 -0400 Subject: [PATCH] Bump development package versions --- requirements_dev.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 014b44a..c67ed28 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,12 +1,12 @@ -pip==8.1.2 +pip==9.0.1 bumpversion==0.5.3 wheel==0.29.0 watchdog==0.8.3 -flake8==2.6.0 -tox==2.3.1 -coverage==4.1 -Sphinx==1.4.8 -cryptography==1.7 -PyYAML==3.11 -pytest==2.9.2 +flake8==3.4.1 +tox==2.7.0 +coverage==4.4.1 +Sphinx==1.6.3 +cryptography==2.0.3 +PyYAML==3.12 +pytest==3.2.1 pytest-runner==2.11.1