From e201b2a668a93d7fe44b98104c4d95525153961d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 19:04:54 +0000 Subject: [PATCH 1/2] build(deps): Bump aiofiles from 22.1 to 24.1.0 Bumps [aiofiles](https://github.com/Tinche/aiofiles) from 22.1 to 24.1.0. - [Release notes](https://github.com/Tinche/aiofiles/releases) - [Commits](https://github.com/Tinche/aiofiles/compare/v22.1.0...v24.1.0) --- updated-dependencies: - dependency-name: aiofiles dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9e27b9e0a..14b669cee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dynamic = [ "version", ] dependencies = [ - "aiofiles==22.1", + "aiofiles==24.1.0", "aiohttp<3.10,>=3.9.5", "cryptography<43,>=42.0.4", "grpcio<1.54,>=1.53.2", From 5649d61d7ae8e2df2c2ee60cfba393bcc3c79b29 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 19:05:09 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 14b669cee..962e3e5a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dynamic = [ "version", ] dependencies = [ - "aiofiles==24.1.0", + "aiofiles==24.1", "aiohttp<3.10,>=3.9.5", "cryptography<43,>=42.0.4", "grpcio<1.54,>=1.53.2",