diff --git a/poetry.lock b/poetry.lock index fbfbfa3..78aff85 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1215,13 +1215,13 @@ files = [ [[package]] name = "types-pytz" -version = "2023.3.0.0" +version = "2023.3.0.1" description = "Typing stubs for pytz" optional = false python-versions = "*" files = [ - {file = "types-pytz-2023.3.0.0.tar.gz", hash = "sha256:ecdc70d543aaf3616a7e48631543a884f74205f284cefd6649ddf44c6a820aac"}, - {file = "types_pytz-2023.3.0.0-py3-none-any.whl", hash = "sha256:4fc2a7fbbc315f0b6630e0b899fd6c743705abe1094d007b0e612d10da15e0f3"}, + {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"}, ] [[package]] @@ -1447,4 +1447,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "11456796f11d450e1fab8fe09b0cf4114d6ed869445071bba8289f9d444dd217" +content-hash = "eb7e473204d670620b091df0a854082f216a207bc63ec0f0c03b849846b027a6" diff --git a/pyproject.toml b/pyproject.toml index aad751b..d1b1788 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.0" +types-pytz = "2023.3.0.1" [tool.coverage.run] plugins = ["covdefaults"]