15.0.0
- When no
--file
argument or a directory is passed via--file
,updates
will now look for bothpackage.json
andpyproject.toml
and if both are found, will handle both at once. - The
--language
argument has been removed, use--file
instead. - The JSON output includes additional source key:
results.npm.dependencies
instead ofresults.dependencies
. - Node 18 or higher is now required.