Skip to content

Commit

Permalink
Update lib/modules/manager/pip-compile/extract.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Rhys Arkins <rhys@arkins.net>
  • Loading branch information
not7cd and rarkins committed Feb 15, 2024
1 parent 713b3d1 commit 1147a13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/modules/manager/pip-compile/extract.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,8 @@ export async function extractAllPackageFiles(
dep.lockedVersion = lockedVersion;
} else {
logger.warn(
`pip-compile: \`${dep.depName}\` not found in lock file \`${fileMatch}\``,
{ depName: dep.depName, lockFile: fileMatch },
`pip-compile: dependency not found in lock file`,
);
}
}
Expand Down

0 comments on commit 1147a13

Please sign in to comment.