diff --git a/jobs/ftp-poller/poetry.lock b/jobs/ftp-poller/poetry.lock index befc94f7c..359d2cc7b 100644 --- a/jobs/ftp-poller/poetry.lock +++ b/jobs/ftp-poller/poetry.lock @@ -916,7 +916,7 @@ name = "gcp-queue" version = "0.3.0" description = "" optional = false -python-versions = "^3.9" +python-versions = "^3.8" files = [] develop = false @@ -928,9 +928,9 @@ simple-cloudevent = {git = "https://github.com/daxiom/simple-cloudevent.py.git"} [package.source] type = "git" -url = "https://github.com/seeker25/sbc-connect-common.git" +url = "https://github.com/bcgov/sbc-connect-common.git" reference = "main" -resolved_reference = "c0d1dea449ac6332510841caee5400ff8f550159" +resolved_reference = "c348d30e91253daef7f433a15a12379eb6b68d55" subdirectory = "python/gcp-queue" [[package]] @@ -1605,7 +1605,7 @@ flask-migrate = "4.0.7" flask-moment = "1.0.5" flask-script = "2.0.6" flask-sqlalchemy = "3.1.1" -gcp-queue = {git = "https://github.com/seeker25/sbc-connect-common.git", branch = "main", subdirectory = "python/gcp-queue"} +gcp-queue = {git = "https://github.com/bcgov/sbc-connect-common.git", branch = "main", subdirectory = "python/gcp-queue"} greenlet = "3.0.3" gunicorn = "21.2.0" holidays = "0.37" @@ -1654,9 +1654,9 @@ werkzeug = "3.0.1" [package.source] type = "git" -url = "https://github.com/seeker25/sbc-pay.git" -reference = "sync-python-to-main" -resolved_reference = "522ed4997b03f8bb5d88864e739815548aa606be" +url = "https://github.com/bcgov/sbc-pay.git" +reference = "HEAD" +resolved_reference = "24180c779947d10f985a4e7fe4321076dc4f2925" subdirectory = "pay-api" [[package]] @@ -2694,4 +2694,4 @@ watchdog = ["watchdog (>=2.3)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "3aeb528030f868f3ab60ec2d31aab0dd38f09872fe7ba62082c45715aaeed206" +content-hash = "aa8e919f53cd040552031adbc3f6a39ecf299d92f6fb939849ce431d277ce330" diff --git a/jobs/ftp-poller/pyproject.toml b/jobs/ftp-poller/pyproject.toml index 34ecaccca..5c60a2271 100644 --- a/jobs/ftp-poller/pyproject.toml +++ b/jobs/ftp-poller/pyproject.toml @@ -23,7 +23,7 @@ jinja2 = "^3.1.3" protobuf = "4.25.3" launchdarkly-server-sdk = "^8.2.1" sbc-common-components = {git = "https://github.com/bcgov/sbc-common-components.git", subdirectory = "python"} -pay-api = {git = "https://github.com/seeker25/sbc-pay.git", rev = "sync-python-to-main", subdirectory = "pay-api"} +pay-api = {git = "https://github.com/bcgov/sbc-pay.git", subdirectory = "pay-api"} [tool.poetry.group.dev.dependencies] diff --git a/jobs/payment-jobs/poetry.lock b/jobs/payment-jobs/poetry.lock index 0a123832e..62f088942 100644 --- a/jobs/payment-jobs/poetry.lock +++ b/jobs/payment-jobs/poetry.lock @@ -948,7 +948,7 @@ name = "gcp-queue" version = "0.3.0" description = "" optional = false -python-versions = "^3.9" +python-versions = "^3.8" files = [] develop = false @@ -960,9 +960,9 @@ simple-cloudevent = {git = "https://github.com/daxiom/simple-cloudevent.py.git"} [package.source] type = "git" -url = "https://github.com/seeker25/sbc-connect-common.git" +url = "https://github.com/bcgov/sbc-connect-common.git" reference = "main" -resolved_reference = "c0d1dea449ac6332510841caee5400ff8f550159" +resolved_reference = "c348d30e91253daef7f433a15a12379eb6b68d55" subdirectory = "python/gcp-queue" [[package]] @@ -1655,7 +1655,7 @@ flask-migrate = "4.0.7" flask-moment = "1.0.5" flask-script = "2.0.6" flask-sqlalchemy = "3.1.1" -gcp-queue = {git = "https://github.com/seeker25/sbc-connect-common.git", branch = "main", subdirectory = "python/gcp-queue"} +gcp-queue = {git = "https://github.com/bcgov/sbc-connect-common.git", branch = "main", subdirectory = "python/gcp-queue"} greenlet = "3.0.3" gunicorn = "21.2.0" holidays = "0.37" @@ -1704,9 +1704,9 @@ werkzeug = "3.0.1" [package.source] type = "git" -url = "https://github.com/seeker25/sbc-pay.git" -reference = "sync-python-to-main" -resolved_reference = "3cc0024430f298a460f4780bf8a55f6c84e1ec8e" +url = "https://github.com/bcgov/sbc-pay.git" +reference = "HEAD" +resolved_reference = "24180c779947d10f985a4e7fe4321076dc4f2925" subdirectory = "pay-api" [[package]] @@ -2744,4 +2744,4 @@ watchdog = ["watchdog (>=2.3)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "b16efd0364fcd29610e0eae102b66eda5771f66116953175e2d4e54550537cfa" +content-hash = "13f9943d37f4b9beb230d9cf754e3375e1cf5fd98b6326ff456b6e143174f09a" diff --git a/jobs/payment-jobs/pyproject.toml b/jobs/payment-jobs/pyproject.toml index 402cfb107..731435a60 100644 --- a/jobs/payment-jobs/pyproject.toml +++ b/jobs/payment-jobs/pyproject.toml @@ -7,7 +7,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.12" -pay-api = {git = "https://github.com/seeker25/sbc-pay.git", branch = "sync-python-to-main", subdirectory = "pay-api"} +pay-api = {git = "https://github.com/bcgov/sbc-pay.git", subdirectory = "pay-api"} gunicorn = "^21.2.0" flask = "^3.0.2" flask-sqlalchemy = "^3.1.1" diff --git a/pay-admin/pyproject.toml b/pay-admin/pyproject.toml index 24e846151..73f5b43d8 100644 --- a/pay-admin/pyproject.toml +++ b/pay-admin/pyproject.toml @@ -22,7 +22,7 @@ werkzeug = "^3.0.1" sqlalchemy = "^2.0.28" itsdangerous = "^2.1.2" jinja2 = "^3.1.3" -pay-api = {git = "https://github.com/bcgov/sbc-pay.git", rev = "feature-queue-python-upgrade", subdirectory = "pay-api"} +pay-api = {git = "https://github.com/bcgov/sbc-pay.git", subdirectory = "pay-api"} sbc-common-components = {git = "https://github.com/bcgov/sbc-common-components.git", subdirectory = "python"} simple-cloudevent = {git = "https://github.com/daxiom/simple-cloudevent.py.git"} flask-jwt-oidc = {git = "https://github.com/thorwolpert/flask-jwt-oidc.git"} diff --git a/pay-queue/poetry.lock b/pay-queue/poetry.lock index f9715fdb2..ea3ef40a5 100644 --- a/pay-queue/poetry.lock +++ b/pay-queue/poetry.lock @@ -873,7 +873,7 @@ name = "gcp-queue" version = "0.3.0" description = "" optional = false -python-versions = "^3.9" +python-versions = "^3.8" files = [] develop = false @@ -885,9 +885,9 @@ simple-cloudevent = {git = "https://github.com/daxiom/simple-cloudevent.py.git"} [package.source] type = "git" -url = "https://github.com/seeker25/sbc-connect-common.git" +url = "https://github.com/bcgov/sbc-connect-common.git" reference = "main" -resolved_reference = "c0d1dea449ac6332510841caee5400ff8f550159" +resolved_reference = "c348d30e91253daef7f433a15a12379eb6b68d55" subdirectory = "python/gcp-queue" [[package]] @@ -1606,7 +1606,7 @@ flask-migrate = "4.0.7" flask-moment = "1.0.5" flask-script = "2.0.6" flask-sqlalchemy = "3.1.1" -gcp-queue = {git = "https://github.com/seeker25/sbc-connect-common.git", branch = "main", subdirectory = "python/gcp-queue"} +gcp-queue = {git = "https://github.com/bcgov/sbc-connect-common.git", branch = "main", subdirectory = "python/gcp-queue"} greenlet = "3.0.3" gunicorn = "21.2.0" holidays = "0.37" @@ -1655,9 +1655,9 @@ werkzeug = "3.0.1" [package.source] type = "git" -url = "https://github.com/seeker25/sbc-pay.git" -reference = "sync-python-to-main" -resolved_reference = "1dae0d28e241a7bcdfc43dcaee1a36e35e77c31c" +url = "https://github.com/bcgov/sbc-pay.git" +reference = "HEAD" +resolved_reference = "24180c779947d10f985a4e7fe4321076dc4f2925" subdirectory = "pay-api" [[package]] @@ -2670,4 +2670,4 @@ watchdog = ["watchdog (>=2.3)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "91f9fa21463afa27ba2b73d8efcd0b07bac434743792659ba832a588fc331d50" +content-hash = "f0f5608ac14d8bb58af6b98850b2682e520d8be27d5c2cf432a377ad39f1a581" diff --git a/pay-queue/pyproject.toml b/pay-queue/pyproject.toml index 21af5378e..c81b40d67 100644 --- a/pay-queue/pyproject.toml +++ b/pay-queue/pyproject.toml @@ -21,7 +21,7 @@ jinja2 = "^3.1.3" protobuf = "4.25.3" launchdarkly-server-sdk = "^8.2.1" cachecontrol = "^0.14.0" -pay-api = {git = "https://github.com/seeker25/sbc-pay.git", branch = "sync-python-to-main", subdirectory = "pay-api"} +pay-api = {git = "https://github.com/bcgov/sbc-pay.git", subdirectory = "pay-api"} pg8000 = "^1.30.5"