diff --git a/poetry.lock b/poetry.lock index 40286c04219b..388fdb5603d6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2,13 +2,13 @@ [[package]] name = "aiofiles" -version = "23.2.1" +version = "24.1.0" description = "File support for asyncio." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "aiofiles-23.2.1-py3-none-any.whl", hash = "sha256:19297512c647d4b27a2cf7c34caa7e405c0d60b5560618a29a9fe027b18b0107"}, - {file = "aiofiles-23.2.1.tar.gz", hash = "sha256:84ec2218d8419404abcb9f0c02df3f34c6e0a68ed41072acfb1cef5cbc29051a"}, + {file = "aiofiles-24.1.0-py3-none-any.whl", hash = "sha256:b4ec55f4195e3eb5d7abd1bf7e061763e864dd4954231fb8539a0ef8bb8260e5"}, + {file = "aiofiles-24.1.0.tar.gz", hash = "sha256:22a075c9e5a3810f0c2e48f3008c94d68c65d763b9b03857924c99e57355166c"}, ] [[package]] @@ -3423,4 +3423,4 @@ upnp = ["miniupnpc"] [metadata] lock-version = "2.0" python-versions = ">=3.8.10, <3.13" -content-hash = "18a5a0e0c03855565eb651c0eeade75a20f9e419e5fc05c4ed94431b47c75cda" +content-hash = "e0c7919b0e3419831c55727314f1b99e84cabb6d5fa54bebcd967a8ab61b0219" diff --git a/pyproject.toml b/pyproject.toml index 2eda54b24a40..c99c53ba579d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ priority = "supplemental" [tool.poetry.dependencies] python = ">=3.8.10, <3.13" -aiofiles = "23.2.1" # Async IO for files +aiofiles = "24.1.0" # Async IO for files aiohttp = "3.9.5" # HTTP server for full node rpc aiosqlite = "0.20.0" # asyncio wrapper for sqlite, to store blocks anyio = "4.3.0"