From a76fb42ba052cbeab40c6acd51731154cfcdfd6b Mon Sep 17 00:00:00 2001 From: monosans Date: Tue, 10 Sep 2024 20:40:07 +0000 Subject: [PATCH] Bump aiofiles version upper bound to <24.2 (#1577) * Bump aiofiles version upper bound to <24.2 * Add changelog --- CHANGES/1577.feature.rst | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 CHANGES/1577.feature.rst diff --git a/CHANGES/1577.feature.rst b/CHANGES/1577.feature.rst new file mode 100644 index 00000000..7105d19c --- /dev/null +++ b/CHANGES/1577.feature.rst @@ -0,0 +1 @@ +Bump aiofiles version upper bound to <24.2 diff --git a/pyproject.toml b/pyproject.toml index 6b2e39b6..7cb5875b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ dependencies = [ "magic-filter>=1.0.12,<1.1", "aiohttp>=3.9.0,<3.11", "pydantic>=2.4.1,<2.10", - "aiofiles~=23.2.1", + "aiofiles>=23.2.1,<24.2", "certifi>=2023.7.22", "typing-extensions>=4.7.0,<=5.0", ]