From d1d936ad81827cd4b7fec401ccd6eb8231a91375 Mon Sep 17 00:00:00 2001 From: Mkumar2022-7 <103212836+Mkumar2022-7@users.noreply.github.com> Date: Mon, 5 May 2025 23:12:20 -0700 Subject: [PATCH] Update Flask to the latest version --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f28dfaf..d5fd644 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ urllib3==1.25.7 -Flask==2.0.2 +Flask==2.3.2 BeautifulSoup4==4.9.0 jwt==1.3.2 not-particularly==2.5.0 \ No newline at end of file