Bump python from 3.13-alpine to 3.14-alpine#277
Conversation
Bumps python from 3.13-alpine to 3.14-alpine. --- updated-dependencies: - dependency-name: python dependency-version: 3.14-alpine dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Python 3.14 Upgrade — Required Code ChangesUpgrading to Python 3.14 is not a simple Dockerfile bump. Python 3.14 introduces breaking changes that affect this codebase. Here is a summary of what needs to be fixed before this PR can be merged. 1.
|
| Task | Effort | Files |
|---|---|---|
| Replace get_event_loop() + run_until_complete() with asyncio.run() | Small | forecast_homeassistant_ml.py, test_homeassistant.py |
| Refactor _fetch_bulk_data() to single async entry point | Medium | forecast_homeassistant.py |
| Update CI matrix to include 3.14 | Small | .github/workflows/ |
The Dockerfile bump alone is not sufficient — the asyncio changes must be applied first, otherwise the HomeAssistant consumption forecast and ML solar forecast will crash at runtime.
Bumps python from 3.13-alpine to 3.14-alpine.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)