diff --git a/pay-queue/poetry.lock b/pay-queue/poetry.lock index ca0a1cd6e..e51de7c68 100644 --- a/pay-queue/poetry.lock +++ b/pay-queue/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -1543,13 +1543,13 @@ tests = ["codecov", "coverage", "flake8", "flake8-quotes", "flake8-typing-import [[package]] name = "jinja2" -version = "3.1.4" +version = "3.1.5" description = "A very fast and expressive template engine." optional = false python-versions = ">=3.7" files = [ - {file = "jinja2-3.1.4-py3-none-any.whl", hash = "sha256:bc5dd2abb727a5319567b7a813e6a2e7318c39f4f487cfe6c89c6f9c7d25197d"}, - {file = "jinja2-3.1.4.tar.gz", hash = "sha256:4a3aee7acbbe7303aede8e9648d13b8bf88a429282aa6122a993f0ac800cb369"}, + {file = "jinja2-3.1.5-py3-none-any.whl", hash = "sha256:aba0f4dc9ed8013c424088f68a5c226f7d6097ed89b246d7749c2ec4175c6adb"}, + {file = "jinja2-3.1.5.tar.gz", hash = "sha256:8fefff8dc3034e27bb80d67c671eb8a9bc424c0ef4c0826edbff304cceff43bb"}, ] [package.dependencies] @@ -2037,7 +2037,7 @@ holidays = "0.37" idna = "3.7" itsdangerous = "2.1.2" jaeger-client = "4.8.0" -jinja2 = "3.1.4" +jinja2 = "3.1.5" jsonschema = "4.17.3" launchdarkly-eventsource = "1.1.1" launchdarkly-server-sdk = "8.2.1" @@ -2073,16 +2073,16 @@ sqlalchemy = "2.0.28" sqlalchemy-utils = "0.41.1" threadloop = "1.0.2" thrift = "0.16.0" -tornado = "6.4.2" +tornado = "^6.4.2" typing-extensions = "4.10.0" urllib3 = "2.2.2" werkzeug = "^3.0.3" [package.source] type = "git" -url = "https://github.com/bcgov/sbc-pay.git" -reference = "main" -resolved_reference = "fba9ff4543243c717acd270d175c270aa635971a" +url = "https://github.com/Jxio/sbc-pay.git" +reference = "25193" +resolved_reference = "a9286515b2362c6c4eca4ce587da4f4cfab903b2" subdirectory = "pay-api" [[package]] @@ -3289,4 +3289,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "6c1a79b267ceaf69c00825240f6e5f58f3b93c0bb9fb61d9ae5735829f90518f" +content-hash = "6bdbb7552a99a90a82af5ef5cfc3a1524e2426685d9103a1806c153087fdbf19" diff --git a/pay-queue/pyproject.toml b/pay-queue/pyproject.toml index 0d78c391a..fe92fbe51 100644 --- a/pay-queue/pyproject.toml +++ b/pay-queue/pyproject.toml @@ -19,7 +19,7 @@ itsdangerous = "^2.1.2" protobuf = "4.25.3" launchdarkly-server-sdk = "^8.2.1" cachecontrol = "^0.14.0" -pay-api = {git = "https://github.com/bcgov/sbc-pay.git", branch = "main", subdirectory = "pay-api"} +pay-api = {git = "https://github.com/Jxio/sbc-pay.git", branch = "25193", subdirectory = "pay-api"} pg8000 = "^1.30.5"