From b29871a2f70bcaad1b766202c32b24e670a44f95 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Fri, 21 May 2021 12:23:55 -0700 Subject: bump Flask to 2.x; other deps upgraded automatically --- python/Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/Pipfile') diff --git a/python/Pipfile b/python/Pipfile index ea9c94ab..a402f9eb 100644 --- a/python/Pipfile +++ b/python/Pipfile @@ -21,7 +21,7 @@ flake8 = "==3.*" [packages] fatcat-openapi-client = {path = "./../python_openapi_client"} python-dotenv = "*" -Flask = "==1.*" +Flask = "==2.*" flask-uuid = "*" flask-debugtoolbar = "*" flask-login = "*" -- cgit v1.2.3