fix(deps): update dependency aiofiles to v24 (#3784)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-06-25 21:45:44 +10:00 committed by GitHub
parent 906a143363
commit 44915ace12
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@ -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]]
@ -3451,4 +3451,4 @@ pgsql = ["psycopg2-binary"]
[metadata]
lock-version = "2.0"
python-versions = "^3.10"
content-hash = "b499d8a74ebebafea6dc4b1a9dd0d324ae777760c8d04a2c2ef27ccf67c6af9c"
content-hash = "e14546c7c924df3ded856cad3eebc48d0403d720e48352a6357967993806b512"

View File

@ -13,7 +13,7 @@ Jinja2 = "^3.1.2"
Pillow = "^10.0.1"
PyYAML = "^6.0.1"
SQLAlchemy = "^2"
aiofiles = "^23.0.0"
aiofiles = "^24.0.0"
alembic = "^1.11.3"
aniso8601 = "9.0.1"
appdirs = "1.4.4"