From fc5be76883048e3d39ee0ff20d135a9bfb4ab55a Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Sat, 8 Oct 2022 13:26:11 +0200 Subject: [PATCH] 1.36.0 --- lsp/Pipfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lsp/Pipfile b/lsp/Pipfile index 4eabe40892..1adcac305e 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.34.0" -wmill_pg = ">=1.34.0" +wmill = ">=1.36.0" +wmill_pg = ">=1.36.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*"