From 8f274acab1adee4bda78547877eb33427a1d5751 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 10:49:46 +0000 Subject: [PATCH] Update dependency timezonefinder to v8.2.5 --- poetry.lock | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index c155784c..1bb3ba12 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2570,16 +2570,17 @@ pytz = ["pytz (>=2022.7.1)"] [[package]] name = "timezonefinder" -version = "8.2.1" +version = "8.2.5" description = "python package for finding the timezone of any point on earth (coordinates) offline" optional = false python-versions = "<4,>=3.11" groups = ["main"] markers = "python_version >= \"3.11\"" files = [ - {file = "timezonefinder-8.2.1-cp39-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e0dcaa33de1a5dad33db1dd36bead831c19d1865f1dc8c2e14361734293e7727"}, - {file = "timezonefinder-8.2.1-cp39-abi3-musllinux_1_1_x86_64.whl", hash = "sha256:8d46d82c6a821086a36bf2f8c57c1501dd2cf82f54ea647aca3901d33564ccf5"}, - {file = "timezonefinder-8.2.1.tar.gz", hash = "sha256:16a8418fc73651b5491af891cf23973b967525ab6f4c8111c27c90fc6e22112d"}, + {file = "timezonefinder-8.2.5-cp311-abi3-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:447fd33a39d3ae60a0b7ca2e2b9b3538b941e434a3673300659aa79996a0ae9c"}, + {file = "timezonefinder-8.2.5-cp311-abi3-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:976230555eb9943f3651fa00fe587854a5c1b6d0aa9c7c714296d0934dccf406"}, + {file = "timezonefinder-8.2.5-cp311-abi3-musllinux_1_1_x86_64.whl", hash = "sha256:b588e86dbe9a4487f43ce114b8ff0c488a84755a09db4fc67d3f04dacbcfdd77"}, + {file = "timezonefinder-8.2.5.tar.gz", hash = "sha256:cca1aebf11c8034f0fe4c442fc068232dc2f355038cf61ffa67653caf90ae3e9"}, ] [package.dependencies] @@ -2589,7 +2590,7 @@ h3 = ">=4" numpy = ">=2" [package.extras] -numba = ["numba (>=0.56,<1)"] +numba = ["numba (>=0.60,<1)", "numpy (<2.4)"] pytz = ["pytz (>=2022.7.1)"] [[package]]