From 00fbba6f34ca54b8bc845aa12bde47cd72168a96 Mon Sep 17 00:00:00 2001 From: Martin Durant Date: Sun, 3 Sep 2023 13:35:19 -0400 Subject: [PATCH] changelog (#777) --- docs/source/changelog.rst | 9 +++++++++ requirements.txt | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) 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