diff --git a/pyproject.toml b/pyproject.toml index 9162e492a..1669b18c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "python-slugify==8.0.4", "recipe-scrapers==15.11.0", "requests==2.33.0", - "tzdata==2025.3", + "tzdata==2026.1", "uvicorn[standard]==0.42.0", "beautifulsoup4==4.14.3", "isodate==0.7.2", diff --git a/uv.lock b/uv.lock index 29f85b603..e7fd868aa 100644 --- a/uv.lock +++ b/uv.lock @@ -982,7 +982,7 @@ requires-dist = [ { name = "sqlalchemy", specifier = "==2.0.48" }, { name = "text-unidecode", specifier = "==1.3" }, { name = "typing-extensions", specifier = "==4.15.0" }, - { name = "tzdata", specifier = "==2025.3" }, + { name = "tzdata", specifier = "==2026.1" }, { name = "uvicorn", extras = ["standard"], specifier = "==0.42.0" }, { name = "yt-dlp", specifier = "==2026.3.17" }, ] @@ -1967,11 +1967,11 @@ wheels = [ [[package]] name = "tzdata" -version = "2025.3" +version = "2026.1" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/5e/a7/c202b344c5ca7daf398f3b8a477eeb205cf3b6f32e7ec3a6bac0629ca975/tzdata-2025.3.tar.gz", hash = "sha256:de39c2ca5dc7b0344f2eba86f49d614019d29f060fc4ebc8a417896a620b56a7", size = 196772, upload-time = "2025-12-13T17:45:35.667Z" } +sdist = { url = "https://files.pythonhosted.org/packages/19/f5/cd531b2d15a671a40c0f66cf06bc3570a12cd56eef98960068ebbad1bf5a/tzdata-2026.1.tar.gz", hash = "sha256:67658a1903c75917309e753fdc349ac0efd8c27db7a0cb406a25be4840f87f98", size = 197639, upload-time = "2026-04-03T11:25:22.002Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/c7/b0/003792df09decd6849a5e39c28b513c06e84436a54440380862b5aeff25d/tzdata-2025.3-py2.py3-none-any.whl", hash = "sha256:06a47e5700f3081aab02b2e513160914ff0694bce9947d6b76ebd6bf57cfc5d1", size = 348521, upload-time = "2025-12-13T17:45:33.889Z" }, + { url = "https://files.pythonhosted.org/packages/b0/70/d460bd685a170790ec89317e9bd33047988e4bce507b831f5db771e142de/tzdata-2026.1-py2.py3-none-any.whl", hash = "sha256:4b1d2be7ac37ceafd7327b961aa3a54e467efbdb563a23655fbfe0d39cfc42a9", size = 348952, upload-time = "2026-04-03T11:25:20.313Z" }, ] [[package]]