From dad4ba3cd111040ed30051f10f5cd8638a3f74c8 Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Wed, 22 Apr 2020 00:07:16 -0700 Subject: [PATCH] requirements: Unpin libthumbor version in common.in. Versions should not be pinned in *.in unless specific circumstances merit an exception to this rule. Every existing exception is commented. Signed-off-by: Anders Kaseorg --- requirements/common.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/common.in b/requirements/common.in index f0c9bf92ca..0a171b6109 100644 --- a/requirements/common.in +++ b/requirements/common.in @@ -167,7 +167,7 @@ yamole # Needed for signing thumbnail requests so that they can be authenticated on the # other end. -libthumbor==2.0.1 +libthumbor # Needed for string matching in AlertWordProcessor pyahocorasick