From ca3a19150e51ce1a76c3f11f5745e54b6de2f93e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 22:16:59 +0000 Subject: [PATCH] Bump flask from 1.1.2 to 2.3.2 Bumps [flask](https://github.com/pallets/flask) from 1.1.2 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.2...2.3.2) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- req.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/req.txt b/req.txt index 291dfc6..809cc66 100644 --- a/req.txt +++ b/req.txt @@ -4,4 +4,4 @@ pyserial==3.4 pyserial-asyncio==0.4 msgpack==1.0.0 pyformance==0.4 -Flask==1.1.2 +Flask==2.3.2 diff --git a/setup.py b/setup.py index 5f1e339..1df68ad 100644 --- a/setup.py +++ b/setup.py @@ -65,7 +65,7 @@ def read_file_contents(path): 'pyserial-asyncio==0.4', 'msgpack==1.0.0', 'pyformance==0.4', - 'Flask==1.1.2', + 'Flask==2.3.2', 'networkx==2.6.2', 'cmd2==2.1.2' ],