diff --git a/poetry.lock b/poetry.lock index c155784c..e22d7b17 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.3.0" 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.3.0-cp311-abi3-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:d2413777e443f45260128cdb58db449b16c7783ce414de499475d81500dd5bdf"}, + {file = "timezonefinder-8.3.0-cp311-abi3-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:61c41ddb7d0518c4df668b705e01c0523e1ca496d75c5721b30a1b03ddd9ae75"}, + {file = "timezonefinder-8.3.0-cp311-abi3-musllinux_1_1_x86_64.whl", hash = "sha256:2f14364389fceec16915826bc6701bccc074b0159269d0447c8bcf0d647d509b"}, + {file = "timezonefinder-8.3.0.tar.gz", hash = "sha256:827c056552d7ba481336e62fff58f3a7c81687233d5dc000b13fefaa25c89525"}, ] [package.dependencies] @@ -2587,11 +2588,24 @@ cffi = ">=1.15.1,<3" flatbuffers = ">=25.2.10" h3 = ">=4" numpy = ">=2" +timezonefinder-data = ">=1.2026.3,<2" [package.extras] -numba = ["numba (>=0.56,<1)"] +numba = ["numba (>=0.60,<1)", "numpy (<2.4)"] pytz = ["pytz (>=2022.7.1)"] +[[package]] +name = "timezonefinder-data" +version = "1.2026.3" +description = "the packaged timezone boundary data for the timezonefinder package" +optional = false +python-versions = "<4,>=3.11" +groups = ["main"] +markers = "python_version >= \"3.11\"" +files = [ + {file = "timezonefinder_data-1.2026.3-py3-none-any.whl", hash = "sha256:fca9e5d7ff5f86cd7b931b94b24a80347082fac36de35473553dfdf51c5dd151"}, +] + [[package]] name = "toml" version = "0.10.2"