diff options
Diffstat (limited to 'requirements')
-rw-r--r-- | requirements/dev.pip | 2 | ||||
-rw-r--r-- | requirements/pytest.pip | 6 | ||||
-rw-r--r-- | requirements/tox.pip | 2 | ||||
-rw-r--r-- | requirements/wheel.pip | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/requirements/dev.pip b/requirements/dev.pip index 9984c855..415dcda2 100644 --- a/requirements/dev.pip +++ b/requirements/dev.pip @@ -18,5 +18,5 @@ check-manifest==0.37 readme_renderer==24.0 # for kitting. -requests==2.20.1 +requests==2.21.0 twine==1.12.1 diff --git a/requirements/pytest.pip b/requirements/pytest.pip index fb45bab2..6ec37a72 100644 --- a/requirements/pytest.pip +++ b/requirements/pytest.pip @@ -3,12 +3,12 @@ # The pytest specifics used by coverage.py -pytest==3.10.1 +pytest==4.0.2 pluggy>=0.7 # pytest needs this, but pip doesn't understand -pytest-xdist==1.24.1 +pytest-xdist==1.25.0 flaky==3.4.0 mock==2.0.0 -PyContracts==1.8.6 +PyContracts==1.8.7 # Our testing mixins unittest-mixins==1.6 diff --git a/requirements/tox.pip b/requirements/tox.pip index eb09bd74..0ba0e97c 100644 --- a/requirements/tox.pip +++ b/requirements/tox.pip @@ -2,6 +2,6 @@ # For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt # The version of tox used by coverage.py -tox==3.5.3 +tox==3.6.1 # Adds env recreation on requirements file changes. tox-battery==0.5.1 diff --git a/requirements/wheel.pip b/requirements/wheel.pip index bd4cfa10..5c766d59 100644 --- a/requirements/wheel.pip +++ b/requirements/wheel.pip @@ -2,6 +2,6 @@ # For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt # Things needed to make wheels for coverage.py -setuptools==40.5.0 +setuptools==40.6.3 # pin so auditwheel will work: https://github.com/pypa/auditwheel/issues/102 wheel==0.31.1 |