Skip to content

Commit 6f86bcf

Browse files
fix(deps): Update Python (#15)
This PR contains the following updates: | Package | Type | Update | Change | Pending | |---|---|---|---|---| | [python](https://github.com/containerbase/python-prebuild) | dependencies | minor | `^3.9,<3.13` -> `<3.14` | `3.13.1` | | python | final | minor | `3.11-slim` -> `3.13-slim` | | --- ### Release Notes <details> <summary>containerbase/python-prebuild (python)</summary> ### [`v3.13.0`](https://github.com/containerbase/python-prebuild/releases/tag/3.13.0) [Compare Source](https://github.com/containerbase/python-prebuild/compare/3.12.8...3.13.0) ##### Bug Fixes - **deps:** update dependency python to v3.13.0 </details> --- ### 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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSJdfQ==-->
2 parents 5d5029e + 49e5083 commit 6f86bcf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Start from a base image
2-
FROM python:3.11-slim
2+
FROM python:3.13-slim
33

44
# (Optional) Set a working directory
55
WORKDIR /app

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)