Closed Alexerson closed 1 year ago
Thanks @Alexerson!
Note the comment next to that pin: we can't just remove this, because we have other subdependency constraints 🙂
If you'd like to fully address this, you can update the pip-audit
constraint from:
pip-audit ~= 2.0, >= 2.4.13
to:
pip-audit ~= 2.0, >= 2.5.6
...while also removing the requests
pin. That will resolve the subdependency conflict (due to a release we made yesterday).
Ah, sorry you’re right. Pushing this in a sec.
Thank you! LGTM.
Thanks again! I'll push out a new version of this action momentarily.
Pretty simple fix for #41 .