potiuk opened a new pull request, #66600:
URL: https://github.com/apache/airflow/pull/66600
This PR upgrades important dependencies of the CI environment.
Manual re-run of the scheduled CI upgrade after #66588 landed (which fixed
the Alpine date-tag bug from #66580).
## Verification of the alpine fix
Previously, the bumper picked Alpine's daily-edge tag `20260127` over the
`3.23` release because PEP 440 parsed `Version("20260127")` as a
single-component version that sorted higher than `Version("3.23")`. After
#66588's pre-filter for date-shaped tags (`v?\d{8}(\.\d+)?`), this run
correctly picks `alpine:3.23.4` (the latest dotted release).
```diff
- "alpine:3.23", # was the pinned tag in K8S_TEST_IMAGES_TO_PRELOAD
+ "alpine:3.23.4", # picked correctly this time
```
(Plus `busybox:1.37.0` and the same Go / uv-lock churn the bot would
normally produce.)
Please mark as **Draft** before submitting if you want it to land via the
same flow the scheduled bot would have used.
related: #66580 (closed), #66588 (fix)
---
##### Was generative AI tooling used to co-author this PR?
- [X] Yes — Claude Code (Opus 4.7)
Generated-by: Claude Code (Opus 4.7) following [the
guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]