Skip to content

Commit 74f4d95

Browse files
authored
changelog (#846)
* changelog * avoid new moto
1 parent 34a3219 commit 74f4d95

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

ci/env.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ dependencies:
1414
- black
1515
- httpretty
1616
- aiobotocore
17-
- "moto>=4"
17+
- "moto>=4,<5"
1818
- flask
1919
- fsspec

docs/source/changelog.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
=========
33

4+
2024.2.0
5+
--------
6+
7+
- fixe cache lookup in _info (#840)
8+
49
2023.12.2
510
---------
611

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
aiobotocore>=2.5.4,<3.0.0
2-
fsspec==2023.12.2
2+
fsspec==2024.2.0
33
aiohttp!=4.0.0a0, !=4.0.0a1

0 commit comments

Comments
 (0)