diff --git a/legal-api/poetry.lock b/legal-api/poetry.lock index 2ca5c10dc4..200c993859 100644 --- a/legal-api/poetry.lock +++ b/legal-api/poetry.lock @@ -2213,7 +2213,7 @@ typing-extensions = {version = ">=4.4.0", markers = "python_version < \"3.13\""} [[package]] name = "registry_schemas" -version = "2.18.62" +version = "2.18.63" description = "A short description of the project" optional = false python-versions = ">=3.6" @@ -2231,8 +2231,8 @@ strict-rfc3339 = "*" [package.source] type = "git" url = "https://github.com/bcgov/business-schemas.git" -reference = "2.18.62" -resolved_reference = "1cea81cf14104fb7d4989169236eff13b3df16c4" +reference = "2.18.63" +resolved_reference = "0e584cc385d1cd00722f96032af346b48f875d72" [[package]] name = "reportlab" @@ -3134,4 +3134,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.9.22,<3.10" -content-hash = "5425c99816e9059bc80ed201c71960e55dc2ac19956193e5f33acd3134b0390f" +content-hash = "1cb0b50b3e444405eec28df9a200178315601fa43e355662e85a1b1db1a4c03e" diff --git a/legal-api/pyproject.toml b/legal-api/pyproject.toml index d895f566e4..6a0c91de97 100644 --- a/legal-api/pyproject.toml +++ b/legal-api/pyproject.toml @@ -52,7 +52,7 @@ dependencies = [ "blinker (==1.4)", "pyjwt (==2.8.0)", - "registry_schemas @ git+https://github.com/bcgov/business-schemas.git@2.18.62#egg=registry_schemas", + "registry_schemas @ git+https://github.com/bcgov/business-schemas.git@2.18.63#egg=registry_schemas", "sql-versioning @ git+https://github.com/bcgov/lear.git@main#subdirectory=python/common/sql-versioning", "gcp-queue @ git+https://github.com/bcgov/sbc-connect-common.git@main#subdirectory=python/gcp-queue", "structured-logging @ git+https://github.com/bcgov/sbc-connect-common.git@main#subdirectory=python/structured-logging"