Remove upper bound of tzlocal version

This commit is contained in:
Micah Jerome Ellison 2022-07-16 15:25:06 -07:00
parent 5f6cad75e3
commit e882f7e4b8

View file

@ -40,7 +40,7 @@ pyxdg = ">=0.27.0"
rich = "^12.2.0" rich = "^12.2.0"
# dayone-only deps # 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] [tool.poetry.dev-dependencies]
black = { version = ">=21.5b2", allow-prereleases = true } black = { version = ">=21.5b2", allow-prereleases = true }