diff --git a/poetry.lock b/poetry.lock index 03b0118..02a051b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "asgiref" @@ -1618,4 +1618,4 @@ yaml = ["pyyaml"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "90a492ad0961418c67e004d276075c279e3696e2b9e83c8994b5c19ec82bf7d9" +content-hash = "b412ba9a2a003e8959b241b49b96e344f1c020af033d51d427fb63408cd0d888" diff --git a/pyproject.toml b/pyproject.toml index a1601bf..f76fc96 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ documentation = "https://django-tasks-scheduler.readthedocs.io/en/latest/" [tool.poetry.dependencies] python = "^3.9" django = ">=3.2" -croniter = "^2.0.3" +croniter = "^2.0" click = "^8.1" rq = "^1.16" pyyaml = { version = "^6.0", optional = true }