From a006caac94e74e77eb037775748d53efa39d38ce Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Thu, 22 Apr 2021 16:18:49 +0100 Subject: [PATCH] Version bump to telepath 0.1.1 for gettext_lazy fix Fixes #7059 and #7074 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 10fc3d70cf..a85ec9c371 100755 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ install_requires = [ "xlsxwriter>=1.2.8,<2.0", "tablib[xls,xlsx]>=0.14.0", "anyascii>=0.1.5", - "telepath>=0.1,<1", + "telepath>=0.1.1,<1", ] # Testing dependencies