diff --git a/poetry.lock b/poetry.lock index 57c66e2..24c3e53 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2088,13 +2088,13 @@ test = ["mypy", "pytest", "typing-extensions"] [[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]] @@ -2297,4 +2297,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "55bf4a0c9b7a9a022af3d2cc9b74ea7f36c36572ba471929682c79b811cf958c" +content-hash = "65845517666d9ac0b51344fccad1a8a327af1f5fba2002451ffa15d44fd873b3" diff --git a/pyproject.toml b/pyproject.toml index 0607e5f..39d6276 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ mypy = "^1.14.0" pytest = "^8.3.4" flit = "^3.10.1" types-pyyaml = "6.0.12.20240917" -types-pytz = "^2024.2.0.20241003" +types-pytz = "^2024.2.0.20241221" pyre-check = "^0.9.23" [tool.poetry]