From 2cce61a8c9cabe7d45529a275db469382ba5814a Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Wed, 14 Aug 2019 20:16:38 +0200 Subject: [PATCH] Require a more up-to-date version of importlib-metadata. --- requirements_bundles.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_bundles.txt b/requirements_bundles.txt index 9b871f411d..8bab330057 100644 --- a/requirements_bundles.txt +++ b/requirements_bundles.txt @@ -4,6 +4,6 @@ # It's automatically installed when running npm run bundle # These can be removed when upgrading to Python 3.x -importlib-metadata==0.9 # remove when on 3.8 +importlib-metadata>=0.19 # remove when on 3.8 importlib_resources==1.0.2 # remove when on 3.7 pathlib2==2.3.3 # remove when on 3.x