From 318ed916e0c3c6b49b467c18d3c78c670b471f3d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 01:07:35 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20dependency=20type?= =?UTF-8?q?s-pytz=20to=20v2023.4.0.20240130?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) 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"]