Skip to content

Commit f4cb5b8

Browse files
authored
🐙 source-quickbooks: run up-to-date pipeline [2024-08-03] (#43052)
1 parent d0d719b commit f4cb5b8

File tree

4 files changed

+18
-17
lines changed

4 files changed

+18
-17
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ data:
99
baseImage: docker.io/airbyte/python-connector-base:2.0.0@sha256:c44839ba84406116e8ba68722a0f30e8f6e7056c726f447681bb9e9ece8bd916
1010
connectorType: source
1111
definitionId: cf9c4355-b171-4477-8f2d-6c5cc5fc8b7e
12-
dockerImageTag: 3.0.14
12+
dockerImageTag: 3.0.15
1313
dockerRepository: airbyte/source-quickbooks
1414
githubIssueLabel: source-quickbooks
1515
icon: quickbooks.svg

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

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

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

docs/integrations/sources/quickbooks.md

+1
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ This Source is capable of syncing the following [Streams](https://developer.intu
108108

109109
| Version | Date | Pull Request | Subject |
110110
| :------ | :--------- | :------------------------------------------------------- | :----------------------------------------------------------------- |
111+
| 3.0.15 | 2024-08-03 | [43052](https://github.com/airbytehq/airbyte/pull/43052) | Update dependencies |
111112
| 3.0.14 | 2024-07-27 | [42666](https://github.com/airbytehq/airbyte/pull/42666) | Update dependencies |
112113
| 3.0.13 | 2024-07-20 | [42358](https://github.com/airbytehq/airbyte/pull/42358) | Update dependencies |
113114
| 3.0.12 | 2024-07-13 | [41745](https://github.com/airbytehq/airbyte/pull/41745) | Update dependencies |

0 commit comments

Comments
 (0)