From 57ab909bdee6c8b20b852ca698f89722557bc93f Mon Sep 17 00:00:00 2001 From: Zsolt Dollenstein Date: Sun, 13 Oct 2019 10:24:11 -0700 Subject: [PATCH] Require regex version 2019.8 --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index d82e2fe..c461004 100644 --- a/Pipfile +++ b/Pipfile @@ -12,7 +12,7 @@ toml = ">=0.9.4" black = {path = ".",extras = ["d"],editable = true} aiohttp-cors = "*" typed-ast = ">=1.3.1" -regex = "*" +regex = ">=2019.8" [dev-packages] pre-commit = "*" -- 2.39.2