From 01a0c63aae679bcb864ca5b1528d4e2486c68c2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 04:34:24 +0000 Subject: [PATCH] chore(deps): Update croniter requirement in /backend Updates the requirements on [croniter](https://github.com/pallets-eco/croniter) to permit the latest version. - [Changelog](https://github.com/pallets-eco/croniter/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pallets-eco/croniter/compare/6.0.0...6.2.2) --- updated-dependencies: - dependency-name: croniter dependency-version: 6.2.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 0b9f5be..4c5e22d 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -16,7 +16,7 @@ pydantic-settings>=2.14.0 # Scheduling apscheduler>=3.11.2 -croniter>=6.0.0 +croniter>=6.2.2 # HTTP client aiohttp>=3.13.3