fluidattacks / makes

A software supply chain framework powered by Nix.
https://makes.fluidattacks.tech/
MIT License
443 stars 43 forks source link

Add an utility to see the list of outdated dependencies in a given poetry lock path #1307

Closed este6an13 closed 7 months ago

este6an13 commented 7 months ago
dsalaza4 commented 7 months ago

This does not look like a feature we would like to support as:

  1. We're planning to reduce the number of Makes' builtins by making it a more flexible framework.
  2. it is too specific.

You can create an utility for this in your own repository and execute it with

m github@your-user/your-repo /getOutdatedDeps
este6an13 commented 7 months ago

Thank you @dsalaza4! We'll try to implement it in our own repository.