diff --git a/poetry.lock b/poetry.lock index 63202c0..1f71ac6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1279,13 +1279,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]] @@ -1511,4 +1511,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "912f1a24ebd44d6a61ab147cfde04c0763578000e981220246e74e36feab3d3e" +content-hash = "95df486d52c6670f915d6f1cab58757b8978beb2ae553cd67bc46c96e0cd407e" diff --git a/pyproject.toml b/pyproject.toml index f48cefd..f478b63 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ pytest-cov = "4.1.0" pytest-freezer = "0.4.8" pytz = "2023.3.post1" ruff = "0.0.290" -types-pytz = "2023.3.0.1" +types-pytz = "2023.3.1.0" yamllint = "1.32.0" [tool.coverage.run]