From 3ca6c1ef49a875c5e2c408bb975a4366982ed6e2 Mon Sep 17 00:00:00 2001 From: Genaro Camele Date: Mon, 16 Dec 2024 21:27:21 -0300 Subject: [PATCH] Fixed Werkzeug version + Bumped BioAPI version to 1.3.0 --- bio-api/bioapi.py | 2 +- config/bioapi_conf/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bio-api/bioapi.py b/bio-api/bioapi.py index dba63d1..15a624b 100755 --- a/bio-api/bioapi.py +++ b/bio-api/bioapi.py @@ -21,7 +21,7 @@ PROCESS_POOL_WORKERS: int = int(os.getenv('PROCESS_POOL_WORKERS', 4)) # BioAPI version -VERSION = '1.2.2' +VERSION = '1.3.0' # Valid pathways sources PATHWAYS_SOURCES = ["kegg", "biocarta", "ehmn", "humancyc", "inoh", "netpath", "pid", "reactome", diff --git a/config/bioapi_conf/requirements.txt b/config/bioapi_conf/requirements.txt index 359693f..23233aa 100755 --- a/config/bioapi_conf/requirements.txt +++ b/config/bioapi_conf/requirements.txt @@ -6,7 +6,7 @@ ConfigParser==6.0.0 pytest==8.3.3 tqdm==4.66.1 gprofiler-official==1.0.0 -Werkzeug==3.0.1 +Werkzeug==3.1.3 flask_swagger_ui==4.11.1 apispec==6.7.1 apispec-webframeworks==1.2.0