From b2ee587ccc59659678545990f271e37c267e17e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 23:57:31 +0000 Subject: [PATCH] Bump flask from 2.1.3 to 2.3.2 in /tests Bumps [flask](https://github.com/pallets/flask) from 2.1.3 to 2.3.2. - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/flask/compare/2.1.3...2.3.2) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Pipfile b/tests/Pipfile index 153efc22137..891a337a01d 100644 --- a/tests/Pipfile +++ b/tests/Pipfile @@ -43,7 +43,7 @@ jsonschema = "*" python-jose = "*" pyyaml ="*" -flask = "==2.1.3" +flask = "==2.3.2" [requires] python_version = "3"