Skip to content

Commit a965fc7

Browse files
committed
Merge branch 'yuanzhou/deps' of https://github.com/hubmapconsortium/entity-api into dev-integrate
2 parents fd2fc82 + 1e584ee commit a965fc7

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.6.12
1+
2.6.13

src/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
Flask==3.0.3
1+
Flask==3.1.3
22
neo4j==5.20.0
33
prov==2.0.1
4-
deepdiff==7.0.1
4+
deepdiff==8.6.2
55

66
# For interacting with memcached
77
pymemcache==4.0.0
@@ -10,14 +10,14 @@ pymemcache==4.0.0
1010
nested-lookup==0.2.22
1111

1212
# The commons package requires requests>=2.22.0 and PyYAML>=5.3.1
13-
requests==2.32.3
13+
requests==2.32.5
1414
PyYAML==6.0.3
1515

1616
# Use the published package from PyPI as default
1717
# Use the branch name of commons from github for testing new changes made in commons from different branch
1818
# Default is main branch specified in docker-compose.development.yml if not set
1919
# git+https://github.com/hubmapconsortium/commons.git@${COMMONS_BRANCH}#egg=hubmap-commons
20-
hubmap-commons==2.1.22
20+
hubmap-commons==2.1.23
2121

2222
# For unit test
2323
nose2==0.10.0

0 commit comments

Comments
 (0)