From ae6b249271bf2ca02331e3afa35658e15ae885a0 Mon Sep 17 00:00:00 2001 From: Martin Durant Date: Sat, 2 Dec 2023 21:06:58 -0500 Subject: [PATCH] Changelog (#830) --- docs/source/changelog.rst | 9 +++++++++ requirements.txt | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 7e77ae2a..130b527d 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -1,6 +1,15 @@ Changelog ========= +2023.12.0 +--------- + +- fall back to anon if no creds are found or passed at all (#823) +- **relax version bounds for aiobotocore** (#829) +- avoid key error if LastModified missing (#828) +- add make_mucket_versioned method (#825) +- retain TZ on modified time (#818) + 2023.10.0 --------- diff --git a/requirements.txt b/requirements.txt index 7acb25ef..5ecc518d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ aiobotocore>=2.5.4,<3.0.0 -fsspec==2023.10.0 +fsspec==2023.12.0 aiohttp!=4.0.0a0, !=4.0.0a1