From 1898607a825ad19351572f0a43dd4b59b76b433a Mon Sep 17 00:00:00 2001 From: felinae98 <731499577@qq.com> Date: Mon, 27 Feb 2023 13:38:10 +0800 Subject: [PATCH] :arrow_up: upgrade aiofiles (#204) --- poetry.lock | 10 +++++----- pyproject.toml | 1 - 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0d029b6..853649d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2,14 +2,14 @@ [[package]] name = "aiofiles" -version = "0.8.0" +version = "23.1.0" description = "File support for asyncio." category = "main" optional = false -python-versions = ">=3.6,<4.0" +python-versions = ">=3.7,<4.0" files = [ - {file = "aiofiles-0.8.0-py3-none-any.whl", hash = "sha256:7a973fc22b29e9962d0897805ace5856e6a566ab1f0c8e5c91ff6c866519c937"}, - {file = "aiofiles-0.8.0.tar.gz", hash = "sha256:8334f23235248a3b2e83b2c3a78a22674f39969b96397126cc93664d9a901e59"}, + {file = "aiofiles-23.1.0-py3-none-any.whl", hash = "sha256:9312414ae06472eb6f1d163f555e466a23aed1c8f60c30cccf7121dba2e53eb2"}, + {file = "aiofiles-23.1.0.tar.gz", hash = "sha256:edd247df9a19e0db16534d4baaf536d6609a43e1de5401d7a4c1c148753a1635"}, ] [[package]] @@ -2791,4 +2791,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">=3.10,<4.0.0" -content-hash = "f45d57d9b304c7f435a112906283d059bf93b8a08ae0e1f6f550a3783f53b037" +content-hash = "e96935d803ebcbb4251968c10f67f6e8807b7d046c6175fc75f1f672ec5e800c" diff --git a/pyproject.toml b/pyproject.toml index 1e74a89..b9099f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,6 @@ pillow = ">=8.1,<10.0" apscheduler = "^3.7.0" expiringdict = "^1.2.1" pyjwt = "^2.1.0" -aiofiles = "^0.8.0" python-socketio = "^5.4.0" nonebot-adapter-onebot = "^2.0.0-beta.1" nonebot-plugin-htmlrender = ">=0.2.0"