We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5bd3bf commit 2649505Copy full SHA for 2649505
1 file changed
scripts/make-bundle
@@ -24,7 +24,7 @@ from contextlib import contextmanager
24
# the installation process. It is *not* the deps required
25
# by awscli/botocore.
26
PACKAGE_VERSION = {
27
- 'virtualenv': '1.10.1',
+ 'virtualenv': '13.0.3',
28
# These packages are included because they are required for
29
# python2.6, but our normal dependency downloading via pip
30
# only works if you use python2.6. To fix this issue, we're
0 commit comments