From 001a7a533a9a2c258f399b2fbf47fb0c1a67ae91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 20:58:23 +0000 Subject: [PATCH] build(deps): bump flask from 1.0.3 to 2.3.2 in /v3.0/codec/codec Bumps [flask](https://github.com/pallets/flask) from 1.0.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/1.0.3...2.3.2) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- v3.0/codec/codec/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v3.0/codec/codec/requirements.txt b/v3.0/codec/codec/requirements.txt index e601247..9b4d2bd 100644 --- a/v3.0/codec/codec/requirements.txt +++ b/v3.0/codec/codec/requirements.txt @@ -2,5 +2,5 @@ # python_version = "3.6" ################################################################################ -flask==1.0.3 +flask==2.3.2 gunicorn==19.9.0 \ No newline at end of file