diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index d1f790ab..65a357e2 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -1,6 +1,15 @@ Changelog ========= +2023.9.0 +-------- + +- aiobotocore to 2.5.4 +- better ** support in bulk ops/glob (#769) +- default ACL to "private" rather than blank (#764) +- invalidate cache in rm_file (#762) +- closing client in running loop (#760) + 2023.6.0 -------- diff --git a/requirements.txt b/requirements.txt index dea4c469..4484acf6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -aiobotocore~=2.5.0 -fsspec==2023.6.0 +aiobotocore~=2.5.4 +fsspec==2023.9.0 aiohttp!=4.0.0a0, !=4.0.0a1