diff --git a/poetry.lock b/poetry.lock index 5449d362..6e5904b9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,5 +1,16 @@ # This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +[[package]] +name = "aiofiles" +version = "23.2.1" +description = "File support for asyncio." +optional = false +python-versions = ">=3.7" +files = [ + {file = "aiofiles-23.2.1-py3-none-any.whl", hash = "sha256:19297512c647d4b27a2cf7c34caa7e405c0d60b5560618a29a9fe027b18b0107"}, + {file = "aiofiles-23.2.1.tar.gz", hash = "sha256:84ec2218d8419404abcb9f0c02df3f34c6e0a68ed41072acfb1cef5cbc29051a"}, +] + [[package]] name = "anyio" version = "4.3.0" @@ -1177,4 +1188,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "b2b3bd7e96e830fbad7f57ea91d517400a500ec3686ceda841d07f8d34efd52b" +content-hash = "ff43cde4f74ab7226ad3eb5f6af1c2e9bc2387e95653f77cffa480d51e2f2417" diff --git a/pyproject.toml b/pyproject.toml index 4332d293..47937b3d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,6 +15,7 @@ passlib = "^1.7.4" pyaml = "^23.12.0" toml = "^0.10.2" betterproto = "2.0.0b6" +aiofiles = "^23.2.1" [tool.poetry.group.dev] optional = true