From d27974917685077f270116f73e866462e3dd155c Mon Sep 17 00:00:00 2001 From: stealthycoin Date: Wed, 16 Mar 2022 14:04:25 -0700 Subject: [PATCH] Download jmespath 0.10.0 in bundled installer explicitly --- scripts/make-bundle | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/make-bundle b/scripts/make-bundle index f5a28b52bb7e..14bfedc57dcc 100755 --- a/scripts/make-bundle +++ b/scripts/make-bundle @@ -24,6 +24,7 @@ from contextlib import contextmanager EXTRA_RUNTIME_DEPS = [ # Use an up to date virtualenv/pip/setuptools on > 2.6. ('virtualenv', '16.7.8'), + ('jmespath', '0.10.0'), ] BUILDTIME_DEPS = [ ('setuptools-scm', '3.3.3'),