Figure out a way to update only the vulnerable deps #66
Open
Description
We currently bump all resources just to get at a single vulnerable dependency, which (1) produces large diffs and (2) introduces risks of breakage, both in CI and in built bottles.
We should really only bump the vulnerable dep. Maybe we can do that by using constraints files?