Commit 82b4a94
authored
fix(deps): the hvac cap the comment described was never in the specifier (#125)
The [vault] extra read `hvac>=2.3.0` while its own comment said "a bare `>=`
would silently jump a major on re-lock, so keep the floor pinned to the 2.x
series". A bare `>=` is exactly what it was, so the intent was documented and
unenforced — the prose was a compensating control resting on a false premise.
That matters more here than for a typical dep: hvac fronts the store DEK
(ADR 0019 §3 Vault Transit envelope decryption), and CI never installs the
[vault] extra, so a major arriving through a re-lock would reach a release
without one test exercising it.
`hvac>=2.3.0,<3`. hvac stays at 2.4.0, so this is a no-op for the resolution:
`uv lock` moves one specifier line and all SIX exported locks re-export
byte-identically (verified with the CI-pinned uv 0.12.0 — requirements.lock,
constraints.lock, both docker/locks, both ci/locks). DEP-1 sees no churn.
No Dependabot ignore entry to match it, deliberately: auto-merge already routes
majors to manual review, and an ignore would suppress hvac's security track for
no gain.1 parent 599f9e2 commit 82b4a94
2 files changed
Lines changed: 10 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
173 | | - | |
174 | | - | |
175 | | - | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
176 | 181 | | |
177 | 182 | | |
178 | 183 | | |
179 | | - | |
| 184 | + | |
180 | 185 | | |
181 | 186 | | |
182 | 187 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments