Skip to content

Commit 37f393f

Browse files
authored
🐙 source-auth0: run up-to-date pipeline [2024-08-12] (#43746)
1 parent aedc1c8 commit 37f393f

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ data:
1010
connectorSubtype: api
1111
connectorType: source
1212
definitionId: 6c504e48-14aa-4221-9a72-19cf5ff1ae78
13-
dockerImageTag: 0.5.14
13+
dockerImageTag: 0.5.15
1414
dockerRepository: airbyte/source-auth0
1515
documentationUrl: https://docs.airbyte.com/integrations/sources/auth0
1616
githubIssueLabel: source-auth0

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

docs/integrations/sources/auth0.md

+1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ The connector is restricted by Auth0 [rate limits](https://auth0.com/docs/troubl
6060

6161
| Version | Date | Pull Request | Subject |
6262
| :------ | :--------- | :------------------------------------------------------- | :---------------------------------------------------------------------- |
63+
| 0.5.15 | 2024-08-12 | [43746](https://github.com/airbytehq/airbyte/pull/43746) | Update dependencies |
6364
| 0.5.14 | 2024-08-10 | [43490](https://github.com/airbytehq/airbyte/pull/43490) | Update dependencies |
6465
| 0.5.13 | 2024-08-03 | [43250](https://github.com/airbytehq/airbyte/pull/43250) | Update dependencies |
6566
| 0.5.12 | 2024-07-27 | [42794](https://github.com/airbytehq/airbyte/pull/42794) | Update dependencies |

0 commit comments

Comments
 (0)