From 4382e8dd11dffa1d93818fa173d495da08d49159 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 15:39:08 +0000 Subject: [PATCH] Update croniter requirement from >=2.0.0 to >=6.2.4 Updates the requirements on [croniter](https://github.com/pallets-eco/croniter) to permit the latest version. - [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/2.0.0...6.2.4) --- updated-dependencies: - dependency-name: croniter dependency-version: 6.2.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8aefd0f..888db84 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ Django>=6.0,<6.1 django-q2>=1.6.0 -croniter>=2.0.0 +croniter>=6.2.4 django-tailwind>=4.4.0 django-axes>=7.0.0 gunicorn>=21.0.0