[`flake8-bandit`] Allow `urllib.request.urlopen` calls with static `Request` argument (#10964)
## Summary
Allows, e.g.:
```python
import urllib
urllib.request.urlopen(urllib.request.Request("https://example.com/"))
```
...in
[`suspicious-url-open-usage`](https://docs.astral.sh/ruff/rules/suspicious-url-open-usage/).
See:
https://github.com/astral-sh/ruff/issues/7918#issuecomment-2057661054