fix(deps): update dependency aiofiles to v0.8.0 (#1926)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2022-12-30 11:12:25 -09:00 committed by GitHub
parent 7b5f42f9c0
commit 2e51a581f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@ -2,14 +2,14 @@
[[package]]
name = "aiofiles"
version = "0.5.0"
version = "0.8.0"
description = "File support for asyncio."
category = "main"
optional = false
python-versions = "*"
python-versions = ">=3.6,<4.0"
files = [
{file = "aiofiles-0.5.0-py3-none-any.whl", hash = "sha256:377fdf7815cc611870c59cbd07b68b180841d2a2b79812d8c218be02448c2acb"},
{file = "aiofiles-0.5.0.tar.gz", hash = "sha256:98e6bcfd1b50f97db4980e182ddd509b7cc35909e903a8fe50d8849e02d815af"},
{file = "aiofiles-0.8.0-py3-none-any.whl", hash = "sha256:7a973fc22b29e9962d0897805ace5856e6a566ab1f0c8e5c91ff6c866519c937"},
{file = "aiofiles-0.8.0.tar.gz", hash = "sha256:8334f23235248a3b2e83b2c3a78a22674f39969b96397126cc93664d9a901e59"},
]
[[package]]
@ -2711,4 +2711,4 @@ pgsql = ["psycopg2-binary"]
[metadata]
lock-version = "2.0"
python-versions = "^3.10"
content-hash = "9184c7442d755be72904c71fa00190c5de6a3e0e01bb24b62c40afe9ba305774"
content-hash = "b6e553ae39d2b6f6bc62c692fa94a73e1b40696cd305e1a1e9026958c5fd6229"

View File

@ -13,7 +13,7 @@ Jinja2 = "^3.1.2"
Pillow = "^9.2.0"
PyYAML = "^5.3.1"
SQLAlchemy = "^1.4.29"
aiofiles = "0.5.0"
aiofiles = "0.8.0"
alembic = "^1.7.5"
aniso8601 = "7.0.0"
appdirs = "1.4.4"