diff --git a/poetry.lock b/poetry.lock index fa9f610..d1ad605 100644 --- a/poetry.lock +++ b/poetry.lock @@ -460,7 +460,7 @@ python-versions = "*" [[package]] name = "types-pytz" -version = "2021.3.4" +version = "2021.3.5" description = "Typing stubs for pytz" category = "dev" optional = false @@ -513,7 +513,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "33a3dce910d3bdb32c0122f90da42888c2c256b75a98dc4ba3cc6977a68cbbad" +content-hash = "fa35fd50323e26df63c53a0c1c589f799b4fb572367ab15a4975c6e5675968ce" [metadata.files] aiohttp = [ @@ -959,8 +959,8 @@ types-dateparser = [ {file = "types_dateparser-1.0.14-py3-none-any.whl", hash = "sha256:1c9d7c89494e75b9a48c310a90fb09ad70299ab5186a835e9d187a4ca6620ed6"}, ] types-pytz = [ - {file = "types-pytz-2021.3.4.tar.gz", hash = "sha256:101da53091013bb07403468c20d36930d749d3918054ac46f9c1bfc607dadf7d"}, - {file = "types_pytz-2021.3.4-py3-none-any.whl", hash = "sha256:ccfa2ed29f816e3de2f882541c06ad2791f808a79cfe38265411820190999f0f"}, + {file = "types-pytz-2021.3.5.tar.gz", hash = "sha256:fef8de238ee95135952229a2a23bfb87bd63d5a6c8598106a46cfcf48f069ea8"}, + {file = "types_pytz-2021.3.5-py3-none-any.whl", hash = "sha256:8831f689379ac9e2a62668157381379ed74b3702980e08e71f8673c179c4e3c7"}, ] typing-extensions = [ {file = "typing_extensions-4.0.1-py3-none-any.whl", hash = "sha256:7f001e5ac290a0c0401508864c7ec868be4e701886d5b573a9528ed3973d9d3b"}, diff --git a/pyproject.toml b/pyproject.toml index 93c55ab..9eca586 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ pytest = "^7.0.1" black = {version = "^22.1", allow-prereleases = true} flake8 = "^4.0.1" mypy = "^0.931" -types-pytz = "^2021.3.3" +types-pytz = "^2021.3.5" types-dateparser = "^1.0.14" [build-system]