From ac56f4cc0f2651d518e6ba4b752b5660625edb27 Mon Sep 17 00:00:00 2001 From: yuanzhou Date: Mon, 23 Mar 2026 12:26:56 -0400 Subject: [PATCH 1/2] Update VERSION --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index c959dfbb..6ac04ca9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.6.12 +2.6.13 From 1e584eee6cdcbb6c1568411ae07ee0b8a9928148 Mon Sep 17 00:00:00 2001 From: yuanzhou Date: Mon, 23 Mar 2026 12:28:35 -0400 Subject: [PATCH 2/2] Update package versions in requirements.txt Updated Flask, deepdiff, requests, and hubmap-commons versions in requirements.txt. --- src/requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/requirements.txt b/src/requirements.txt index 1449a271..06016a9a 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,7 +1,7 @@ -Flask==3.0.3 +Flask==3.1.3 neo4j==5.20.0 prov==2.0.1 -deepdiff==7.0.1 +deepdiff==8.6.2 # For interacting with memcached pymemcache==4.0.0 @@ -10,14 +10,14 @@ pymemcache==4.0.0 nested-lookup==0.2.22 # The commons package requires requests>=2.22.0 and PyYAML>=5.3.1 -requests==2.32.3 +requests==2.32.5 PyYAML==6.0.3 # Use the published package from PyPI as default # 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.22 +hubmap-commons==2.1.23 # For unit test nose2==0.10.0