Skip to content

Commit e75ca27

Browse files
committed
Loosen pytz requirement
1 parent e75f6dd commit e75ca27

File tree

2 files changed

+45
-5
lines changed

2 files changed

+45
-5
lines changed

poetry.lock

Lines changed: 43 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "nordpool"
3-
version = "0.4.4"
3+
version = "0.4.5"
44
description = "Python library for fetching Nord Pool spot prices."
55
authors = ["Kimmo Huoman <kipenroskaposti@gmail.com>"]
66
license = "MIT"
@@ -12,7 +12,7 @@ repository = "https://github.com/kipe/nordpool"
1212
python = ">=3.9,<4.0"
1313
python-dateutil = "^2.9.0.post0"
1414
requests = "^2.32.3"
15-
pytz = "^2024.2"
15+
pytz = ">=2024.2"
1616

1717

1818
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)