Skip to content

Commit 151f55e

Browse files
authored
🐙 source-square: run up-to-date pipeline [2024-09-14] (#45550)
1 parent f58d91d commit 151f55e

File tree

4 files changed

+24
-20
lines changed

4 files changed

+24
-20
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ data:
1111
connectorSubtype: api
1212
connectorType: source
1313
definitionId: 77225a51-cd15-4a13-af02-65816bd0ecf4
14-
dockerImageTag: 1.6.19
14+
dockerImageTag: 1.6.20
1515
dockerRepository: airbyte/source-square
1616
documentationUrl: https://docs.airbyte.com/integrations/sources/square
1717
githubIssueLabel: source-square

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

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

airbyte-integrations/connectors/source-square/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 = "1.6.19"
6+
version = "1.6.20"
77
name = "source-square"
88
description = "Source implementation for Square."
99
authors = [ "Airbyte <[email protected]>",]

docs/integrations/sources/square.md

+1
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ Exponential [Backoff](https://developer.squareup.com/forums/t/current-square-api
103103

104104
| Version | Date | Pull Request | Subject |
105105
| :------ | :--------- | :------------------------------------------------------- | :------------------------------------------------------------------------ |
106+
| 1.6.20 | 2024-09-14 | [45550](https://github.com/airbytehq/airbyte/pull/45550) | Update dependencies |
106107
| 1.6.19 | 2024-09-07 | [45045](https://github.com/airbytehq/airbyte/pull/45045) | Update dependencies |
107108
| 1.6.18 | 2024-08-24 | [44745](https://github.com/airbytehq/airbyte/pull/44745) | Update dependencies |
108109
| 1.6.17 | 2024-08-17 | [44325](https://github.com/airbytehq/airbyte/pull/44325) | Update dependencies |

0 commit comments

Comments
 (0)