From a761644ec948907e774559c20b93f13794a83aa9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 04:02:37 +0000 Subject: [PATCH] Update croniter requirement from <3.1,>=2.0 to >=2.0,<6.1 Updates the requirements on [croniter](https://github.com/kiorky/croniter) to permit the latest version. - [Changelog](https://github.com/pallets-eco/croniter/blob/main/CHANGELOG.rst) - [Commits](https://github.com/kiorky/croniter/compare/2.0.0...6.0.0) --- updated-dependencies: - dependency-name: croniter dependency-version: 6.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bfa429a..0b93081 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ install_requires=[ "psycopg2-binary==2.9.*", "pyyaml==6.0.*", - "croniter>=2.0,<3.1", + "croniter>=2.0,<6.1", "tabulate==0.9.*", "slack-sdk==3.37.*", "backoff==2.2.*",