From 7fe74cf9978c4873229c5bd2b65c77706d820bab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Feb 2023 10:41:08 -0900 Subject: [PATCH] fix(deps): update dependency aiofiles to v23 (#2108) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 536de112d..4275a0857 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2,14 +2,14 @@ [[package]] name = "aiofiles" -version = "22.1.0" +version = "23.1.0" description = "File support for asyncio." category = "main" optional = false python-versions = ">=3.7,<4.0" files = [ - {file = "aiofiles-22.1.0-py3-none-any.whl", hash = "sha256:1142fa8e80dbae46bb6339573ad4c8c0841358f79c6eb50a493dceca14621bad"}, - {file = "aiofiles-22.1.0.tar.gz", hash = "sha256:9107f1ca0b2a5553987a94a3c9959fe5b491fdf731389aa5b7b1bd0733e32de6"}, + {file = "aiofiles-23.1.0-py3-none-any.whl", hash = "sha256:9312414ae06472eb6f1d163f555e466a23aed1c8f60c30cccf7121dba2e53eb2"}, + {file = "aiofiles-23.1.0.tar.gz", hash = "sha256:edd247df9a19e0db16534d4baaf536d6609a43e1de5401d7a4c1c148753a1635"}, ] [[package]] @@ -3049,4 +3049,4 @@ pgsql = ["psycopg2-binary"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "cf0ed0fb0e6b33726ec498316c904f07f7d94f9de62c2ff2bc05ab66d4b3f214" +content-hash = "43a2672cd3e8368146a4d77fd62ebb4efa851f3f3fbd29bbd089fb0374e88fc2" diff --git a/pyproject.toml b/pyproject.toml index a83714050..2ea8bba19 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ Jinja2 = "^3.1.2" Pillow = "^9.2.0" PyYAML = "^5.3.1" SQLAlchemy = "^2" -aiofiles = "^22.1.0" +aiofiles = "^23.0.0" alembic = "^1.7.5" aniso8601 = "9.0.1" appdirs = "1.4.4"