There was an upgrade of the yarl library version 1.13.0 that disallowed urls with colons.

Started rejecting ASCII hostnames with invalid characters. For host strings that look like authority strings, the exception message includes advice on what to do instead – by :user:mjpieters.

This change broke aiohttp routing code when the HOST header had a colon in it