PyCQA / bandit

Bandit is a tool designed to find common security issues in Python code.
https://bandit.readthedocs.io
Apache License 2.0
6.5k stars 610 forks source link

fix(requirements.txt): Pin rich package to fix ModuleNotFoundError error #1181

Closed jccastillocano closed 1 month ago

jccastillocano commented 1 month ago

This should fix https://github.com/PyCQA/bandit/issues/1179 and https://github.com/PyCQA/bandit/issues/1180 issues, since the problem relies in latest rich release.

jobselko commented 1 month ago

Hi @jccastillocano. This issue has been fixed in the latest version of rich. See https://github.com/Textualize/rich/releases/tag/v13.9.1

jccastillocano commented 1 month ago

Hi @jccastillocano. This issue has been fixed in the latest version of rich. See https://github.com/Textualize/rich/releases/tag/v13.9.1

They were fast! Let me close this pr and also the related issue. Thx!