diff --git a/poetry.lock b/poetry.lock index cc7ac80..b294885 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2060,14 +2060,14 @@ six = ">=1.5" [[package]] name = "pytz" -version = "2024.1" +version = "2026.2" description = "World timezone definitions, modern and historical" optional = false python-versions = "*" groups = ["main"] files = [ - {file = "pytz-2024.1-py2.py3-none-any.whl", hash = "sha256:328171f4e3623139da4983451950b28e95ac706e13f3f2630a879749e7a8b319"}, - {file = "pytz-2024.1.tar.gz", hash = "sha256:2a29735ea9c18baf14b448846bde5a48030ed267578472d8955cd0e7443a9812"}, + {file = "pytz-2026.2-py2.py3-none-any.whl", hash = "sha256:04156e608bee23d3792fd45c94ae47fae1036688e75032eea2e3bf0323d1f126"}, + {file = "pytz-2026.2.tar.gz", hash = "sha256:0e60b47b29f21574376f218fe21abc009894a2321ea16c6754f3cad6eb7cdd6a"}, ] [[package]] @@ -3292,4 +3292,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "^3.9" -content-hash = "8bd49f41d49e25ad9729b870d1f6f30a954ade09af02420049fb8e2a9c3894f9" +content-hash = "8671462448bb48eac837310450abc424b5cb0242fae174eceba6a41f119e0add" diff --git a/pyproject.toml b/pyproject.toml index 42264fe..6762e09 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ Pygments = "2.20.0" pyparsing = "3.3.2" pyproject_hooks = "1.2.0" python-dateutil = "2.9.0.post0" -pytz = "2024.1" +pytz = "2026.2" pywin32-ctypes = "0.2.3" readme_renderer = "44.0" regex = "2026.1.15"