From ca40fb1a5d27933e9753f2ddf810b9940ec9e52a Mon Sep 17 00:00:00 2001 From: lambeb <141648830+lambeb@users.noreply.github.com> Date: Thu, 30 Jan 2025 12:09:36 +0000 Subject: [PATCH] updated blaise-restapi to point to v1.0.1 branch --- poetry.lock | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index 92f33d8..9542d4d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -61,7 +61,7 @@ requests = "^2.26.0" [package.source] type = "git" url = "https://github.com/ONSdigital/blaise-api-python-client" -reference = "main" +reference = "v1.0.1" resolved_reference = "b66777bd0be8f562c7e519e16808fd4e9fadc6d2" [[package]] @@ -1398,4 +1398,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "eea7a72466c68d1ef0a15bac30c7038d660dde3b157ce90578ab3ea75abc0b10" +content-hash = "a31619b5e74476e05b956e4a44df9e770153ddbff1413233c4366869eb22adb3" diff --git a/pyproject.toml b/pyproject.toml index ba0b9e7..21aa0df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ codecov = "^2.1.13" flask = "^2.0.0" python-dotenv = "^0.18.0" pytest-cov = "^5.0.0" -blaise-restapi = {git = "https://github.com/ONSdigital/blaise-api-python-client", rev = "main"} +blaise-restapi = {git = "https://github.com/ONSdigital/blaise-api-python-client", rev = "v1.0.1"} google-cloud-logging = "^3.10.0" [tool.isort]