From 1c3179b3658b0085715904b8c48df12ad7135a63 Mon Sep 17 00:00:00 2001 From: Hamza Khalid Date: Mon, 23 Dec 2024 01:55:47 +0000 Subject: [PATCH 1/2] - Added hsra rounds --- fsd_test_utils/test_config/useful_config.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fsd_test_utils/test_config/useful_config.py b/fsd_test_utils/test_config/useful_config.py index 48000ff1..74a3790d 100644 --- a/fsd_test_utils/test_config/useful_config.py +++ b/fsd_test_utils/test_config/useful_config.py @@ -9,4 +9,5 @@ class UsefulConfig: NSTF_ROUND_2_ID = "fc7aa604-989e-4364-98a7-d1234271435a" HSRA_FUND_ID = "1e4bd8b0-b399-466d-bbd1-572171bbc7bd" - HSRA_ROUND_1_ID = "50062ff6-e696-474d-a560-4d9af784e6e5" + HSRA_ROUND_VR_ID = "ae223686-cbcc-4548-8b52-05898c315a59" + HSRA_ROUND_RP_ID = "bae275aa-86a5-4d3e-bcc7-0a25d040910d" From b349e91b1d7d83668ff3b894ca8629cf38cb8fae Mon Sep 17 00:00:00 2001 From: FSD Github Actions Date: Mon, 23 Dec 2024 09:26:14 +0000 Subject: [PATCH 2/2] Update version to 5.3.2 --- pyproject.toml | 2 +- uv.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c54f9058..24cc3fe7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "funding-service-design-utils" -version = "5.3.1" +version = "5.3.2" authors = [ { name="MHCLG", email="FundingService@communities.gov.uk" }, diff --git a/uv.lock b/uv.lock index 6aff2e76..fac07b52 100644 --- a/uv.lock +++ b/uv.lock @@ -240,7 +240,7 @@ name = "click" version = "8.1.7" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "colorama", marker = "platform_system == 'Windows'" }, + { name = "colorama", marker = "sys_platform == 'win32'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/96/d3/f04c7bfcf5c1862a2a5b845c6b2b360488cf47af55dfa79c98f6a6bf98b5/click-8.1.7.tar.gz", hash = "sha256:ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de", size = 336121 } wheels = [ @@ -406,7 +406,7 @@ wheels = [ [[package]] name = "funding-service-design-utils" -version = "5.3.1" +version = "5.3.2" source = { editable = "." } dependencies = [ { name = "beautifulsoup4" },