From adc12e5609015bd9416739686e51759c38b689c8 Mon Sep 17 00:00:00 2001 From: naman108 Date: Thu, 16 Nov 2023 10:38:48 -0400 Subject: [PATCH] updated pyproject --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 37ecb59d..26c00029 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "FreeTAKServer" -version = "0.2.35" +version = "0.2.36" description = "An open source server for the TAK family of applications." authors = ["FreeTAKTeam "] readme = "README.md" @@ -20,7 +20,7 @@ bcrypt="3.1.7" defusedxml="0.7.1" dnspython="2.2.1" eventlet="0.33.1" -Flask="1.1.2" +Flask="2.3.2" Flask-Cors="3.0.9" Flask-HTTPAuth="4.2.0" Flask-Login="0.6.3"