From 7cc038be11a53dfcd6286bf09c3ad06ad34bd35f Mon Sep 17 00:00:00 2001 From: mokyoung-jeong <64177556+mokyoung-jeong@users.noreply.github.com> Date: Wed, 4 Jun 2025 14:49:15 +0900 Subject: [PATCH 1/2] Update requirements.txt --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 333e109..c849540 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -Flask -pytest \ No newline at end of file +Flask==2.3.0 +pytest From 4831a27bcdf8d967841348dccf043914da6797e9 Mon Sep 17 00:00:00 2001 From: mokyoung-jeong <64177556+mokyoung-jeong@users.noreply.github.com> Date: Wed, 4 Jun 2025 15:02:35 +0900 Subject: [PATCH 2/2] Update requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c849540..d155c2b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -Flask==2.3.0 +Flask==2.3.2 pytest