pyupio/safety

Unhandled exception happened

ar0ne opened this issue · 2 comments

ar0ne commented
  • safety version: 2.3.1
  • Python version: 3.7
  • Operating System: Linux archlinux 5.18.16-arch1-1

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)

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

ar0ne commented

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

Good catch! Thanks!