Skip to content

Commit 7c09243

Browse files
authored
🐙 source-commercetools: run up-to-date pipeline [2024-08-31] (#45022)
1 parent c60891f commit 7c09243

File tree

4 files changed

+25
-18
lines changed

4 files changed

+25
-18
lines changed

airbyte-integrations/connectors/source-commercetools/metadata.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ data:
1515
connectorSubtype: api
1616
connectorType: source
1717
definitionId: 008b2e26-11a3-11ec-82a8-0242ac130003
18-
dockerImageTag: 0.2.13
18+
dockerImageTag: 0.2.14
1919
dockerRepository: airbyte/source-commercetools
2020
githubIssueLabel: source-commercetools
2121
icon: commercetools.svg

airbyte-integrations/connectors/source-commercetools/poetry.lock

+22-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

airbyte-integrations/connectors/source-commercetools/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
33
build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
6-
version = "0.2.13"
6+
version = "0.2.14"
77
name = "source-commercetools"
88
description = "Source implementation for Commercetools."
99
authors = [ "Airbyte <[email protected]>",]

docs/integrations/sources/commercetools.md

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ Commercetools has some [rate limit restrictions](https://docs.commercetools.com/
5252

5353
| Version | Date | Pull Request | Subject |
5454
| :------ | :--------- | :------------------------------------------------------- | :------------------------------------ |
55+
| 0.2.14 | 2024-08-31 | [45022](https://github.com/airbytehq/airbyte/pull/45022) | Update dependencies |
5556
| 0.2.13 | 2024-08-24 | [44744](https://github.com/airbytehq/airbyte/pull/44744) | Update dependencies |
5657
| 0.2.12 | 2024-08-17 | [44209](https://github.com/airbytehq/airbyte/pull/44209) | Update dependencies |
5758
| 0.2.11 | 2024-08-12 | [43770](https://github.com/airbytehq/airbyte/pull/43770) | Update dependencies |

0 commit comments

Comments
 (0)