Re: [qemu.qmp PATCH 11/12] remove sub-dependency pins from Pipfile

2022-04-25 Thread Kashyap Chamarthy
On Fri, Apr 22, 2022 at 02:49:39PM -0400, John Snow wrote: > Now that we've got a Pipfile.lock generated that works, we can remove > the static pins from the Pipfile to allow various dependencies to be > added or removed as necessary when updating our direct dependencies in > the future. > > So lo

[qemu.qmp PATCH 11/12] remove sub-dependency pins from Pipfile

2022-04-22 Thread John Snow
Now that we've got a Pipfile.lock generated that works, we can remove the static pins from the Pipfile to allow various dependencies to be added or removed as necessary when updating our direct dependencies in the future. So long as --keep-outdated is always passed to Pipenv, items that aren't abs