ref: upgrade cssutils to avoid warning in 3.11 (#64041)
fixes this warning:
```
/Users/asottile/workspace/sentry/.venv/lib/python3.11/site-packages/encutils/__init__.py:55: DeprecationWarning: 'cgi' is deprecated and slated for removal in Python 3.13
import cgi
```
<!-- Describe your PR here. -->