diff --git a/poetry.lock b/poetry.lock index 9968b966..bd2ba7f7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,10 +1,10 @@ [[package]] name = "aiofiles" -version = "0.8.0" +version = "22.1.0" description = "File support for asyncio." category = "main" optional = false -python-versions = ">=3.6,<4.0" +python-versions = ">=3.7,<4.0" [[package]] name = "aiohttp" @@ -1092,12 +1092,12 @@ test = ["pytest", "pytest-asyncio", "flaky"] [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "415a000d606c1f00b580f22d88a6b175f97fdb6d81c9f36d5df7f7ec50084c2c" +content-hash = "1b5632ae16bcfd0ac3c911ee82a00bdeedd916e2b12b2aaaf77eb81d3b0f158c" [metadata.files] aiofiles = [ - {file = "aiofiles-0.8.0-py3-none-any.whl", hash = "sha256:7a973fc22b29e9962d0897805ace5856e6a566ab1f0c8e5c91ff6c866519c937"}, - {file = "aiofiles-0.8.0.tar.gz", hash = "sha256:8334f23235248a3b2e83b2c3a78a22674f39969b96397126cc93664d9a901e59"}, + {file = "aiofiles-22.1.0-py3-none-any.whl", hash = "sha256:1142fa8e80dbae46bb6339573ad4c8c0841358f79c6eb50a493dceca14621bad"}, + {file = "aiofiles-22.1.0.tar.gz", hash = "sha256:9107f1ca0b2a5553987a94a3c9959fe5b491fdf731389aa5b7b1bd0733e32de6"}, ] aiohttp = [ {file = "aiohttp-3.8.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:1ed0b6477896559f17b9eaeb6d38e07f7f9ffe40b9f0f9627ae8b9926ae260a8"}, diff --git a/pyproject.toml b/pyproject.toml index cb81c736..4acc35b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ fakeredis = "^1.9.0" beautifulsoup4 = "^4.11.1" asyncmy = "^0.2.5" pyppeteer = "^1.0.2" -aiofiles = "^0.8.0" +aiofiles = "^22.1.0" python-dotenv = "^0.21.0" PyMySQL = "^1.0.2" alembic = "^1.8.1"