From ef7c19c25a70c3381764d250aaa516220a86c5b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 21:14:20 +0000 Subject: [PATCH] Bump flask from 1.1.1 to 2.3.2 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b4e77cb..9893fbc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,6 +6,6 @@ bs4==0.0.1 unsync==1.2.1 trio==0.8.0 trio-asyncio==0.8.0 -flask==1.1.1 +flask==2.3.2 quart==0.9.1 cython==0.29.13