diff --git a/poetry.lock b/poetry.lock index 2ecc434..e7178d4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1328,13 +1328,13 @@ files = [ [[package]] name = "types-pytz" -version = "2023.3.1.1" +version = "2024.1.0.20240203" description = "Typing stubs for pytz" optional = false -python-versions = "*" +python-versions = ">=3.8" files = [ - {file = "types-pytz-2023.3.1.1.tar.gz", hash = "sha256:cc23d0192cd49c8f6bba44ee0c81e4586a8f30204970fc0894d209a6b08dab9a"}, - {file = "types_pytz-2023.3.1.1-py3-none-any.whl", hash = "sha256:1999a123a3dc0e39a2ef6d19f3f8584211de9e6a77fe7a0259f04a524e90a5cf"}, + {file = "types-pytz-2024.1.0.20240203.tar.gz", hash = "sha256:c93751ee20dfc6e054a0148f8f5227b9a00b79c90a4d3c9f464711a73179c89e"}, + {file = "types_pytz-2024.1.0.20240203-py3-none-any.whl", hash = "sha256:9679eef0365db3af91ef7722c199dbb75ee5c1b67e3c4dd7bfbeb1b8a71c21a3"}, ] [[package]] @@ -1414,4 +1414,4 @@ test = ["websockets"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "228d926930021b5e698efe0532f56ac1f9ccfd928ea2fa1bcd176b317090c676" +content-hash = "85043cad4684e57dcc79ba2a5f018dc6830933c2fda297b111a939787008f260" diff --git a/pyproject.toml b/pyproject.toml index 4c5ce3a..82663f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ pytest = ">=7.2.0" pytest-timeout = "*" requests-mock = "1.11.0" types-python-dateutil = "^2.8.19" -types-pytz = "^2023.2" +types-pytz = "^2024.1" [tool.isort] known_first_party = ["core" ]