1
0
mirror of synced 2025-12-23 21:03:15 -05:00

🐙 source-ip2whois: run up-to-date pipeline [2024-08-03] (#43158)

This commit is contained in:
Augustin
2024-08-04 02:24:55 +02:00
committed by GitHub
parent 0ff9b2b593
commit db0513d793
4 changed files with 9 additions and 8 deletions

View File

@@ -7,7 +7,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: f23b7b7c-d705-49a3-9042-09add3b104a5
dockerImageTag: 0.1.13
dockerImageTag: 0.1.14
dockerRepository: airbyte/source-ip2whois
documentationUrl: https://docs.airbyte.com/integrations/sources/ip2whois
githubIssueLabel: source-ip2whois

View File

@@ -92,13 +92,13 @@ files = [
[[package]]
name = "bracex"
version = "2.4"
version = "2.5"
description = "Bash style brace expander."
optional = false
python-versions = ">=3.8"
files = [
{file = "bracex-2.4-py3-none-any.whl", hash = "sha256:efdc71eff95eaff5e0f8cfebe7d01adf2c8637c8c92edaf63ef348c241a82418"},
{file = "bracex-2.4.tar.gz", hash = "sha256:a27eaf1df42cf561fed58b7a8f3fdf129d1ea16a81e1fadd1d17989bc6384beb"},
{file = "bracex-2.5-py3-none-any.whl", hash = "sha256:d2fcf4b606a82ac325471affe1706dd9bbaa3536c91ef86a31f6b766f3dad1d0"},
{file = "bracex-2.5.tar.gz", hash = "sha256:0725da5045e8d37ea9592ab3614d8b561e22c3c5fde3964699be672e072ab611"},
]
[[package]]
@@ -862,13 +862,13 @@ fixture = ["fixtures"]
[[package]]
name = "setuptools"
version = "71.1.0"
version = "72.1.0"
description = "Easily download, build, install, upgrade, and uninstall Python packages"
optional = false
python-versions = ">=3.8"
files = [
{file = "setuptools-71.1.0-py3-none-any.whl", hash = "sha256:33874fdc59b3188304b2e7c80d9029097ea31627180896fb549c578ceb8a0855"},
{file = "setuptools-71.1.0.tar.gz", hash = "sha256:032d42ee9fb536e33087fb66cac5f840eb9391ed05637b3f2a76a7c8fb477936"},
{file = "setuptools-72.1.0-py3-none-any.whl", hash = "sha256:5a03e1860cf56bb6ef48ce186b0e557fdba433237481a9a625176c2831be15d1"},
{file = "setuptools-72.1.0.tar.gz", hash = "sha256:8d243eff56d095e5817f796ede6ae32941278f542e0f941867cc05ae52b162ec"},
]
[package.extras]

View File

@@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
build-backend = "poetry.core.masonry.api"
[tool.poetry]
version = "0.1.13"
version = "0.1.14"
name = "source-ip2whois"
description = "Source implementation for Ip2whois."
authors = [ "Airbyte <contact@airbyte.io>",]

View File

@@ -32,6 +32,7 @@ Ip2whois APIs allows you to query up to 500 WHOIS domain name per month.
| Version | Date | Pull Request | Subject |
| :------ | :--------- | :-------------------------------------------------------- | :------------------------------------------------------------------------------ |
| 0.1.14 | 2024-08-03 | [43158](https://github.com/airbytehq/airbyte/pull/43158) | Update dependencies |
| 0.1.13 | 2024-07-27 | [42611](https://github.com/airbytehq/airbyte/pull/42611) | Update dependencies |
| 0.1.12 | 2024-07-20 | [42216](https://github.com/airbytehq/airbyte/pull/42216) | Update dependencies |
| 0.1.11 | 2024-07-13 | [41860](https://github.com/airbytehq/airbyte/pull/41860) | Update dependencies |