diff --git a/poetry.lock b/poetry.lock index 31b8735..187c2ec 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2134,13 +2134,13 @@ cli = ["click (>=5.0)"] [[package]] name = "pytz" -version = "2024.1" +version = "2024.2" 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-2024.2-py2.py3-none-any.whl", hash = "sha256:31c7c1817eb7fae7ca4b8c7ee50c72f93aa2dd863de768e1ef4245d426aa0725"}, + {file = "pytz-2024.2.tar.gz", hash = "sha256:2aa355083c50a0f93fa581709deac0c9ad65cca8a9e9beac660adcbd493c798a"}, ] [[package]] @@ -2686,4 +2686,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">=3.11,<3.13" -content-hash = "0a2c4ba3dfcadd65d7357e693d0266697c4e54aa1b8bcacfa5288e0f91586b21" +content-hash = "7f84fdc0b2c2b1dc1a484eba46e1075e648ecbd5ca75b5154d9be30a4181767b" diff --git a/pyproject.toml b/pyproject.toml index 6281814..5b8fa35 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ packages = [ [tool.poetry.dependencies] python = ">=3.11,<3.13" -pytz = "^2024.1" +pytz = "^2024.2" prettytable = "^3.11.0" parsedatetime = "^2.6" Unidecode = "^1.3.8"