[BUG] allow-dependencies-licenses
not respected after changing from ==
to >=
with Python
#812
Labels
bug
Something isn't working
Details
Describe the bug
I made a PR to change my Poetry-defined Python project dependencies from using
==
to>=
and now dependency-review-action is complaining about pylint's GPL license despite it being in theallow-dependencies-licenses
list.To Reproduce
For now anyways, see screenshots and exampes below.
Expected behavior
I expect the allow configuration to avoid complaints about the pylint license.
Screenshots
Action version
What version of the action are you using in your workflow?
v4 (v4.3.4)
Examples
https://github.com/Chia-Network/chia-blockchain/actions/runs/11036776910/job/30656244385?pr=18305
full debug log
workflow source
https://github.com/Chia-Network/chia-blockchain/actions/runs/10356234775/workflow?pr=18305
The text was updated successfully, but these errors were encountered: