From 8ae6602e02b4592abe06f2e3e870fb89f47292a5 Mon Sep 17 00:00:00 2001 From: David Michaels Date: Tue, 26 Nov 2024 18:05:40 -0500 Subject: [PATCH] fix to deployment action for cgap-msa - update to foursight-core version --- CHANGELOG.rst | 6 ++++++ pyproject.toml | 7 ++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 65d76683..38f4d1c3 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -7,6 +7,12 @@ foursight-cgap Change Log ---------- +4.6.0 +===== +* 2024-11-26/dmichaels +* Updated to foursight-core 5.8.0 for fix to portal deployment action for cgap-msa. + + 4.5.0 ===== * 2024-10-11/dmichaels diff --git a/pyproject.toml b/pyproject.toml index 94870628..727278ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "foursight-cgap" -version = "4.5.0" +version = "4.5.0.1b1" # TODO: To become 4.6.0 description = "Serverless Chalice Application for Monitoring" authors = ["4DN-DCIC Team "] license = "MIT" @@ -11,7 +11,7 @@ packages = [ [tool.poetry.dependencies] python = ">=3.8.1,<3.13" cron-descriptor = "^1.4.0" -dcicutils = "^8.16.1" +dcicutils = "^8.16.4" click = "^7.1.2" PyJWT = "^2.5.0" Jinja2 = "^3.1.2" @@ -27,7 +27,8 @@ pytz = "^2020.1" magma-suite = "^3.6.0" tibanna-ff = "^3.5.0" MarkupSafe = "^2.1.3" -foursight-core = "^5.7.0" +# foursight-core = "^5.7.0" +foursight-core = "5.7.0.1b2" # 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"