File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,11 @@ envlist = lint
55# locally installed tox to have a minimum version 3.3.0. This means the names
66# of the configuration options are still according to the tox 3.x syntax.
77minversion = 4.4.3
8- # This version of virtualenv will install setuptools version 65.5.0 and pip
9- # 22.3. These versions fully support python projects defined only through a
10- # pyproject.toml file (PEP-517/PEP-518/PEP-621)
11- requires = virtualenv>=20.16.6
8+ # This version of virtualenv will install setuptools version 68.2.2 and pip
9+ # 23.3.1. These versions fully support python projects defined only through a
10+ # pyproject.toml file (PEP-517/PEP-518/PEP-621). This pip version also support
11+ # the proper version resolving with (sub-)dependencies defining dev extra's.
12+ requires = virtualenv>=20.24.6
1213
1314[testenv]
1415extras = dev
You can’t perform that action at this time.
0 commit comments