From 0e3532558d3206264f5cf896f6603a58767bd386 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 08:58:55 +0000 Subject: [PATCH] Bump aiorun from 2024.8.1 to 2025.1.1 Bumps [aiorun](https://github.com/cjrh/aiorun) from 2024.8.1 to 2025.1.1. - [Changelog](https://github.com/cjrh/aiorun/blob/master/CHANGES) - [Commits](https://github.com/cjrh/aiorun/compare/v2024.8.1...v2025.1.1) --- updated-dependencies: - dependency-name: aiorun 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 e52cad7e..b69ffe0f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ version = "0.0.0" [project.optional-dependencies] server = [ "aiohttp==3.11.11", - "aiorun==2024.8.1", + "aiorun==2025.1.1", "async-timeout==5.0.1", "atomicwrites==1.4.1", "coloredlogs==15.0.1",