diff --git a/src/requirements.txt b/src/requirements.txt index 1caceddc..f40e7448 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -21,7 +21,7 @@ PyYAML==5.4.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.11 +hubmap-commons==2.1.12 # For unit test nose2==0.10.0