diff --git a/poetry.lock b/poetry.lock index 51b6f1d..42418a7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1138,13 +1138,13 @@ files = [ [[package]] name = "types-pytz" -version = "2024.2.0.20241003" +version = "2024.2.0.20241221" description = "Typing stubs for pytz" optional = false python-versions = ">=3.8" files = [ - {file = "types-pytz-2024.2.0.20241003.tar.gz", hash = "sha256:575dc38f385a922a212bac00a7d6d2e16e141132a3c955078f4a4fd13ed6cb44"}, - {file = "types_pytz-2024.2.0.20241003-py3-none-any.whl", hash = "sha256:3e22df1336c0c6ad1d29163c8fda82736909eb977281cb823c57f8bae07118b7"}, + {file = "types_pytz-2024.2.0.20241221-py3-none-any.whl", hash = "sha256:8fc03195329c43637ed4f593663df721fef919b60a969066e22606edf0b53ad5"}, + {file = "types_pytz-2024.2.0.20241221.tar.gz", hash = "sha256:06d7cde9613e9f7504766a0554a270c369434b50e00975b3a4a0f6eed0f2c1a9"}, ] [[package]] @@ -1295,4 +1295,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "48d05a3e6965adc70e51a0515d47ec4354e48ea200c862014e379f17f24f5e55" +content-hash = "fb6b6f834cf9d3894b8c2ede66c97f97ecd0d054e1fc8a561de6290e0ff2a211" diff --git a/pyproject.toml b/pyproject.toml index e008139..ac5a15d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ pytest-asyncio = "0.25.0" pytest-cov = "6.0.0" ruff = "0.8.4" syrupy = "4.8.0" -types-pytz = "2024.2.0.20241003" +types-pytz = "2024.2.0.20241221" yamllint = "1.35.1" [tool.coverage.run]