Closed jccastillocano closed 1 month ago
Related issue https://github.com/PyCQA/bandit/issues/1180
Created https://github.com/PyCQA/bandit/pull/1181 for fixing it.
This issue has been fixed in the latest version of rich. See https://github.com/Textualize/rich/releases/tag/v13.9.1
Describe the bug
Since
rich
dependency in requirements.txt is not pinned, it tries to pull latest https://github.com/Textualize/rich/releases/tag/v13.9.0 version, which has a bug (see trace below):Reproduction steps
Expected behavior
Bandit version
1.7.9 (Default)
Python version
3.9
Additional context
It get fixed when installing previous
rich
version withpip install rich==13.8.1