-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version 1.0.6 gives error AttributeError: 'HTTPResponse' object has no attribute 'strict' #38
Comments
Thanks for the report @MichaelTiemannOSC! I'll look into this now. |
Looks like this is a known incompatibility between Transitive: psf/requests#6437 |
(Specifically, the subdep hop to |
@MichaelTiemannOSC could you give the changes under the That's my short-gap fix; if it works for you, I'll merge it and cut a point release. Medium term, pip-audit itself will need a point release with the same or a similar version constraint. |
Actual fix: pypa/pip-audit#605 |
Cool...trying to figure out how to do it now. |
You should have a line like this in one of your workflows: - uses: pypa/[email protected] you can temporarily change that to: - uses: pypa/gh-action-pip-audit@ww/pin-requests ...and that'll give you the changes 🙂 |
Testing pypa/gh-action-pip-audit#38 Signed-off-by: Michael Tiemann <[email protected]>
Good news...the dependency audits are back to passing: os-climate/ITR#186 Now I just need to wait for the unit tests to work. Thanks so much!! |
We've cut these changes with 1.0.7; thanks again @MichaelTiemannOSC for reporting! |
Current behavior
Below is a logfile from an attempted audit of a recent pull request (https://github.com/os-climate/ITR/actions/runs/4874697829/jobs/8695957245?pr=186):
I was happily using 1.0.3 until GitHub updated to 1.0.6 and now I cannot merge my Pull Request.
Expected behavior
I expect the audit to run and either flag a security error or silently return success.
Steps to reproduce
This occurs when I attempt to merge PR 186: os-climate/ITR#186
All of the code is open source, so you might be able to fork the underlying repo (os-climate/ITR) and the source of the pull request (MichaelTiemannOSC/ITR) and have at it.
Relevant context
The text was updated successfully, but these errors were encountered: