We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac56f4c commit 1e584eeCopy full SHA for 1e584ee
1 file changed
src/requirements.txt
@@ -1,7 +1,7 @@
1
-Flask==3.0.3
+Flask==3.1.3
2
neo4j==5.20.0
3
prov==2.0.1
4
-deepdiff==7.0.1
+deepdiff==8.6.2
5
6
# For interacting with memcached
7
pymemcache==4.0.0
@@ -10,14 +10,14 @@ pymemcache==4.0.0
10
nested-lookup==0.2.22
11
12
# The commons package requires requests>=2.22.0 and PyYAML>=5.3.1
13
-requests==2.32.3
+requests==2.32.5
14
PyYAML==6.0.3
15
16
# Use the published package from PyPI as default
17
# Use the branch name of commons from github for testing new changes made in commons from different branch
18
# Default is main branch specified in docker-compose.development.yml if not set
19
# git+https://github.com/hubmapconsortium/commons.git@${COMMONS_BRANCH}#egg=hubmap-commons
20
-hubmap-commons==2.1.22
+hubmap-commons==2.1.23
21
22
# For unit test
23
nose2==0.10.0
0 commit comments