Skip to content

Commit c7c060d

Browse files
authored
🐙 source-pocket: run up-to-date pipeline [2024-09-07] (#45225)
1 parent 5f749d4 commit c7c060d

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
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.15
10+
dockerImageTag: 0.1.16
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

+3-3
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.15"
6+
version = "0.1.16"
77
name = "source-pocket"
88
description = "Source implementation for Pocket."
99
authors = [ "Airbyte <contact@airbyte.io>",]

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.16 | 2024-09-07 | [45225](https://github.com/airbytehq/airbyte/pull/45225) | Update dependencies |
6061
| 0.1.15 | 2024-08-31 | [44994](https://github.com/airbytehq/airbyte/pull/44994) | Update dependencies |
6162
| 0.1.14 | 2024-08-24 | [44321](https://github.com/airbytehq/airbyte/pull/44321) | Update dependencies |
6263
| 0.1.13 | 2024-08-10 | [43116](https://github.com/airbytehq/airbyte/pull/43116) | Update dependencies |

0 commit comments

Comments
 (0)