From 235edfc24d41e148fb25dc9b62723589aa65e132 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 23:48:03 +0000 Subject: [PATCH] Bump flask from 2.1.2 to 2.3.2 in /python Bumps [flask](https://github.com/pallets/flask) from 2.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/2.1.2...2.3.2) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 python/setup.py diff --git a/python/setup.py b/python/setup.py old mode 100755 new mode 100644 index c0ca37d..1344d22 --- a/python/setup.py +++ b/python/setup.py @@ -18,6 +18,6 @@ "atlant-dirscan=atlant.tools.dirscan:main", ] }, - install_requires=["requests==2.28.0", "flask==2.1.2"], + install_requires=["requests==2.28.0", "flask==2.3.2"], keywords=["Topic :: Security"], )