From ad8cc884d37fb72ab3f70131818e6dfa051cd8bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 22:48:53 +0000 Subject: [PATCH] build(deps): bump aiorun from 2024.5.1 to 2025.1.1 Bumps [aiorun](https://github.com/cjrh/aiorun) from 2024.5.1 to 2025.1.1. - [Changelog](https://github.com/cjrh/aiorun/blob/master/CHANGES) - [Commits](https://github.com/cjrh/aiorun/compare/v2024.5.1...v2025.1.1) --- updated-dependencies: - dependency-name: aiorun 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 0af70b769..f7d3ea256 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "aiocache" @@ -174,13 +174,13 @@ anyio = ">=3.2.0,<4" [[package]] name = "aiorun" -version = "2024.5.1" +version = "2025.1.1" description = "Boilerplate for asyncio applications" optional = false python-versions = ">=3.7" files = [ - {file = "aiorun-2024.5.1-py3-none-any.whl", hash = "sha256:4613a4fb8c23fff0c49a19ee6100953e7447e20e0ca14f21abffa4ef765e68c7"}, - {file = "aiorun-2024.5.1.tar.gz", hash = "sha256:c9911e414b6eb4f32ed50c964c4b8fded072dfd09b7fae6b953b9694bf7d0deb"}, + {file = "aiorun-2025.1.1-py3-none-any.whl", hash = "sha256:46d6fa7ac4bfe93ff8385fa17941e4dbe0452d0353497196be25b000571fe3e1"}, + {file = "aiorun-2025.1.1.tar.gz", hash = "sha256:86d1075a034ce2671ab532db06e9204fe784cdd0c66ca7b8cc47a7527d0d50a3"}, ] [package.extras] @@ -1616,4 +1616,4 @@ uvloop = ["uvloop"] [metadata] lock-version = "2.0" python-versions = "~=3.9" -content-hash = "780b309916bcdb50e3305939b8241be25313e398fb6356eda2fcababb8fd99c6" +content-hash = "1a5c02238297a62675175715fa08103abe0520f0a6aac2b3fc0502a37656afde" diff --git a/pyproject.toml b/pyproject.toml index a0a3a8180..fb8bd4d41 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,<2025.0.0" +aiorun = ">=2022.11.1,<2026.0.0" certifi = { version = ">=2022.12.7,<2025.0.0", platform = "windows" } colorlog = "^6.7.0" frozenlist = "^1.3.3"