From 5ea16a8b277eb0e19cd32000851af43545c668a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 06:14:14 +0000 Subject: [PATCH] Bump aiocron from 1.8 to 2.1 Bumps [aiocron](https://github.com/gawel/aiocron) from 1.8 to 2.1. - [Changelog](https://github.com/gawel/aiocron/blob/master/CHANGES.rst) - [Commits](https://github.com/gawel/aiocron/compare/1.8...2.1) --- updated-dependencies: - dependency-name: aiocron 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 bcad016c..090f7760 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ "nomenklatura == 3.15.1", "rigour == 0.8.4", "asyncstdlib == 3.13.0", - "aiocron == 1.8", + "aiocron == 2.1", "aiocsv == 1.3.2", "aiofiles == 24.1.0", ]