diff --git a/poetry.lock b/poetry.lock index f2ae2d3..b380dea 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1058,13 +1058,13 @@ files = [ [[package]] name = "types-pytz" -version = "2023.4.0.20240130" +version = "2024.1.0.20240203" description = "Typing stubs for pytz" optional = false python-versions = ">=3.8" files = [ - {file = "types-pytz-2023.4.0.20240130.tar.gz", hash = "sha256:33676a90bf04b19f92c33eec8581136bea2f35ddd12759e579a624a006fd387a"}, - {file = "types_pytz-2023.4.0.20240130-py3-none-any.whl", hash = "sha256:6ce76a9f8fd22bd39b01a59c35bfa2db39b60d11a2f77145e97b730de7e64fe0"}, + {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]] @@ -1222,4 +1222,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "7d2b7957bd54abd9242bb67abadcbd7d78c00e9643580a06bd18fab37b80f0f6" +content-hash = "12fa4ffe11fccf96aaf665be1e9625c09653b2641c1ea994c4e8a5d6b29f9f97" diff --git a/pyproject.toml b/pyproject.toml index eda81b9..ec2ac06 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ pytest-asyncio = "0.23.4" pytest-cov = "4.1.0" yamllint = "1.33.0" covdefaults = "2.3.0" -types-pytz = "2023.4.0.20240130" +types-pytz = "2024.1.0.20240203" [tool.coverage.run] plugins = ["covdefaults"]