pyupio / safety

Safety checks Python dependencies for known security vulnerabilities and suggests the proper remediations for vulnerabilities detected.
https://safetycli.com/product/safety-cli
MIT License
1.66k stars 141 forks source link

Unhandled exception happened #416

Closed ar0ne closed 1 year ago

ar0ne commented 1 year ago

Description

Got this when decided to upgrade from safety:1.10.3. Any ideas why it happens?

What I Did

safety check -r requirements.txt
Unhandled exception happened: parse() got an unexpected keyword argument 'resolve'
ERROR: InvocationError for command /home/ar0ne/Codes/superpedestrian/sp-web-billing-service/.tox/py37/bin/safety check -r requirements.txt (exited with code 1)
yeisonvargasf commented 1 year ago

Hi, probably you have the wrong dparse version. try with the latest dparse version and let me know the result.

ar0ne commented 1 year ago

Hi, probably you have the wrong dparse version. try with the latest dparse version and let me know the result.

Good catch! Thanks!