diff --git a/poetry.lock b/poetry.lock index ec590f6..cf40b7a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "alabaster" @@ -1339,13 +1339,13 @@ six = ">=1.5" [[package]] name = "pytz" -version = "2024.1" +version = "2025.1" description = "World timezone definitions, modern and historical" optional = false python-versions = "*" files = [ - {file = "pytz-2024.1-py2.py3-none-any.whl", hash = "sha256:328171f4e3623139da4983451950b28e95ac706e13f3f2630a879749e7a8b319"}, - {file = "pytz-2024.1.tar.gz", hash = "sha256:2a29735ea9c18baf14b448846bde5a48030ed267578472d8955cd0e7443a9812"}, + {file = "pytz-2025.1-py2.py3-none-any.whl", hash = "sha256:89dd22dca55b46eac6eda23b2d72721bf1bdfef212645d81513ef5d03038de57"}, + {file = "pytz-2025.1.tar.gz", hash = "sha256:c2db42be2a2518b28e65f9207c4d05e6ff547d1efa4086469ef855e4ab70178e"}, ] [[package]] @@ -2069,4 +2069,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "8d82fb273810d930829385e7519ba5577efecb7a32e396787f3303965f4f0c30" +content-hash = "65f9a300e8ab1e1acc7371195809bd9e484a49d7364bb980f36b9968233a6bb8" diff --git a/pyproject.toml b/pyproject.toml index 46a2542..e797064 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ python = "^3.8" pydantic = ">=1.9.1,<3.0.0" httpx = ">=0.23.0,<0.28.0" croniter = ">=1.1,<4.0" -pytz = ">=2024.1,<2025.0" +pytz = ">=2024.1,<2026.0" packaging = "^24.1" [tool.poetry.group.dev.dependencies]