From 009d03db225b1c8ca9b2746eb5089ebad7e2af2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 16:36:36 +0000 Subject: [PATCH] chore(deps): bump aiofiles from 23.2.1 to 24.1.0 Bumps [aiofiles](https://github.com/Tinche/aiofiles) from 23.2.1 to 24.1.0. - [Release notes](https://github.com/Tinche/aiofiles/releases) - [Commits](https://github.com/Tinche/aiofiles/compare/v23.2.1...v24.1.0) --- updated-dependencies: - dependency-name: aiofiles dependency-type: direct:production update-type: version-update:semver-major ... 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 dbc53b7..081fd51 100644 --- a/poetry.lock +++ b/poetry.lock @@ -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]] @@ -1880,4 +1880,4 @@ tests-strict = ["pytest (==4.6.0)", "pytest (==4.6.0)", "pytest (==6.2.5)", "pyt [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "bc54919aa1be9b76327f48fd467b34d0c225c6e09584406a3d2f86f6d3d7f54a" +content-hash = "02687c1a8d7b1cfc4b3dcfef62039d36f4d076de4315df06c13fc0c36897fa35" diff --git a/pyproject.toml b/pyproject.toml index bdccf39..73f7332 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ packages = [ [tool.poetry.dependencies] python = ">=3.9,<4.0" -aiofiles = ">=0.8,<23.3" +aiofiles = ">=0.8,<24.2" asyncpg = ">=0.27,<0.30" pydantic = ">=2.0,<3.0" tabulate = "^0.9.0"