From 33f0d96f471e78d5515547240277178baad6cc76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Aug 2022 04:10:46 +0000 Subject: [PATCH] Bump flask from 1.1.2 to 2.2.2 Bumps [flask](https://github.com/pallets/flask) from 1.1.2 to 2.2.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.2.2) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 47cd064..85e0f35 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ packages=['ogn.{}'.format(package) for package in find_packages(where='ogn')], python_requires='>=3', install_requires=[ - 'Flask==1.1.2', + 'Flask==2.2.2', 'Flask-SocketIO==4.3.1', 'dnspython==1.16.0,<2.0', # on rpi eventlet depends on dnspython which requires python 3.6 'eventlet==0.25.2',