Daisuke Hashimoto
Daisuke Hashimoto
**Bug Report** When I run mypy==0.991 in parallel, the following error randomly happens. ``` Traceback (most recent call last): File "/home/my_name/.pyenv/versions/3.9.16/bin/mypy", line 8, in sys.exit(console_entry()) File "/home/my_name/.pyenv/versions/3.9.16/lib/python3.9/site-packages/mypy/__main__.py", line 15, in...
### Expected behaviour When I ran ``` $ pip-audit -r /path/to/requirements.txt ``` where the `requirements.txt` has dependency on the latest version of `opencv-python` ``` opencv-python==4.7.0.72 ``` , no error is...