diff --git a/poetry.lock b/poetry.lock index 207b8fa..adbbdf5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -365,13 +365,13 @@ files = [ [[package]] name = "croniter" -version = "2.0.7" +version = "3.0.3" description = "croniter provides iteration for datetime object with cron like format" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.6" files = [ - {file = "croniter-2.0.7-py2.py3-none-any.whl", hash = "sha256:f15e80828d23920c4bb7f4d9340b932c9dcabecafc7775703c8b36d1253ed526"}, - {file = "croniter-2.0.7.tar.gz", hash = "sha256:1041b912b4b1e03751a0993531becf77851ae6e8b334c9c76ffeffb8f055f53f"}, + {file = "croniter-3.0.3-py2.py3-none-any.whl", hash = "sha256:b3bd11f270dc54ccd1f2397b813436015a86d30ffc5a7a9438eec1ed916f2101"}, + {file = "croniter-3.0.3.tar.gz", hash = "sha256:34117ec1741f10a7bd0ec3ad7d8f0eb8fa457a2feb9be32e6a2250e158957668"}, ] [package.dependencies] @@ -1615,4 +1615,4 @@ yaml = ["pyyaml"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "e0a71408465a9f4f1f99ba6b0c1929eb19acec5f881a5ec601294cf08bd217dc" +content-hash = "6f735a8c7baa30f5474a5d742c4abfbbb49797b3c0bdfbe551f6bb96e1f0a96e" diff --git a/pyproject.toml b/pyproject.toml index 94e7cdf..7894c92 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ documentation = "https://django-tasks-scheduler.readthedocs.io/en/latest/" [tool.poetry.dependencies] python = "^3.10" django = ">=5.0" -croniter = "^2.0" +croniter = ">=2.0" click = "^8.1" rq = "^1.16" pyyaml = { version = "^6.0", optional = true }