Update click to 8.1.8 or at least >= 8.0.0
Click dependency is a common headache for beem as requests and many other modules use newer versions of click and this ends up having to be manually resolved with janky hacks like overrides to get past the old version beem requires.
I've done some testing and I haven't seen problems using click==8.1.8, but I haven't tested it extensively, just in my own code.