From 26a7071daf832bfdc7c8251008fbbb9df52b0afb Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 18 Sep 2024 18:01:06 +0300 Subject: [PATCH] chore(deps): update dependency aiofiles to v24 --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index d637385..97b2073 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]] @@ -2049,4 +2049,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "~3.12" -content-hash = "a6c27392d574c3ec4bf6de3101ebdb85a619d313fa6e62acbb97f852f6585deb" +content-hash = "45b15f233da2a51d6412853a32f024c8cf3c13c062ea4c49877c17a245f1bd95" diff --git a/pyproject.toml b/pyproject.toml index 3bf01b2..d0f79e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ fastapi = {extras = ["all"], version = "^0.115.0"} authlib = "^1.3.0" cryptography = "^42.0.5" icalendar = "^5.0.12" -aiofiles = "^23.2.1" +aiofiles = "^24.0.0" sqlalchemy = { extras = ["asyncpg"], version = "^2.0.30" } asyncpg = "^0.29.0" alembic = "^1.13.1"