From 239fbd187b47cf33690d23d4e681bcb3a3dbc9fe Mon Sep 17 00:00:00 2001 From: Augustin Date: Sun, 14 Jul 2024 02:25:33 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=99=20source-open-exchange-rates:=20ru?= =?UTF-8?q?n=20up-to-date=20pipeline=20[2024-07-13]=20(#41775)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../connectors/source-open-exchange-rates/metadata.yaml | 2 +- .../connectors/source-open-exchange-rates/poetry.lock | 6 +++--- .../connectors/source-open-exchange-rates/pyproject.toml | 2 +- docs/integrations/sources/open-exchange-rates.md | 1 + 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/airbyte-integrations/connectors/source-open-exchange-rates/metadata.yaml b/airbyte-integrations/connectors/source-open-exchange-rates/metadata.yaml index 4b5d663daa0..083dde84d70 100644 --- a/airbyte-integrations/connectors/source-open-exchange-rates/metadata.yaml +++ b/airbyte-integrations/connectors/source-open-exchange-rates/metadata.yaml @@ -7,7 +7,7 @@ data: connectorSubtype: api connectorType: source definitionId: 77d5ca6b-d345-4dce-ba1e-1935a75778b8 - dockerImageTag: 0.2.11 + dockerImageTag: 0.2.12 dockerRepository: airbyte/source-open-exchange-rates documentationUrl: https://docs.airbyte.com/integrations/sources/open-exchange-rates githubIssueLabel: source-open-exchange-rates diff --git a/airbyte-integrations/connectors/source-open-exchange-rates/poetry.lock b/airbyte-integrations/connectors/source-open-exchange-rates/poetry.lock index cce71c3b0e7..a1ccc2d0271 100644 --- a/airbyte-integrations/connectors/source-open-exchange-rates/poetry.lock +++ b/airbyte-integrations/connectors/source-open-exchange-rates/poetry.lock @@ -288,13 +288,13 @@ files = [ [[package]] name = "exceptiongroup" -version = "1.2.1" +version = "1.2.2" description = "Backport of PEP 654 (exception groups)" optional = false python-versions = ">=3.7" files = [ - {file = "exceptiongroup-1.2.1-py3-none-any.whl", hash = "sha256:5258b9ed329c5bbdd31a309f53cbfb0b155341807f6ff7606a1e801a891b29ad"}, - {file = "exceptiongroup-1.2.1.tar.gz", hash = "sha256:a4785e48b045528f5bfe627b6ad554ff32def154f42372786903b7abcfe1aa16"}, + {file = "exceptiongroup-1.2.2-py3-none-any.whl", hash = "sha256:3111b9d131c238bec2f8f516e123e14ba243563fb135d3fe885990585aa7795b"}, + {file = "exceptiongroup-1.2.2.tar.gz", hash = "sha256:47c2edf7c6738fafb49fd34290706d1a1a2f4d1c6df275526b62cbb4aa5393cc"}, ] [package.extras] diff --git a/airbyte-integrations/connectors/source-open-exchange-rates/pyproject.toml b/airbyte-integrations/connectors/source-open-exchange-rates/pyproject.toml index 72bb7f69b1c..b563210f362 100644 --- a/airbyte-integrations/connectors/source-open-exchange-rates/pyproject.toml +++ b/airbyte-integrations/connectors/source-open-exchange-rates/pyproject.toml @@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",] build-backend = "poetry.core.masonry.api" [tool.poetry] -version = "0.2.11" +version = "0.2.12" name = "source-open-exchange-rates" description = "Source implementation for Open Exchange Rates." authors = [ "Airbyte ",] diff --git a/docs/integrations/sources/open-exchange-rates.md b/docs/integrations/sources/open-exchange-rates.md index c66604581a8..1944b84c6a9 100644 --- a/docs/integrations/sources/open-exchange-rates.md +++ b/docs/integrations/sources/open-exchange-rates.md @@ -48,6 +48,7 @@ If you have `free` subscription plan \(you may check it [here](https://openexcha | Version | Date | Pull Request | Subject | | :------ | :--------- | :--------------------------------------------------------- | :------------------------------------------------------------------------------ | +| 0.2.12 | 2024-07-13 | [41775](https://github.com/airbytehq/airbyte/pull/41775) | Update dependencies | | 0.2.11 | 2024-07-10 | [41576](https://github.com/airbytehq/airbyte/pull/41576) | Update dependencies | | 0.2.10 | 2024-07-09 | [41149](https://github.com/airbytehq/airbyte/pull/41149) | Update dependencies | | 0.2.9 | 2024-07-06 | [40857](https://github.com/airbytehq/airbyte/pull/40857) | Update dependencies |