From 192a2138bbca6bda8a42c308af66146ed9c95199 Mon Sep 17 00:00:00 2001 From: Zhou Yuan Date: Mon, 9 Oct 2023 13:21:13 -0400 Subject: [PATCH 1/2] Bump version to 1.0.23 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index c787b21..154b9fc 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.22 +1.0.23 From 511359f3b000f2c93fac0b5dab7d80f16e7fe631 Mon Sep 17 00:00:00 2001 From: Zhou Yuan Date: Mon, 9 Oct 2023 13:36:02 -0400 Subject: [PATCH 2/2] Use pinned version Flask 2.1.3 and update commons to 2.1.11 --- src/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/requirements.txt b/src/requirements.txt index 6fe1621..85d9585 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,4 +1,4 @@ -Flask>=2.1.3 +Flask==2.1.3 urllib3>=1.26.5 jsonschema>=3.2.0 @@ -10,4 +10,4 @@ PyYAML>=5.3.1 # Use the branch name of commons from github for testing new changes made in commons from different branch # Default is main branch #git+https://github.com/hubmapconsortium/commons.git@main#egg=hubmap-commons -hubmap-commons==2.1.9 +hubmap-commons==2.1.11