Bump aiofiles version upper bound to <24.2 (#1577)

* Bump aiofiles version upper bound to <24.2

* Add changelog
This commit is contained in:
monosans 2024-09-10 20:40:07 +00:00 committed by GitHub
parent 7297ffa16e
commit a76fb42ba0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

1
CHANGES/1577.feature.rst Normal file
View file

@ -0,0 +1 @@
Bump aiofiles version upper bound to <24.2

View file

@ -44,7 +44,7 @@ dependencies = [
"magic-filter>=1.0.12,<1.1", "magic-filter>=1.0.12,<1.1",
"aiohttp>=3.9.0,<3.11", "aiohttp>=3.9.0,<3.11",
"pydantic>=2.4.1,<2.10", "pydantic>=2.4.1,<2.10",
"aiofiles~=23.2.1", "aiofiles>=23.2.1,<24.2",
"certifi>=2023.7.22", "certifi>=2023.7.22",
"typing-extensions>=4.7.0,<=5.0", "typing-extensions>=4.7.0,<=5.0",
] ]