From aeaa93639a1b0d782aad0afe6d3ae15c24c3e763 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 18 Feb 2021 18:43:39 +0000 Subject: [PATCH] chore(deps): update dependency functions-framework to v2.1.1 --- functions/helloworld/requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/helloworld/requirements-test.txt b/functions/helloworld/requirements-test.txt index c0a602178e3..5e2a4bcfe91 100644 --- a/functions/helloworld/requirements-test.txt +++ b/functions/helloworld/requirements-test.txt @@ -1,4 +1,4 @@ -functions-framework==2.1.0 +functions-framework==2.1.1 mock==4.0.3 pytest==6.2.1 uuid==1.30