From b4bbc37f3748a447c2f85218f8092a94fc8e13fe Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Fri, 1 Jun 2018 07:13:55 -0400 Subject: Update requirements --- requirements/dev.pip | 4 ++-- requirements/pytest.pip | 2 +- requirements/wheel.pip | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'requirements') diff --git a/requirements/dev.pip b/requirements/dev.pip index fa774d04..98cac62e 100644 --- a/requirements/dev.pip +++ b/requirements/dev.pip @@ -13,10 +13,10 @@ greenlet==0.4.13 mock==2.0.0 PyContracts==1.8.3 pyenchant==2.0.0 -pylint==1.8.4 +pylint==1.9.1 unittest-mixins==1.4 check-manifest==0.37 -readme_renderer==20.0 +readme_renderer==21.0 # for kitting. requests==2.18.4 diff --git a/requirements/pytest.pip b/requirements/pytest.pip index dfa447fb..d90c16b4 100644 --- a/requirements/pytest.pip +++ b/requirements/pytest.pip @@ -3,6 +3,6 @@ # The pytest specifics used by coverage.py -pytest==3.5.1 +pytest==3.6.0 pytest-xdist==1.22.2 flaky==3.4.0 diff --git a/requirements/wheel.pip b/requirements/wheel.pip index 95741643..9c6bf0ca 100644 --- a/requirements/wheel.pip +++ b/requirements/wheel.pip @@ -1,3 +1,3 @@ # Things needed to make wheels for coverage.py -setuptools==39.1.0 -wheel==0.31.0 +setuptools==39.2.0 +wheel==0.31.1 -- cgit v1.2.1