Skip to content

Commit 05bfd85

Browse files
committed
fix:support croniter 3
1 parent e3b558d commit 05bfd85

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ documentation = "https://django-tasks-scheduler.readthedocs.io/en/latest/"
4343
[tool.poetry.dependencies]
4444
python = "^3.10"
4545
django = ">=5.0"
46-
croniter = "^2.0"
46+
croniter = ">=2.0"
4747
click = "^8.1"
4848
rq = "^1.16"
4949
pyyaml = { version = "^6.0", optional = true }

0 commit comments

Comments
 (0)