Chore
* chore: update dependencies, target python 3.10 (10)
* chore: update dependencies, target python 3.10
* chore: run black formatter ([`ac2ea3f`](https://github.com/AustinBrunkhorst/pysnooz/commit/ac2ea3f36252bb5540a4e44dfb42aa49476dea59))
Fix
* fix: repair test compatibility with bleak>=0.20.0 (9)
With the bleak 0.20.0 release the rssi and metadata attributes on the
BLEDevice object became properties, that need to be initialized in the
constructor. This broke parts of the test suite, that this changeset
fixes.
Closes: 8 ([`f789d92`](https://github.com/AustinBrunkhorst/pysnooz/commit/f789d9253640a43ca7c8f2f9b8530d017667178c))