From e9b5fde4c7a55f28fa57564f72ea559dd2693b7c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 03:01:18 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20dependency=20type?= =?UTF-8?q?s-pytz=20to=20v2024.2.0.20240913?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index b24f7d3..0bd5b73 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1049,13 +1049,13 @@ files = [ [[package]] name = "types-pytz" -version = "2024.1.0.20240417" +version = "2024.2.0.20240913" description = "Typing stubs for pytz" optional = false python-versions = ">=3.8" files = [ - {file = "types-pytz-2024.1.0.20240417.tar.gz", hash = "sha256:6810c8a1f68f21fdf0f4f374a432487c77645a0ac0b31de4bf4690cf21ad3981"}, - {file = "types_pytz-2024.1.0.20240417-py3-none-any.whl", hash = "sha256:8335d443310e2db7b74e007414e74c4f53b67452c0cb0d228ca359ccfba59659"}, + {file = "types-pytz-2024.2.0.20240913.tar.gz", hash = "sha256:4433b5df4a6fc587bbed41716d86a5ba5d832b4378e506f40d34bc9c81df2c24"}, + {file = "types_pytz-2024.2.0.20240913-py3-none-any.whl", hash = "sha256:a1eebf57ebc6e127a99d2fa2ba0a88d2b173784ef9b3defcc2004ab6855a44df"}, ] [[package]] @@ -1215,4 +1215,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "1c7c165d884e1c1cb1ad7b9521a4a6f8d30a3f9436115872607debe599ece1d2" +content-hash = "e0c00a0ebed4f954fca787e0d60c93da0201b6f7cff407421f3381068a864ff6" diff --git a/pyproject.toml b/pyproject.toml index a33ce7c..f8fe03a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ pytest-asyncio = "0.24.0" pytest-cov = "5.0.0" ruff = "0.6.4" syrupy = "4.7.1" -types-pytz = "2024.1.0.20240417" +types-pytz = "2024.2.0.20240913" yamllint = "1.35.1" [tool.coverage.run]