From 032661a443b71ded681c70fc5ca76a4764ce71fe Mon Sep 17 00:00:00 2001 From: David Michaels Date: Fri, 22 Sep 2023 11:47:05 -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 5d4ece58..dacff97f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -577,13 +577,13 @@ files = [ [[package]] name = "foursight-core" -version = "4.5.0.1b7" +version = "4.5.0.1b8" description = "Serverless Chalice Application for Monitoring" optional = false python-versions = ">=3.8,<3.12" files = [ - {file = "foursight_core-4.5.0.1b7-py3-none-any.whl", hash = "sha256:74aa6615000cfa94d6ac7e438772df2ec299a32aa6ad27e9371f0e1d07d142c7"}, - {file = "foursight_core-4.5.0.1b7.tar.gz", hash = "sha256:392d8d837eff87ed9a65e4e3820426b828eeb1cc073ad0ae628af1b4958560b4"}, + {file = "foursight_core-4.5.0.1b8-py3-none-any.whl", hash = "sha256:77aa39ac0189d963d83b8f01958fcc87dfe8ac57fc58704181091eecba875c1f"}, + {file = "foursight_core-4.5.0.1b8.tar.gz", hash = "sha256:66f3c2a5e5ed71d7ca906beefa17f8694940b654e09f6bffc10e80f0d73a3d38"}, ] [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 = "9b10bcaaae7164182ccfd5e2dea079864df3ae7911d11bb3fbd47d7cec5ccb5b" +content-hash = "4cf8efc56d26b749a4a47b862f8f9e52b2184c8d94833abdb35930dbcfddc061" diff --git a/pyproject.toml b/pyproject.toml index 391d544f..6e256c43 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "foursight-cgap" -version = "3.6.1.2b5" # TODO: To become 4.0.0 +version = "3.6.1.2b8" # 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.1b7" +foursight-core = "4.5.0.1b8" # 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"