Skip to content

Commit ab6fae4

Browse files
fix(deps): Update Python to <3.14 (#35)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [python](https://redirect.github.com/containerbase/python-prebuild) | dependencies | minor | `^3.9,<3.13` -> `<3.14` | --- ### Release Notes <details> <summary>containerbase/python-prebuild (python)</summary> ### [`v3.13.7`](https://redirect.github.com/containerbase/python-prebuild/releases/tag/3.13.7) [Compare Source](https://redirect.github.com/containerbase/python-prebuild/compare/3.13.6...3.13.7) ##### Bug Fixes - **deps:** update dependency python to v3.13.7 ### [`v3.13.6`](https://redirect.github.com/containerbase/python-prebuild/releases/tag/3.13.6) [Compare Source](https://redirect.github.com/containerbase/python-prebuild/compare/3.13.5...3.13.6) ##### Bug Fixes - **deps:** update dependency python to v3.13.6 ### [`v3.13.5`](https://redirect.github.com/containerbase/python-prebuild/releases/tag/3.13.5) [Compare Source](https://redirect.github.com/containerbase/python-prebuild/compare/3.13.4...3.13.5) ##### Bug Fixes - **deps:** update dependency python to v3.13.5 ### [`v3.13.4`](https://redirect.github.com/containerbase/python-prebuild/releases/tag/3.13.4) [Compare Source](https://redirect.github.com/containerbase/python-prebuild/compare/3.13.3...3.13.4) ##### Bug Fixes - **deps:** update dependency python to v3.13.4 ### [`v3.13.3`](https://redirect.github.com/containerbase/python-prebuild/releases/tag/3.13.3) [Compare Source](https://redirect.github.com/containerbase/python-prebuild/compare/3.13.2...3.13.3) ##### Bug Fixes - **deps:** update dependency python to v3.13.3 ### [`v3.13.2`](https://redirect.github.com/containerbase/python-prebuild/releases/tag/3.13.2) [Compare Source](https://redirect.github.com/containerbase/python-prebuild/compare/3.13.1...3.13.2) ##### Bug Fixes - **deps:** update dependency python to v3.13.2 ### [`v3.13.1`](https://redirect.github.com/containerbase/python-prebuild/releases/tag/3.13.1) [Compare Source](https://redirect.github.com/containerbase/python-prebuild/compare/3.13.0...3.13.1) ##### Bug Fixes - **deps:** update dependency python to v3.13.1 ### [`v3.13.0`](https://redirect.github.com/containerbase/python-prebuild/releases/tag/3.13.0) [Compare Source](https://redirect.github.com/containerbase/python-prebuild/compare/3.12.11...3.13.0) ##### Bug Fixes - **deps:** update dependency python to v3.13.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
2 parents 26d08c6 + 944c585 commit ab6fae4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ readme = "README.md"
77
packages = [{include = "plugin"}]
88

99
[tool.poetry.dependencies]
10-
python = "^3.9,<3.13"
10+
python = "<3.14"
1111
cloudquery-plugin-sdk = "^0.1.12"
1212
pydantic = "^2.4"
1313
pyarrow = "^14.0.2"

0 commit comments

Comments
 (0)