Closed Alexerson closed 1 year ago
Thanks for filing this!
I believe the reason why we were holding on the requests 2.30.0 issue is now fixed, so we should relax this condition.
Correct, although we need to bump the constraint on pip-audit
to reflect that. I've left details on that in the PR you've opened.
Resolved with 1.0.8. Thanks again, @Alexerson!
Current behavior
The current action depends on requests<2.30, but this causes the following:
My project depends on requests 2.31.0, this issue is with the pinned version in this codebase.
I believe the reason why we were holding on the requests 2.30.0 issue is now fixed, so we should relax this condition.
Expected behavior
I expected the action to not fail on its own.
Steps to reproduce
Relevant context
Nothing else needed.