From f3217520a2d5c88c22b73a86e7370317b96775e4 Mon Sep 17 00:00:00 2001 From: David Michaels Date: Wed, 3 Jan 2024 13:24:43 -0500 Subject: [PATCH] Added gitinfo.json generation for GA. --- poetry.lock | 8 ++++---- pyproject.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index c2ba1bf9..4ce9c30f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -569,13 +569,13 @@ files = [ [[package]] name = "foursight-core" -version = "5.2.0.1b10" +version = "5.2.0.1b11" description = "Serverless Chalice Application for Monitoring" optional = false python-versions = ">=3.8,<3.12" files = [ - {file = "foursight_core-5.2.0.1b10-py3-none-any.whl", hash = "sha256:6d55268ab3c71ca7c57250e1177bdef75f58ecada50733bb9547dad908708ca7"}, - {file = "foursight_core-5.2.0.1b10.tar.gz", hash = "sha256:f45583d1f844daed72091d11ef006acb6a07f709fbb3217d6ef733cbacc23207"}, + {file = "foursight_core-5.2.0.1b11-py3-none-any.whl", hash = "sha256:d57d69d53fe983295561717acd4e151b172803c359a09c5088811f13e8619b28"}, + {file = "foursight_core-5.2.0.1b11.tar.gz", hash = "sha256:59172cc65112fc05ac31a67f277f6ddc01ee78ad717fd69931e8a88e6b40b467"}, ] [package.dependencies] @@ -1845,4 +1845,4 @@ test = ["pytest (>=6.0.0)", "setuptools (>=65)"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.12" -content-hash = "441ebeb29d0515a905a43aad5fd4a3831865b2bd9ae3a446a68c3cbf7ddc5efb" +content-hash = "0214fa075fe24abdbb29bde3182f404a01e00768786c9dd14b432048a3c43c24" diff --git a/pyproject.toml b/pyproject.toml index c828bd2e..1240e595 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "foursight-cgap" -version = "4.1.1.1b6" # TODO: To become 4.2.0 +version = "4.1.1.1b7" # TODO: To become 4.2.0 description = "Serverless Chalice Application for Monitoring" authors = ["4DN-DCIC Team "] license = "MIT" @@ -27,7 +27,7 @@ pytz = "^2020.1" magma-suite = "^3.0.0" tibanna-ff = "^3.1.1" MarkupSafe = "^2.1.3" -foursight-core = "5.2.0.1b10" +foursight-core = "5.2.0.1b11" # 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"