From f73985524b7f6d5abdec7063177265f121b3b389 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Aug 2025 04:21:20 +0000 Subject: [PATCH] Update cron-descriptor requirement Updates the requirements on [cron-descriptor](https://github.com/Salamek/cron-descriptor) to permit the latest version. - [Release notes](https://github.com/Salamek/cron-descriptor/releases) - [Commits](https://github.com/Salamek/cron-descriptor/compare/1.2.32...2.0.5) --- updated-dependencies: - dependency-name: cron-descriptor dependency-version: 2.0.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/default.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/default.txt b/requirements/default.txt index 3dc623f7..04857cf3 100644 --- a/requirements/default.txt +++ b/requirements/default.txt @@ -4,4 +4,4 @@ django-timezone-field>=5.0 backports.zoneinfo; python_version<"3.9" tzdata python-crontab>=2.3.4 -cron-descriptor>=1.2.32,<2.0.0 +cron-descriptor>=1.2.32,<3.0.0