Skip to content

Commit

Permalink
Upgrade pytest to 8.3.2 in destinations having pytest <8 (#44530)
Browse files Browse the repository at this point in the history
Co-authored-by: Natik Gadzhi <natik@respawn.io>
  • Loading branch information
pabloescoder and natikgadzhi authored Aug 21, 2024
1 parent 0f3b136 commit d259aa2
Show file tree
Hide file tree
Showing 84 changed files with 703 additions and 974 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ data:
connectorSubtype: api
connectorType: destination
definitionId: 0eeee7fb-518f-4045-bacc-9619e31c43ea
dockerImageTag: 0.1.16
dockerImageTag: 0.1.17
dockerRepository: airbyte/destination-amazon-sqs
githubIssueLabel: destination-amazon-sqs
icon: awssqs.svg
Expand Down
55 changes: 16 additions & 39 deletions airbyte-integrations/connectors/destination-amazon-sqs/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
build-backend = "poetry.core.masonry.api"

[tool.poetry]
version = "0.1.16"
version = "0.1.17"
name = "destination-amazon-sqs"
description = "Destination implementation for Amazon Sqs."
authors = [ "Airbyte <contact@airbyte.io>",]
Expand All @@ -25,4 +25,4 @@ destination-amazon-sqs = "destination_amazon_sqs.run:run"

[tool.poetry.group.dev.dependencies]
moto = "^5.0.7"
pytest = "^6.1"
pytest = "^8.3.2"
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ data:
connectorSubtype: database
connectorType: destination
definitionId: 042ce96f-1158-4662-9543-e2ff015be97a
dockerImageTag: 0.1.19
dockerImageTag: 0.1.20
dockerRepository: airbyte/destination-astra
githubIssueLabel: destination-astra
icon: astra.svg
Expand Down
18 changes: 9 additions & 9 deletions airbyte-integrations/connectors/destination-astra/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "airbyte-destination-astra"
version = "0.1.19"
version = "0.1.20"
description = "Airbyte destination implementation for Astra DB."
authors = ["Airbyte <contact@airbyte.io>"]
license = "MIT"
Expand All @@ -21,7 +21,7 @@ python = "^3.9,<3.12"
airbyte-cdk = {version = "0.81.6", extras = ["vector-db-based"]}

[tool.poetry.group.dev.dependencies]
pytest = "^7.2"
pytest = "^8.3.2"
ruff = "^0.3.2"
mypy = "^1.9.0"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ data:
definitionId: 99878c90-0fbd-46d3-9d98-ffde879d17fc
connectorBuildOptions:
baseImage: docker.io/airbyte/python-connector-base:2.0.0@sha256:c44839ba84406116e8ba68722a0f30e8f6e7056c726f447681bb9e9ece8bd916
dockerImageTag: 0.1.24
dockerImageTag: 0.1.25
dockerRepository: airbyte/destination-aws-datalake
githubIssueLabel: destination-aws-datalake
icon: awsdatalake.svg
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
build-backend = "poetry.core.masonry.api"

[tool.poetry]
version = "0.1.24"
version = "0.1.25"
name = "destination-aws-datalake"
description = "Destination Implementation for AWS Datalake."
authors = [ "Airbyte <contact@airbyte.io>",]
Expand All @@ -26,4 +26,4 @@ pandas = "==2.0.3"
destination-aws-datalake = "destination_aws_datalake.run:run"

[tool.poetry.group.dev.dependencies]
pytest = "^6.1"
pytest = "^8.3.2"
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ data:
connectorSubtype: vectorstore
connectorType: destination
definitionId: 0b75218b-f702-4a28-85ac-34d3d84c0fc2
dockerImageTag: 0.0.25
dockerImageTag: 0.0.26
dockerRepository: airbyte/destination-chroma
githubIssueLabel: destination-chroma
icon: chroma.svg
Expand Down
18 changes: 9 additions & 9 deletions airbyte-integrations/connectors/destination-chroma/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "airbyte-destination-chroma"
version = "0.0.25"
version = "0.0.26"
description = "Airbyte destination implementation for Chroma."
authors = ["Airbyte <contact@airbyte.io>"]
license = "MIT"
Expand All @@ -22,7 +22,7 @@ airbyte-cdk = {version = "0.81.6", extras = ["vector-db-based"]}
chromadb = "*"

[tool.poetry.group.dev.dependencies]
pytest = "^7.2"
pytest = "^8.3.2"
ruff = "^0.3.2"
mypy = "^1.9.0"

Expand Down
Loading

0 comments on commit d259aa2

Please sign in to comment.