From 84750e7394298ed51836cb6c04cdec8e7498d284 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 20:16:58 +0000 Subject: [PATCH] build(deps): bump aiofiles from 23.1.0 to 23.2.1 Bumps [aiofiles](https://github.com/Tinche/aiofiles) from 23.1.0 to 23.2.1. - [Release notes](https://github.com/Tinche/aiofiles/releases) - [Commits](https://github.com/Tinche/aiofiles/compare/v23.1.0...v23.2.1) --- updated-dependencies: - dependency-name: aiofiles dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index b1f64f00..8f6862a8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2,13 +2,13 @@ [[package]] name = "aiofiles" -version = "23.1.0" +version = "23.2.1" description = "File support for asyncio." optional = false -python-versions = ">=3.7,<4.0" +python-versions = ">=3.7" files = [ - {file = "aiofiles-23.1.0-py3-none-any.whl", hash = "sha256:9312414ae06472eb6f1d163f555e466a23aed1c8f60c30cccf7121dba2e53eb2"}, - {file = "aiofiles-23.1.0.tar.gz", hash = "sha256:edd247df9a19e0db16534d4baaf536d6609a43e1de5401d7a4c1c148753a1635"}, + {file = "aiofiles-23.2.1-py3-none-any.whl", hash = "sha256:19297512c647d4b27a2cf7c34caa7e405c0d60b5560618a29a9fe027b18b0107"}, + {file = "aiofiles-23.2.1.tar.gz", hash = "sha256:84ec2218d8419404abcb9f0c02df3f34c6e0a68ed41072acfb1cef5cbc29051a"}, ] [[package]] @@ -1508,4 +1508,4 @@ tests-strict = ["codecov (==2.0.15)", "pytest (==4.6.0)", "pytest (==4.6.0)", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "befc12c5da469fb0107c9af34b2faed9eab3b7e72b6135138dd3107fe8c2d04e" +content-hash = "5e61b8b65c4741ffd66e110e7055dc9067464e6122d25a7bd1e9aa532b7173d8" diff --git a/pyproject.toml b/pyproject.toml index 14ff6191..8fbfb6a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ packages = [ [tool.poetry.dependencies] python = ">=3.9,<4.0" -aiofiles = ">=0.8,<23.2" +aiofiles = ">=0.8,<23.3" asyncpg = "^0.27.0" pydantic = "^1.10.0" tabulate = "^0.9.0"