diff --git a/poetry.lock b/poetry.lock index 1f71ac6..3a329b0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1279,13 +1279,13 @@ files = [ [[package]] name = "types-pytz" -version = "2023.3.1.0" +version = "2023.3.1.1" description = "Typing stubs for pytz" optional = false python-versions = "*" files = [ - {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"}, + {file = "types-pytz-2023.3.1.1.tar.gz", hash = "sha256:cc23d0192cd49c8f6bba44ee0c81e4586a8f30204970fc0894d209a6b08dab9a"}, + {file = "types_pytz-2023.3.1.1-py3-none-any.whl", hash = "sha256:1999a123a3dc0e39a2ef6d19f3f8584211de9e6a77fe7a0259f04a524e90a5cf"}, ] [[package]] @@ -1511,4 +1511,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "95df486d52c6670f915d6f1cab58757b8978beb2ae553cd67bc46c96e0cd407e" +content-hash = "77e1a35d89d836b39400b4d4a9622cabdee76a378bb02f8de50c06410e953a89" diff --git a/pyproject.toml b/pyproject.toml index f478b63..554e3ab 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.1.0" +types-pytz = "2023.3.1.1" yamllint = "1.32.0" [tool.coverage.run]