diff --git a/poetry.lock b/poetry.lock index e67d6d0..f56be3c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -32,13 +32,13 @@ pycares = ">=4.0.0" [[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]] @@ -3694,4 +3694,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "0e3c340496e7ad1e8cdeade958bfcfe0f2e796f74bf0a3e7e1881f2931e58688" +content-hash = "db00f0f674bdc7f0a88ae81cb2527eb5b1c18fd31fae67d3e43276f9575869f1" diff --git a/pyproject.toml b/pyproject.toml index ddb4227..b64e520 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ nonebot-plugin-session-orm = "^0.2.0" nonebot-plugin-user = "^0.2.0" nonebot-plugin-userinfo = "^0.2.4" aiocache = "^0.12.2" -aiofiles = "^23.2.1" +aiofiles = ">=23.2.1,<25.0.0" httpx = "^0.27.0" jinja2 = "^3.1.3" lxml = '^5.1.0'