Skip to content

Commit fd0d62e

Browse files
fix(deps): Update dependency pyarrow to v18 (#17)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [pyarrow](https://togithub.com/apache/arrow) | dependencies | major | `^14.0.2` -> `^18.0.0` | --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [x] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
2 parents 9e02a66 + 9f75982 commit fd0d62e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ packages = [{include = "plugin"}]
88

99
[tool.poetry.dependencies]
1010
python = "<3.14"
11-
cloudquery-plugin-sdk = "^0.1.12"
11+
cloudquery-plugin-sdk = "^0.1.39"
1212
pydantic = "^2.4"
13-
pyarrow = "^14.0.2"
13+
pyarrow = "^18.0.0"
1414
requests = "^2.32.2"
1515

1616
[tool.poetry.scripts]

0 commit comments

Comments
 (0)