* Bumped aiobotocore to 2.2.0 - thanks dacevedo12 * Updated formatting in various places to match the boto3 equivalent
9.4.0
------------------
* Bumped aiobotocore to 2.1.2 * Updated asyncio.wait usage to be compatible with py3.11 - thanks noblepayne * Fixed resource __aexit__ not being used properly - thanks chrisBLIT * Added S3 CopyFrom test coverage * Bumped Moto to 3.1.0
9.3.1
------------------
* Bumped aiobotocore to 2.1.0 - thanks abivolmv
9.3.0
------------------
* Bumped aiobotocore to 2.0.1 - thanks mmaslowskicc
9.2.2
------------------
* Fixed pyproject misconfiguration bringing in extra dependencies by default - thanks and-semakin