diff --git a/poetry.lock b/poetry.lock index 81964968..ea0c8dc8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -569,13 +569,13 @@ files = [ [[package]] name = "foursight-core" -version = "5.0.0.1b12" +version = "5.0.0.1b13" description = "Serverless Chalice Application for Monitoring" optional = false python-versions = ">=3.8,<3.12" files = [ - {file = "foursight_core-5.0.0.1b12-py3-none-any.whl", hash = "sha256:091eb97d74977921d8b010575742bd8731ed176af1c69f390d0074516922209f"}, - {file = "foursight_core-5.0.0.1b12.tar.gz", hash = "sha256:44810fea7d6ec455ab85117ad0c534259195be4241b91dcc78884df155165fb8"}, + {file = "foursight_core-5.0.0.1b13-py3-none-any.whl", hash = "sha256:56050bdbb7f4f759b809a0868448e8d68e80eabb641a4ea90d1eb8a51e75a14e"}, + {file = "foursight_core-5.0.0.1b13.tar.gz", hash = "sha256:3898ecabbca48fa7342bf2be8516e35ae51f4a538f751aea9b874df6c605f2c8"}, ] [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 = "b13b797c9ed924986a080f4ee9a36e758a7eaef137bfed056564d8cb604fac98" +content-hash = "825e0c5640e10a94965495a19e8076b1121a5206288b1580b8d2e8fa0396a640" diff --git a/pyproject.toml b/pyproject.toml index 3e200bb5..75bd5779 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "foursight-cgap" -version = "4.0.0.1b12" # TODO: To become 4.1.0 +version = "4.0.0.1b13" # 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.1b12" +foursight-core = "5.0.0.1b13" # 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"