Skip to content

Commit 8a7b833

Browse files
authored
Merge pull request #430 from opsmill/pog-whenever-0.7.x
Allow whenever above 0.7.2 and below 0.8.0
2 parents eba53ae + cd80325 commit 8a7b833

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

changelog/+26b92d23.housekeeping.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Loosen pinned requirement for `whenever` to allow versions from 0.7.2 up to but not including 0.8.0.

poetry.lock

Lines changed: 1 addition & 1 deletion
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
@@ -42,7 +42,7 @@ pytest = { version = "*", optional = true }
4242
pyyaml = { version = "^6", optional = true }
4343
eval-type-backport = { version = "^0.2.2", python = "~3.9" }
4444
dulwich = "^0.21.4"
45-
whenever = "0.7.2"
45+
whenever = ">=0.7.2,<0.8.0"
4646
netutils = "^1.0.0"
4747
click = { version = "8.1.*", optional = true }
4848

0 commit comments

Comments
 (0)