From e882f7e4b8a543c563012a1ff8124a310aa1f5ef Mon Sep 17 00:00:00 2001 From: Micah Jerome Ellison Date: Sat, 16 Jul 2022 15:25:06 -0700 Subject: [PATCH] Remove upper bound of tzlocal version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 20939655..1c5e7bf7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ pyxdg = ">=0.27.0" rich = "^12.2.0" # dayone-only deps -tzlocal = ">=4.0, <5.0" # https://github.com/regebro/tzlocal/blob/master/CHANGES.txt +tzlocal = ">=4.0" # https://github.com/regebro/tzlocal/blob/master/CHANGES.txt [tool.poetry.dev-dependencies] black = { version = ">=21.5b2", allow-prereleases = true }