From c62ff648513fc63ea78fc1402e9296b6fcbaabb5 Mon Sep 17 00:00:00 2001 From: Airbyte Date: Sat, 5 Oct 2024 17:31:23 +0300 Subject: [PATCH] [skip ci] Update versions of libraries in poetry. PATCH bump source-microsoft-dataverse version to 0.1.22 Build source-microsoft-dataverse docker image for platform(s) linux/amd64, linux/arm64 Get dependency updates --- .../source-microsoft-dataverse/metadata.yaml | 2 +- .../source-microsoft-dataverse/poetry.lock | 16 ++++++++-------- .../source-microsoft-dataverse/pyproject.toml | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/airbyte-integrations/connectors/source-microsoft-dataverse/metadata.yaml b/airbyte-integrations/connectors/source-microsoft-dataverse/metadata.yaml index 5de4ced82b2c..5ac2f582a101 100644 --- a/airbyte-integrations/connectors/source-microsoft-dataverse/metadata.yaml +++ b/airbyte-integrations/connectors/source-microsoft-dataverse/metadata.yaml @@ -2,7 +2,7 @@ data: connectorSubtype: api connectorType: source definitionId: 9220e3de-3b60-4bb2-a46f-046d59ea235a - dockerImageTag: 0.1.21 + dockerImageTag: 0.1.22 dockerRepository: airbyte/source-microsoft-dataverse githubIssueLabel: source-microsoft-dataverse icon: microsoftdataverse.svg diff --git a/airbyte-integrations/connectors/source-microsoft-dataverse/poetry.lock b/airbyte-integrations/connectors/source-microsoft-dataverse/poetry.lock index e2bf7ab6a0a5..62b21978c429 100644 --- a/airbyte-integrations/connectors/source-microsoft-dataverse/poetry.lock +++ b/airbyte-integrations/connectors/source-microsoft-dataverse/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. [[package]] name = "airbyte-cdk" @@ -82,13 +82,13 @@ files = [ [[package]] name = "bracex" -version = "2.5" +version = "2.5.post1" description = "Bash style brace expander." optional = false python-versions = ">=3.8" files = [ - {file = "bracex-2.5-py3-none-any.whl", hash = "sha256:d2fcf4b606a82ac325471affe1706dd9bbaa3536c91ef86a31f6b766f3dad1d0"}, - {file = "bracex-2.5.tar.gz", hash = "sha256:0725da5045e8d37ea9592ab3614d8b561e22c3c5fde3964699be672e072ab611"}, + {file = "bracex-2.5.post1-py3-none-any.whl", hash = "sha256:13e5732fec27828d6af308628285ad358047cec36801598368cb28bc631dbaf6"}, + {file = "bracex-2.5.post1.tar.gz", hash = "sha256:12c50952415bfa773d2d9ccb8e79651b8cdb1f31a42f6091b804f6ba2b4a66b6"}, ] [[package]] @@ -876,13 +876,13 @@ files = [ [[package]] name = "tomli" -version = "2.0.1" +version = "2.0.2" description = "A lil' TOML parser" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "tomli-2.0.1-py3-none-any.whl", hash = "sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc"}, - {file = "tomli-2.0.1.tar.gz", hash = "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f"}, + {file = "tomli-2.0.2-py3-none-any.whl", hash = "sha256:2ebe24485c53d303f690b0ec092806a085f07af5a5aa1464f3931eec36caaa38"}, + {file = "tomli-2.0.2.tar.gz", hash = "sha256:d46d457a85337051c36524bc5349dd91b1877838e2979ac5ced3e710ed8a60ed"}, ] [[package]] diff --git a/airbyte-integrations/connectors/source-microsoft-dataverse/pyproject.toml b/airbyte-integrations/connectors/source-microsoft-dataverse/pyproject.toml index 72288c3c28df..cae77b311806 100644 --- a/airbyte-integrations/connectors/source-microsoft-dataverse/pyproject.toml +++ b/airbyte-integrations/connectors/source-microsoft-dataverse/pyproject.toml @@ -3,7 +3,7 @@ requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api" [tool.poetry] -version = "0.1.21" +version = "0.1.22" name = "source-microsoft-dataverse" description = "Source implementation for Microsoft Dataverse." authors = ["Airbyte "]