From 65ef211f432de23627f7294eaf87cbe73b65ccef Mon Sep 17 00:00:00 2001 From: David Michaels Date: Fri, 22 Sep 2023 07:53:40 -0400 Subject: [PATCH] Update foursight-core version. --- poetry.lock | 8 ++++---- pyproject.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 019e4bf8..0a8141f2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -577,13 +577,13 @@ files = [ [[package]] name = "foursight-core" -version = "4.5.0.1b3" +version = "4.5.0.1b6" description = "Serverless Chalice Application for Monitoring" optional = false python-versions = ">=3.8,<3.12" files = [ - {file = "foursight_core-4.5.0.1b3-py3-none-any.whl", hash = "sha256:a1e423ed66c7cb94c17ab9aea30d6359fb8d13ced16031408b9a27367e8383dc"}, - {file = "foursight_core-4.5.0.1b3.tar.gz", hash = "sha256:ed9adeb3bfffc13f91bf617fc14809bb287dc00ccb6c867a7c0f145c5778fb4d"}, + {file = "foursight_core-4.5.0.1b6-py3-none-any.whl", hash = "sha256:c2cecdfc6ea65f178a3a71dc028f629ca7bbba7392d10059013a7480dff88ac1"}, + {file = "foursight_core-4.5.0.1b6.tar.gz", hash = "sha256:bb07c03ee3a6ee8d001cef151a8fcc023b62de1bd7e7fbcc61c4ad3bb0819bde"}, ] [package.dependencies] @@ -1839,4 +1839,4 @@ test = ["pytest (>=6.0.0)", "setuptools (>=65)"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.12" -content-hash = "c9a41448ef9efca84bea8c51231f74d35f88b9a81cc9d9cf65cf227c1cf35da6" +content-hash = "490acb76b6fe1f9953a9a199bc8f394abc856026f6e48e93044b89eec7f5bc64" diff --git a/pyproject.toml b/pyproject.toml index ac006aab..891db2b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "foursight-cgap" -version = "3.6.1.2b2" # TODO: To become 4.0.0 +version = "3.6.1.2b3" # TODO: To become 4.0.0 description = "Serverless Chalice Application for Monitoring" authors = ["4DN-DCIC Team "] license = "MIT" @@ -26,7 +26,7 @@ pytz = "^2020.1" magma-suite = "1.5.0.3b1" tibanna-ff = "2.0.1.1b5" MarkupSafe = "^2.1.3" -foursight-core = "4.5.0.1b3" +foursight-core = "4.5.0.1b6" # 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"