From 22e3a2138a12920ed0a1e44e257356a52f7bfcd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 02:44:51 +0000 Subject: [PATCH] deps(py): bump croniter from 6.0.0 to 6.2.3 Bumps [croniter](https://github.com/pallets-eco/croniter) from 6.0.0 to 6.2.3. - [Release notes](https://github.com/pallets-eco/croniter/releases) - [Changelog](https://github.com/pallets-eco/croniter/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pallets-eco/croniter/compare/6.0.0...6.2.3) --- updated-dependencies: - dependency-name: croniter dependency-version: 6.2.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e537db7..7f5f24f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32,7 +32,7 @@ asyncpg==0.31.0 redis==7.0.1 # Scheduling -croniter==6.0.0 +croniter==6.2.3 # Authentication python-jose[cryptography]==3.5.0