From 1989cba542341f11dafbb919a333a262e99caea9 Mon Sep 17 00:00:00 2001 From: Andrew Bolyachevets Date: Wed, 23 Oct 2024 22:41:48 -0700 Subject: [PATCH] update service deps (#3120) --- queue_services/account-mailer/poetry.lock | 22 ++++++++++---------- queue_services/account-mailer/pyproject.toml | 4 ++-- queue_services/auth-queue/poetry.lock | 22 ++++++++++---------- queue_services/auth-queue/pyproject.toml | 4 ++-- 4 files changed, 26 insertions(+), 26 deletions(-) diff --git a/queue_services/account-mailer/poetry.lock b/queue_services/account-mailer/poetry.lock index b20446186e..347c4b807b 100644 --- a/queue_services/account-mailer/poetry.lock +++ b/queue_services/account-mailer/poetry.lock @@ -266,7 +266,7 @@ tests-mypy = ["mypy (>=1.11.1)", "pytest-mypy-plugins"] [[package]] name = "auth-api" -version = "3.0.5" +version = "3.0.6" description = "" optional = false python-versions = "^3.12" @@ -276,7 +276,7 @@ develop = false [package.dependencies] aiohttp = "^3.10.2" bcrypt = "^4.2.0" -build-deps = {git = "https://github.com/bcgov/sbc-auth.git", rev = "feature-gcp-migration", subdirectory = "build-deps"} +build-deps = {git = "https://github.com/bcgov/sbc-auth.git", rev = "main", subdirectory = "build-deps"} cachelib = "0.9.0" cattrs = "^23.2.3" flask-caching = "2.3.0" @@ -300,8 +300,8 @@ sqlalchemy-utils = "^0.41.2" [package.source] type = "git" url = "https://github.com/bcgov/sbc-auth.git" -reference = "feature-gcp-migration" -resolved_reference = "450c8ee6f42aec444fc06e2b9fd39f60fa053d91" +reference = "main" +resolved_reference = "4b872da258b5f8e3c954c9b4422f3eab1efb4b70" subdirectory = "auth-api" [[package]] @@ -378,15 +378,15 @@ launchdarkly-server-sdk = "9.5.0" MarkupSafe = "2.1.1" python-dotenv = "^1.0.1" requests = "2.32.3" -sbc-common-components = {git = "https://github.com/bolyachevets/sbc-common-components.git", rev = "camel_case_empty_dict", subdirectory = "python"} +sbc-common-components = {git = "https://github.com/bcgov/sbc-common-components.git", rev = "master", subdirectory = "python"} structured-logging = {git = "https://github.com/bcgov/sbc-connect-common.git", branch = "main", subdirectory = "python/structured-logging"} Werkzeug = "3.0.0" [package.source] type = "git" url = "https://github.com/bcgov/sbc-auth.git" -reference = "feature-gcp-migration" -resolved_reference = "450c8ee6f42aec444fc06e2b9fd39f60fa053d91" +reference = "main" +resolved_reference = "4b872da258b5f8e3c954c9b4422f3eab1efb4b70" subdirectory = "build-deps" [[package]] @@ -2709,9 +2709,9 @@ jaeger-client = "*" [package.source] type = "git" -url = "https://github.com/bolyachevets/sbc-common-components.git" -reference = "camel_case_empty_dict" -resolved_reference = "20ce13be6d59946583385c857a5aca1c4c517ad0" +url = "https://github.com/bcgov/sbc-common-components.git" +reference = "master" +resolved_reference = "d640dc75ea51add2d611a30259d15d93d8654381" subdirectory = "python" [[package]] @@ -3208,4 +3208,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "c3192e8be64d8db95f9785477ddb98a36f6e04aa12bcb45607a161fa7c59f60a" +content-hash = "5a384f274583336fec10b899d71e1dd12f55878f10d42c407dcf9fd6d0442d64" diff --git a/queue_services/account-mailer/pyproject.toml b/queue_services/account-mailer/pyproject.toml index 85da7cff62..c2726ef25a 100644 --- a/queue_services/account-mailer/pyproject.toml +++ b/queue_services/account-mailer/pyproject.toml @@ -38,9 +38,9 @@ urllib3 = "2.2.2" zipp = "3.19.1" # VCS dependencies -auth-api = { git = "https://github.com/bcgov/sbc-auth.git", rev = "feature-gcp-migration", subdirectory = "auth-api" } +auth-api = { git = "https://github.com/bcgov/sbc-auth.git", rev = "main", subdirectory = "auth-api" } simple-cloudevent = { git = "https://github.com/daxiom/simple-cloudevent.py.git" } -build-deps = { git = "https://github.com/bcgov/sbc-auth.git", rev = "feature-gcp-migration", subdirectory = "build-deps" } +build-deps = { git = "https://github.com/bcgov/sbc-auth.git", rev = "main", subdirectory = "build-deps" } cloud-sql-python-connector = "^1.13.0" [tool.poetry.group.dev.dependencies] diff --git a/queue_services/auth-queue/poetry.lock b/queue_services/auth-queue/poetry.lock index 284127c431..916ff0a251 100644 --- a/queue_services/auth-queue/poetry.lock +++ b/queue_services/auth-queue/poetry.lock @@ -255,7 +255,7 @@ tests-mypy = ["mypy (>=1.11.1)", "pytest-mypy-plugins"] [[package]] name = "auth-api" -version = "3.0.5" +version = "3.0.6" description = "" optional = false python-versions = "^3.12" @@ -265,7 +265,7 @@ develop = false [package.dependencies] aiohttp = "^3.10.2" bcrypt = "^4.2.0" -build-deps = {git = "https://github.com/bcgov/sbc-auth.git", rev = "feature-gcp-migration", subdirectory = "build-deps"} +build-deps = {git = "https://github.com/bcgov/sbc-auth.git", rev = "main", subdirectory = "build-deps"} cachelib = "0.9.0" cattrs = "^23.2.3" flask-caching = "2.3.0" @@ -289,8 +289,8 @@ sqlalchemy-utils = "^0.41.2" [package.source] type = "git" url = "https://github.com/bcgov/sbc-auth.git" -reference = "feature-gcp-migration" -resolved_reference = "450c8ee6f42aec444fc06e2b9fd39f60fa053d91" +reference = "main" +resolved_reference = "4b872da258b5f8e3c954c9b4422f3eab1efb4b70" subdirectory = "auth-api" [[package]] @@ -382,15 +382,15 @@ launchdarkly-server-sdk = "9.5.0" MarkupSafe = "2.1.1" python-dotenv = "^1.0.1" requests = "2.32.3" -sbc-common-components = {git = "https://github.com/bolyachevets/sbc-common-components.git", rev = "camel_case_empty_dict", subdirectory = "python"} +sbc-common-components = {git = "https://github.com/bcgov/sbc-common-components.git", rev = "master", subdirectory = "python"} structured-logging = {git = "https://github.com/bcgov/sbc-connect-common.git", branch = "main", subdirectory = "python/structured-logging"} Werkzeug = "3.0.0" [package.source] type = "git" url = "https://github.com/bcgov/sbc-auth.git" -reference = "feature-gcp-migration" -resolved_reference = "450c8ee6f42aec444fc06e2b9fd39f60fa053d91" +reference = "main" +resolved_reference = "4b872da258b5f8e3c954c9b4422f3eab1efb4b70" subdirectory = "build-deps" [[package]] @@ -2647,9 +2647,9 @@ jaeger-client = "*" [package.source] type = "git" -url = "https://github.com/bolyachevets/sbc-common-components.git" -reference = "camel_case_empty_dict" -resolved_reference = "20ce13be6d59946583385c857a5aca1c4c517ad0" +url = "https://github.com/bcgov/sbc-common-components.git" +reference = "master" +resolved_reference = "d640dc75ea51add2d611a30259d15d93d8654381" subdirectory = "python" [[package]] @@ -3168,4 +3168,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "439ed3bb73f5502bf60a6187eb629d062fe93469cbf5b0091430239d53506ff1" +content-hash = "0b233d467e95035765c247df48cdd67cfb39cef5d9ef057ce675648c37710484" diff --git a/queue_services/auth-queue/pyproject.toml b/queue_services/auth-queue/pyproject.toml index c986fe2c4d..fc25d049e0 100644 --- a/queue_services/auth-queue/pyproject.toml +++ b/queue_services/auth-queue/pyproject.toml @@ -43,9 +43,9 @@ zipp = "3.19.1" # VCS dependencies -auth-api = { git = "https://github.com/bcgov/sbc-auth.git", rev = "feature-gcp-migration", subdirectory = "auth-api" } +auth-api = { git = "https://github.com/bcgov/sbc-auth.git", rev = "main", subdirectory = "auth-api" } simple-cloudevent = { git = "https://github.com/daxiom/simple-cloudevent.py.git" } -build-deps = { git = "https://github.com/bcgov/sbc-auth.git", rev = "feature-gcp-migration", subdirectory = "build-deps" } +build-deps = { git = "https://github.com/bcgov/sbc-auth.git", rev = "main", subdirectory = "build-deps" } [tool.poetry.group.dev.dependencies] psycopg2 = "^2.9.9"