Skip to content

Commit 9a8e861

Browse files
authored
🐙 source-faker: run up-to-date pipeline [2024-08-03] (#43102)
1 parent 455d366 commit 9a8e861

File tree

4 files changed

+18
-17
lines changed

4 files changed

+18
-17
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ data:
99
connectorSubtype: api
1010
connectorType: source
1111
definitionId: dfd88b22-b603-4c3d-aad7-3701784586b1
12-
dockerImageTag: 6.2.5
12+
dockerImageTag: 6.2.6
1313
dockerRepository: airbyte/source-faker
1414
documentationUrl: https://docs.airbyte.com/integrations/sources/faker
1515
githubIssueLabel: source-faker

airbyte-integrations/connectors/source-faker/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-faker/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 = "6.2.5"
6+
version = "6.2.6"
77
name = "source-faker"
88
description = "Source implementation for fake but realistic looking data."
99
authors = [ "Airbyte <[email protected]>",]

docs/integrations/sources/faker.md

+1
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ None!
104104

105105
| Version | Date | Pull Request | Subject |
106106
| :------ | :--------- | :-------------------------------------------------------------------------------------------------------------------- | :-------------------------------------------------------------------------------------------------------------- |
107+
| 6.2.6 | 2024-08-03 | [43102](https://github.com/airbytehq/airbyte/pull/43102) | Update dependencies |
107108
| 6.2.5 | 2024-07-27 | [42682](https://github.com/airbytehq/airbyte/pull/42682) | Update dependencies |
108109
| 6.2.4 | 2024-07-20 | [42367](https://github.com/airbytehq/airbyte/pull/42367) | Update dependencies |
109110
| 6.2.3 | 2024-07-13 | [41848](https://github.com/airbytehq/airbyte/pull/41848) | Update dependencies |

0 commit comments

Comments
 (0)