From b6ee8efaf343fc8878f5e35bd8ead2c47daa5861 Mon Sep 17 00:00:00 2001 From: gord chung Date: Tue, 16 Jan 2018 14:41:59 +0000 Subject: [PATCH] bump voluptuous requirement NotIn was added in 0.8.10: https://github.com/alecthomas/voluptuous/commit/f2241ce5edf6e16b3f3456f08f9b5bd7afe64a8d --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 37b7c413e..ed334ba5c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ cotyledon>=1.5.0 six stevedore ujson -voluptuous>=0.6 +voluptuous>=0.8.10 werkzeug trollius; python_version < '3.4' tenacity>=4.6.0