diff --git a/poetry.lock b/poetry.lock index ea1b5da1e3c9..2df0b7c8c037 100644 --- a/poetry.lock +++ b/poetry.lock @@ -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" diff --git a/pyproject.toml b/pyproject.toml index f60fc7db7622..c10a41abdb33 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"