From 2e14b7e17cce6da5aa7448b53886f482d3745c08 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Fri, 27 Sep 2024 12:35:07 +0200 Subject: [PATCH] Remove types-pytz dependency --- poetry.lock | 15 ++------------- pyproject.toml | 1 - 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/poetry.lock b/poetry.lock index cb4b20c..79d3e3c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "aiohttp" @@ -1065,17 +1065,6 @@ files = [ {file = "tomlkit-0.12.5.tar.gz", hash = "sha256:eef34fba39834d4d6b73c9ba7f3e4d1c417a4e56f89a7e96e090dd0d24b8fb3c"}, ] -[[package]] -name = "types-pytz" -version = "2024.1.0.20240417" -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"}, -] - [[package]] name = "typing-extensions" version = "4.11.0" @@ -1225,4 +1214,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.8,<4" -content-hash = "d9c5ea8bbe0b5c74b0979142e1774746702f78126c2ad08063738a0b3f2c2a8e" +content-hash = "56fb59adcc38bf77d2bb00d163b968c179b4e33856173c8580c9ca9a9ac21a92" diff --git a/pyproject.toml b/pyproject.toml index 113b563..be0a5e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,6 @@ include = ["pyefergy/py.typed"] python = ">=3.8,<4" aiohttp = ">=3.6.1" iso4217 = ">=1.2.20150619" -types-pytz = ">=2021.3.1" codecov = "^2.1.13" [tool.poetry.group.dev.dependencies]