From 58b2eb728da9fd647fade2765b3623873378bc2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Jun 2023 14:57:06 +0000 Subject: [PATCH] Bump flask from 1.0 to 2.2.5 in /python/thrift Bumps [flask](https://github.com/pallets/flask) from 1.0 to 2.2.5. - [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...2.2.5) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/thrift/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/thrift/requirements.txt b/python/thrift/requirements.txt index ce6dd8f0..0565eafd 100644 --- a/python/thrift/requirements.txt +++ b/python/thrift/requirements.txt @@ -1,4 +1,4 @@ -Flask==1.0 +Flask==2.2.5 itsdangerous==0.24 Jinja2==2.11.3 MarkupSafe==0.23