From 9dfd8eebb0da097779cef911b1bf37bb61606ba4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Jun 2024 11:26:58 +0700 Subject: [PATCH] build(deps): bump aiorun from 2023.7.2 to 2024.5.1 (#488) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[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 eea7198cd..9efc9b23e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -162,13 +162,13 @@ anyio = ">=3.2.0,<4" [[package]] name = "aiorun" -version = "2023.7.2" +version = "2024.5.1" description = "Boilerplate for asyncio applications" optional = false python-versions = ">=3.7" files = [ - {file = "aiorun-2023.7.2-py3-none-any.whl", hash = "sha256:61f839265d86d3f3b37921eb4a99ef42fa2ee026241b67c54315423d7dac29c9"}, - {file = "aiorun-2023.7.2.tar.gz", hash = "sha256:95e689dc1b263aaf4556ef8fa73ccae68f38ba0f1c1017fe196ef7da244031f9"}, + {file = "aiorun-2024.5.1-py3-none-any.whl", hash = "sha256:4613a4fb8c23fff0c49a19ee6100953e7447e20e0ca14f21abffa4ef765e68c7"}, + {file = "aiorun-2024.5.1.tar.gz", hash = "sha256:c9911e414b6eb4f32ed50c964c4b8fded072dfd09b7fae6b953b9694bf7d0deb"}, ] [package.extras] @@ -1469,4 +1469,4 @@ uvloop = ["uvloop"] [metadata] lock-version = "2.0" python-versions = "~=3.9" -content-hash = "c7cf457fffe503924b776f5c9a3d9c54221a0c98eb19cc1f15ed705dd0713dff" +content-hash = "dc079f406d307784ed003362b018f7de134c4a91f8f07c1094a8594a57c4548f" diff --git a/pyproject.toml b/pyproject.toml index caeb6926e..388ba24a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ aiopath = [ { version = "^0.5.12", python = "<3.10" }, { version = "^0.6.11", python = ">=3.10" }, ] -aiorun = ">=2022.11.1,<2024.0.0" +aiorun = ">=2022.11.1,<2025.0.0" certifi = { version = ">=2022.12.7,<2025.0.0", platform = "windows" } colorlog = "^6.7.0" frozenlist = "^1.3.3"