diff --git a/poetry.lock b/poetry.lock index 6ba3a15..65023e4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -773,13 +773,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]] @@ -1376,4 +1376,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.8" -content-hash = "dae18cdd253a2c4c892592d68cef8437d71701eb6d8d855b766f0ea031e6a325" +content-hash = "f78c35bba65f05e7ad53f01ace512523aad50f7343d6ce9c0455002170c27d1f" diff --git a/pyproject.toml b/pyproject.toml index 2c7eea7..5558b04 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ license = "Apache-2.0" python = ">=3.8" boto3 = "~=1.33.13" singer-sdk = "~=0.39.0" -pytz = "==2024.1" +pytz = "==2024.2" [tool.poetry.group.dev.dependencies] coverage = "^7.2.1"