From 2a2ff6efc11e965bd8bcf8c0cea87cc206887a7a Mon Sep 17 00:00:00 2001 From: Qiao Qiao Date: Thu, 1 Aug 2024 15:16:10 -0500 Subject: [PATCH] upgrade flask --- dev-requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 65a1935..156e209 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -30,7 +30,7 @@ cryptography==43.0.0 # pyopenssl exceptiongroup==1.2.2 # via pytest -flask==1.0.4 +flask==1.1.2 # via gdc-client (pyproject.toml) httmock==1.4.0 # via gdc-client (pyproject.toml) diff --git a/setup.cfg b/setup.cfg index 0343bcc..c0f7eb1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -46,7 +46,7 @@ where = src [options.extras_require] dev = click>= 8 - flask~=1.0.2 + flask pytest pytest-cov requests-mock