diff --git a/poetry.lock b/poetry.lock index 9477579..9776297 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2394,4 +2394,4 @@ tests = ["Jinja2", "pytest", "pyyaml", "rich"] [metadata] lock-version = "2.1" python-versions = "^3.9, <3.14" -content-hash = "e5bec17b74d706a51f41c3a637a7c12079c3550866be6f81cca9314ec1eeb9e6" +content-hash = "0682851865d4ecd8483ec2ed0dad8e476651058ec57de7f6d64d8a467d1109ff" diff --git a/pyproject.toml b/pyproject.toml index 5b4219a..2cdd06b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ pytest = { version = "*", optional = true } pyyaml = { version = "^6", optional = true } eval-type-backport = { version = "^0.2.2", python = "~3.9" } dulwich = "^0.21.4" -whenever = "0.7.2" +whenever = ">=0.7.2,<0.9.0" netutils = "^1.0.0" click = { version = "8.1.*", optional = true }