### Describe the issue After deploying v12.0.0, visiting `/wg/<acronym>/deps.json` results in a 500 error. The error is ``` 'NoneType' object has no attribute 'slug' ``` at line 775 of `ietf/group/views.py` (in the `dependencies()` view) ### Code of Conduct - [X] I agree to follow the [IETF's Code of Conduct](https://github.com/ietf-tools/.github/blob/main/CODE_OF_CONDUCT.md)
Describe the issue
After deploying v12.0.0, visiting
/wg/<acronym>/deps.jsonresults in a 500 error. The error isat line 775 of
ietf/group/views.py(in thedependencies()view)Code of Conduct