Skip to content

Commit 2649505

Browse files
committed
Use the latest version of virtualenv/pip for bundled installer
We need a version of pip that supports the extras_require conditional dependencies we now use for whl files.
1 parent d5bd3bf commit 2649505

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/make-bundle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ from contextlib import contextmanager
2424
# the installation process. It is *not* the deps required
2525
# by awscli/botocore.
2626
PACKAGE_VERSION = {
27-
'virtualenv': '1.10.1',
27+
'virtualenv': '13.0.3',
2828
# These packages are included because they are required for
2929
# python2.6, but our normal dependency downloading via pip
3030
# only works if you use python2.6. To fix this issue, we're

0 commit comments

Comments
 (0)