From 8442b9fb2613167226ee80aee08bfd1585f00b17 Mon Sep 17 00:00:00 2001 From: pwei1018 Date: Sun, 3 Nov 2024 00:04:51 -0700 Subject: [PATCH] Update notify api version. --- notify-service/notify-delivery/poetry.lock | 8 ++++---- notify-service/notify-delivery/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/notify-service/notify-delivery/poetry.lock b/notify-service/notify-delivery/poetry.lock index e568bc8e..ddee5b92 100644 --- a/notify-service/notify-delivery/poetry.lock +++ b/notify-service/notify-delivery/poetry.lock @@ -1151,9 +1151,9 @@ structured-logging = {git = "https://github.com/bcgov/sbc-connect-common.git", b [package.source] type = "git" -url = "https://github.com/pwei1018/bcros-common.git" -reference = "improve-logging" -resolved_reference = "8e16e58d5ec602f94fdce8b0dc32747c39b15ef6" +url = "https://github.com/bcgov/bcros-common.git" +reference = "main" +resolved_reference = "c7940dbde2f879d6bd474a11225ed234739cf7e6" subdirectory = "notify-service/notify-api" [[package]] @@ -2010,4 +2010,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "2979a7b336347558ea31acd636973cadd618c389e9d502f801df77891b4e5392" +content-hash = "e4fe2066cec36305b68c339d13af8a1bb43213a0db899eb565820bb3335acb59" diff --git a/notify-service/notify-delivery/pyproject.toml b/notify-service/notify-delivery/pyproject.toml index 76a31491..d76eeadc 100644 --- a/notify-service/notify-delivery/pyproject.toml +++ b/notify-service/notify-delivery/pyproject.toml @@ -9,7 +9,7 @@ packages = [{include = "notify_delivery", from = "src"}] [tool.poetry.dependencies] python = "^3.12" -notify-api = { git = "https://github.com/pwei1018/bcros-common.git", subdirectory = "notify-service/notify-api", branch = "improve-logging" } +notify-api = { git = "https://github.com/bcgov/bcros-common.git", subdirectory = "notify-service/notify-api", branch = "main" } [tool.poetry.group.test.dependencies] psycopg2 = "^2.9.9"