diff --git a/poetry.lock b/poetry.lock index 102662ff..5ce53999 100644 --- a/poetry.lock +++ b/poetry.lock @@ -569,13 +569,13 @@ files = [ [[package]] name = "foursight-core" -version = "5.0.0.1b8" +version = "5.0.0.1b9" description = "Serverless Chalice Application for Monitoring" optional = false python-versions = ">=3.8,<3.12" files = [ - {file = "foursight_core-5.0.0.1b8-py3-none-any.whl", hash = "sha256:74b955bf935f5c88497b15c7df74dd071deeb709eea0d073c66dffb53e5ce903"}, - {file = "foursight_core-5.0.0.1b8.tar.gz", hash = "sha256:7753337ee1299ffd3b8d94a0d6e5a965f98f41de0ac70d8cb194503a58107551"}, + {file = "foursight_core-5.0.0.1b9-py3-none-any.whl", hash = "sha256:471aea583102ef0f241bbad2cb491b304fb00e0fd5226be3881d30ba1419bef9"}, + {file = "foursight_core-5.0.0.1b9.tar.gz", hash = "sha256:8c6810725111061637d413a356fe0c148ca257fd7637f76f61b939c10cac1399"}, ] [package.dependencies] @@ -1843,4 +1843,4 @@ test = ["pytest (>=6.0.0)", "setuptools (>=65)"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.12" -content-hash = "240bc593ff7a32affc0123512ae8a41f41bea14cffe3844e190af85238b592de" +content-hash = "8179dc08dbaa6361d1efae03e2040e11336da152bfcf908a2384b62a61449033" diff --git a/pyproject.toml b/pyproject.toml index 5e8508c4..c332092b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "foursight-cgap" -version = "4.0.0.1b8" # TODO: To become 4.1.0 +version = "4.0.0.1b9" # TODO: To become 4.1.0 description = "Serverless Chalice Application for Monitoring" authors = ["4DN-DCIC Team "] license = "MIT" @@ -27,7 +27,7 @@ pytz = "^2020.1" magma-suite = "^2.0.0" tibanna-ff = "^3.1.1" MarkupSafe = "^2.1.3" -foursight-core = "5.0.0.1b8" +foursight-core = "5.0.0.1b9" # use below for tests but not for deployment #foursight-core = { git = "https://github.com/4dn-dcic/foursight-core.git", branch="core2" } #portal-pipeline-utils = "2.1.0.1b1"