Closed youpong closed 1 year ago
@youpong There seems to be an error with Codecov now. Could this be related to your changes?
Error: ErrorDetail(string='Unable to locate build via Github Actions API. Please upload with the Codecov repository upload token to resolve issue.', code='not_found'
I don't think my change caused the error. Let's see if the codecov error is temporary or not.
Base: 100.00% // Head: 100.00% // No change to project coverage :thumbsup:
Coverage data is based on head (
f23be67
) compared to base (eb049b9
). Patch has no changes to coverable lines.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Just fixed the issue. Apparently I needed to add the Codecov token into python-package.yml
.
Thank you for making this contribution. 💯
The Dependabot link you sent is broken, and I don't see any security vulnerabilities in the list at the moment. (Quite strange 🤔 )
It might have been a link that only I could see. Here is the link to the relevant CVE. CVE-2022-42969, ReDoS vulnerability
Description
Update dependencies to resolve the security alert.
There's a security alert about latest version of
py
package.The latest version of
nox
no longer usespy
package. Therefore, I have created this pull request to update thenox
version.The security alert recommends that
pytest
be updated to version 7.2.0. This is also included in this pull request.Related Issue(s)
None.
User-facing Changes
None.
Screenshots (If necessary)
None.