Skip to content

Commit deb0b1e

Browse files
authored
🐙 source-pocket: run up-to-date pipeline [2024-09-14] (#45487)
1 parent b953c55 commit deb0b1e

File tree

4 files changed

+21
-17
lines changed

4 files changed

+21
-17
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ data:
77
connectorSubtype: api
88
connectorType: source
99
definitionId: b0dd65f1-081f-4731-9c51-38e9e6aa0ebf
10-
dockerImageTag: 0.1.16
10+
dockerImageTag: 0.1.17
1111
dockerRepository: airbyte/source-pocket
1212
documentationUrl: https://docs.airbyte.com/integrations/sources/pocket
1313
githubIssueLabel: source-pocket

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

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

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

docs/integrations/sources/pocket.md

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ curl --insecure -X POST -H 'Content-Type: application/json' -H 'X-Accept: applic
5757

5858
| Version | Date | Pull Request | Subject |
5959
| :------ | :--------- | :------------------------------------------------------- | :------------------------------------------------------------------------------ |
60+
| 0.1.17 | 2024-09-14 | [45487](https://github.com/airbytehq/airbyte/pull/45487) | Update dependencies |
6061
| 0.1.16 | 2024-09-07 | [45225](https://github.com/airbytehq/airbyte/pull/45225) | Update dependencies |
6162
| 0.1.15 | 2024-08-31 | [44994](https://github.com/airbytehq/airbyte/pull/44994) | Update dependencies |
6263
| 0.1.14 | 2024-08-24 | [44321](https://github.com/airbytehq/airbyte/pull/44321) | Update dependencies |

0 commit comments

Comments
 (0)