diff --git a/poetry.lock b/poetry.lock index 238b688..f2ae2d3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1058,13 +1058,13 @@ files = [ [[package]] name = "types-pytz" -version = "2023.3.1.1" +version = "2023.4.0.20240130" 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-2023.4.0.20240130.tar.gz", hash = "sha256:33676a90bf04b19f92c33eec8581136bea2f35ddd12759e579a624a006fd387a"}, + {file = "types_pytz-2023.4.0.20240130-py3-none-any.whl", hash = "sha256:6ce76a9f8fd22bd39b01a59c35bfa2db39b60d11a2f77145e97b730de7e64fe0"}, ] [[package]] @@ -1222,4 +1222,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "fb6eab785d56f9c64acc169cab797986eb0052ab10f5acddba6d4483950249da" +content-hash = "7d2b7957bd54abd9242bb67abadcbd7d78c00e9643580a06bd18fab37b80f0f6" diff --git a/pyproject.toml b/pyproject.toml index 12fb94f..eda81b9 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.3.1.1" +types-pytz = "2023.4.0.20240130" [tool.coverage.run] plugins = ["covdefaults"]