diff options
Diffstat (limited to 'requirements')
| -rw-r--r-- | requirements/dev.pip | 2 | ||||
| -rw-r--r-- | requirements/pytest.pip | 2 | ||||
| -rw-r--r-- | requirements/tox.pip | 2 | ||||
| -rw-r--r-- | requirements/wheel.pip | 2 |
4 files changed, 5 insertions, 3 deletions
diff --git a/requirements/dev.pip b/requirements/dev.pip index 965c5f48..f9fa8265 100644 --- a/requirements/dev.pip +++ b/requirements/dev.pip @@ -4,6 +4,8 @@ # Requirements for doing local development work on coverage.py. # https://requires.io/github/nedbat/coveragepy/requirements/ +pip==18.0.0 + # PyPI requirements for running tests. -r tox.pip -r pytest.pip diff --git a/requirements/pytest.pip b/requirements/pytest.pip index 6b2433ad..b23977b7 100644 --- a/requirements/pytest.pip +++ b/requirements/pytest.pip @@ -3,6 +3,6 @@ # The pytest specifics used by coverage.py -pytest==3.6.2 +pytest==3.6.3 pytest-xdist==1.22.2 flaky==3.4.0 diff --git a/requirements/tox.pip b/requirements/tox.pip index a209ac7f..43b921c6 100644 --- a/requirements/tox.pip +++ b/requirements/tox.pip @@ -1,4 +1,4 @@ # The version of tox used by coverage.py -tox==3.0.0 +tox==3.1.2 # Adds env recreation on requirements file changes. tox-battery==0.5.1 diff --git a/requirements/wheel.pip b/requirements/wheel.pip index 9c6bf0ca..30ac5455 100644 --- a/requirements/wheel.pip +++ b/requirements/wheel.pip @@ -1,3 +1,3 @@ # Things needed to make wheels for coverage.py -setuptools==39.2.0 +setuptools==40.0.0 wheel==0.31.1 |
