From 00e520830444b4026779f798fbe6c8ce43d10cd4 Mon Sep 17 00:00:00 2001 From: "Zhou (Joe) Yuan" Date: Tue, 21 Feb 2023 14:43:22 -0500 Subject: [PATCH] Update to use commons 2.1.4 --- hubmap-auth/src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hubmap-auth/src/requirements.txt b/hubmap-auth/src/requirements.txt index 8a27646..c9a31f4 100644 --- a/hubmap-auth/src/requirements.txt +++ b/hubmap-auth/src/requirements.txt @@ -13,4 +13,4 @@ requests==2.25.1 # Use the branch name of commons from github for testing new changes made in commons from different branch # Default is main branch specified in docker-compose.development.yml if not set # git+https://github.com/hubmapconsortium/commons.git@${COMMONS_BRANCH}#egg=hubmap-commons -hubmap-commons==2.1.3 +hubmap-commons==2.1.4