aisk / pick

create curses based interactive selection list in the terminal
MIT License
721 stars 60 forks source link

Bump pytest to 7.2.0 #116

Closed aisk closed 4 months ago

aisk commented 4 months ago

The main reason to upgrade pytest is that GitHub said this repo has a security issue: https://github.com/wong2/pick/security/dependabot/1

The security issue is in the py library and it's included by pytest. As mentioned in the issue, pytest doesn't trigger the security issue so we should be totally fine. But I think we should still resolve it to dismiss the security alert, otherwise someone else using pick may get the same security alert.

As mentioned in the security issue, the simple way to resolve it is just to upgrade pytest's version, which removed the py dependency.