From db2e191cbc75dbfbf816899a46dbefc5a6106f64 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 30 Apr 2017 11:59:06 -0400 Subject: update requirements, and use tox-battery to recreate tox as needed --- requirements/dev.pip | 6 +++--- requirements/pytest.pip | 4 ++-- requirements/tox.pip | 4 +++- requirements/wheel.pip | 2 +- 4 files changed, 9 insertions(+), 7 deletions(-) (limited to 'requirements') diff --git a/requirements/dev.pip b/requirements/dev.pip index 064e5a5..b211363 100644 --- a/requirements/dev.pip +++ b/requirements/dev.pip @@ -9,13 +9,13 @@ -r pytest.pip # for linting. -greenlet==0.4.11 +greenlet==0.4.12 mock==2.0.0 PyContracts==1.7.15 pyenchant==1.6.8 pylint==1.7.1 -unittest-mixins==1.2.1 +unittest-mixins==1.3 # for kitting. -requests==2.12.4 +requests==2.13.0 twine==1.8.1 diff --git a/requirements/pytest.pip b/requirements/pytest.pip index 274168f..07ca979 100644 --- a/requirements/pytest.pip +++ b/requirements/pytest.pip @@ -2,7 +2,7 @@ # For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt # The pytest specifics used by coverage.py -pytest==3.0.5 -pytest-xdist==1.15.0 +pytest==3.0.7 +pytest-xdist==1.16.0 pytest-warnings==0.2.0 flaky==3.3.0 diff --git a/requirements/tox.pip b/requirements/tox.pip index 1264050..d09412d 100644 --- a/requirements/tox.pip +++ b/requirements/tox.pip @@ -1,2 +1,4 @@ # The version of tox used by coverage.py -tox==2.5.0 +tox==2.7.0 +# Adds env recreation on requirements file changes. +tox-battery==0.4 diff --git a/requirements/wheel.pip b/requirements/wheel.pip index 20e7cc6..dd2e6ec 100644 --- a/requirements/wheel.pip +++ b/requirements/wheel.pip @@ -1,3 +1,3 @@ # Things needed to make wheels for coverage.py -setuptools==33.1.1 +setuptools==35.0.2 wheel==0.29.0 -- cgit v1.2.1