From 2cd5efa62792f22f6976716fbbee16d9e4ea4430 Mon Sep 17 00:00:00 2001 From: Evan Rusackas Date: Wed, 20 May 2026 18:53:57 -0700 Subject: [PATCH] ci(deps): bump lower bound on pip dependabot PRs (#40308) Co-authored-by: Claude Code --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5560dc56af6..590c64f29d9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -62,6 +62,11 @@ updates: - package-ecosystem: "pip" directory: "/" open-pull-requests-limit: 10 + # Bump the lower bound to the new version, not just widen the upper + # bound. Without this, a `sqlglot>=28.10.0, <29` constraint upgraded + # to `<30` would keep the stale lower bound forever, dragging + # transitively-resolved versions with it. See #40186 (review thread). + versioning-strategy: increase schedule: interval: "weekly" labels: