Skip to content

Commit 776a562

Browse files
authored
Merge pull request #361 from michalis1/mmilaitis-bumps-timezonefinder
Bumps timezonefinder v8.2.0
2 parents 60ef8c3 + 0a939c5 commit 776a562

File tree

3 files changed

+37
-16
lines changed

3 files changed

+37
-16
lines changed

changes/345.dependencies

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Updated minimum Python version to 3.10 and upgraded dependencies including pytest (9.0), pylint (4.0), towncrier (25.8), backoff (2.2), and type stubs
1+
Updated minimum Python version to 3.10 and upgraded dependencies including pytest (9.0), pylint (4.0), towncrier (25.8), backoff (2.2), timezonefinder (8.2), and type stubs

poetry.lock

Lines changed: 35 additions & 14 deletions
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
@@ -27,7 +27,7 @@ icalendar = "^5.0.0"
2727
bs4 = "^0.0.2"
2828
lxml = {version = ">= 4.6.2, < 6"}
2929
geopy = "^2.1.0"
30-
timezonefinder = "^6.0.1"
30+
timezonefinder = ">=6.0.1,<9.0.0"
3131
backoff = "^2.2.1"
3232
chardet = "^5"
3333
openai = { version = ">=1.2.4", optional = true }

0 commit comments

Comments
 (0)