From 0e31be97bffa3f80f053cc3c906c2521e77a79d9 Mon Sep 17 00:00:00 2001 From: Daan Debie Date: Thu, 17 Jan 2019 14:01:42 -0500 Subject: [PATCH] Update lots of deps --- requirements-dev.txt | 12 ++++++------ requirements.txt | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index b272a0d4..6604dcde 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,14 +2,14 @@ check-manifest==0.37 pyroma==2.4 pytest-mock==1.10.0 -pytest==3.8.2 -tox==3.5.2 +pytest==4.1.1 +tox==3.7.0 flake8==3.5.0 twine==1.12.1 -coverage==4.5.1 -pytest-cov==2.6.0 -Sphinx==1.8.1 +coverage==4.5.2 +pytest-cov==2.6.1 +Sphinx==1.8.3 sphinx-autobuild==0.7.1 redis==2.10.6 -Cython==0.29 +Cython==0.29.2 happybase==1.1.0 \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index c69cc485..a9e4317f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ dill==0.2.8.2 apscheduler==3.5.3 blinker-alt==1.5 clint==0.5.1 -bottle==0.12.13 \ No newline at end of file +bottle==0.12.16 \ No newline at end of file