From 37221c5af8ab7c19a99306ff418713dcdeb8ebf2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 21:29:12 +0000 Subject: [PATCH] :arrow_up: Bump flask in /VirtualEnviroments/Contacts Bumps [flask](https://github.com/pallets/flask) from 1.1.1 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/1.1.1...2.3.2) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- VirtualEnviroments/Contacts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VirtualEnviroments/Contacts/requirements.txt b/VirtualEnviroments/Contacts/requirements.txt index c86f0ca..c6cbdf2 100644 --- a/VirtualEnviroments/Contacts/requirements.txt +++ b/VirtualEnviroments/Contacts/requirements.txt @@ -1,2 +1,2 @@ #pip install -r install requirements.txt -Flask==1.1.1 \ No newline at end of file +Flask==2.3.2 \ No newline at end of file