diff --git a/poetry.lock b/poetry.lock index 03a1c51..2e0d042 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1225,13 +1225,13 @@ files = [ [[package]] name = "types-pytz" -version = "2023.3.0.1" +version = "2023.3.1.0" description = "Typing stubs for pytz" optional = false python-versions = "*" files = [ - {file = "types-pytz-2023.3.0.1.tar.gz", hash = "sha256:1a7b8d4aac70981cfa24478a41eadfcd96a087c986d6f150d77e3ceb3c2bdfab"}, - {file = "types_pytz-2023.3.0.1-py3-none-any.whl", hash = "sha256:65152e872137926bb67a8fe6cc9cfd794365df86650c5d5fdc7b167b0f38892e"}, + {file = "types-pytz-2023.3.1.0.tar.gz", hash = "sha256:8e7d2198cba44a72df7628887c90f68a568e1445f14db64631af50c3cab8c090"}, + {file = "types_pytz-2023.3.1.0-py3-none-any.whl", hash = "sha256:a660a38ed86d45970603e4f3b4877c7ba947668386a896fb5d9589c17e7b8407"}, ] [[package]] @@ -1457,4 +1457,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "8f248674ab244180d6a254f077eaaeca3fea15e1fe1d9f5341963ec4a4102f01" +content-hash = "eb706558f6cd4c3127a71f6c8f975b52f16aae56e4a9c85b43d2884428414888" diff --git a/pyproject.toml b/pyproject.toml index 10d3839..6e4cd9b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ pytest-asyncio = "0.21.1" pytest-cov = "4.1.0" yamllint = "1.32.0" covdefaults = "2.3.0" -types-pytz = "2023.3.0.1" +types-pytz = "2023.3.1.0" [tool.coverage.run] plugins = ["covdefaults"]