From 7efec9a0fc6639363f37c6a0604c92e9d3bfe888 Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Wed, 11 Mar 2020 21:50:26 +0000 Subject: [PATCH] Try updating more things --- test/12_dependency_versions/cibuildwheel_test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/12_dependency_versions/cibuildwheel_test.py b/test/12_dependency_versions/cibuildwheel_test.py index 764a5d30..21453131 100644 --- a/test/12_dependency_versions/cibuildwheel_test.py +++ b/test/12_dependency_versions/cibuildwheel_test.py @@ -71,10 +71,10 @@ def test_dependency_constraints_file(tmp_path, python_version): project_dir = os.path.dirname(__file__) tool_versions = { - 'pip': '20.0.1', + 'pip': '20.0.2', 'setuptools': '44.0.0' if python_version == '2.7' else '46.0.0', 'wheel': '0.34.2', - 'virtualenv': '16.7.8', + 'virtualenv': '20.0.10', } constraints_file = tmp_path / 'constraints.txt'