What's Changed
Breaking Changes
* Remove all 3.7 support by kevinkjt2000 in https://github.com/py-mine/mcstatus/pull/417
Non-breaking Changes
* Use `time.perf_counter` for latency by PerchunPak in https://github.com/py-mine/mcstatus/pull/408
* Fix poetry 1.2 support by ItsDrike in https://github.com/py-mine/mcstatus/pull/400
Development/Internal Changes
* Use `|` instead of `typing.Union`, `typing.Optional` (PEP 604) by PerchunPak in https://github.com/py-mine/mcstatus/pull/386
* Show black diff on failures by ItsDrike in https://github.com/py-mine/mcstatus/pull/384
* Use `TypedDict` to avoid all the type casts in status raw response by PerchunPak in https://github.com/py-mine/mcstatus/pull/387
* Remove `flake8-isort` by PerchunPak in https://github.com/py-mine/mcstatus/pull/394
* Add `translation` field to `RawResponseDescriptionWhenDict` by PerchunPak in https://github.com/py-mine/mcstatus/pull/393
* Use poetry groups by ItsDrike in https://github.com/py-mine/mcstatus/pull/401
* Bump dependencies in GitHub Actions with dependabot by PerchunPak in https://github.com/py-mine/mcstatus/pull/421
**Full Changelog**: https://github.com/py-mine/mcstatus/compare/v9.4.2...v10.0.0