You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes because it downloads the latest versions.
If you are using functionality which is only available in certain versions,
then you should include that in the dependency specification.
Expected Behavior
pip install owasp-depscan --upgrade should install latest version of package and dependencies
Actual Behavior
CVSS package not upgraded (existing version 2.6 retained). When running depscan get
ImportError: cannot import name 'CVSS4' from 'cvss' (/data/Documents/depscan/lib/python3.10/site-packages/cvss/init.py)
Steps to Reproduce
Have previously installed version of depscan installed in python virtual environment
Additional Information
Dependencies in pyproject.toml file for cvss needs to be >= 3.0
The text was updated successfully, but these errors were encountered: