diff --git a/poetry.lock b/poetry.lock index e2d26b5..2b60f70 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1196,7 +1196,7 @@ python-versions = "*" [[package]] name = "types-pytz" -version = "2021.3.1" +version = "2021.3.2" description = "Typing stubs for pytz" category = "dev" optional = false @@ -1278,7 +1278,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "4609efb7758ecc2785e3e38e1b1bad140bd0311d253ffebd86b9e5d4e4d45766" +content-hash = "92a37835a7713cb65e9fbe3c3500ec600c4c869b6fdcb6c0fc9c35702a01eeb2" [metadata.files] alabaster = [ @@ -2029,8 +2029,8 @@ types-croniter = [ {file = "types_croniter-1.0.3-py3-none-any.whl", hash = "sha256:45f5ca35db9c964c986ecbceea0a779219638b38a01f5346242da44a0013c3e1"}, ] types-pytz = [ - {file = "types-pytz-2021.3.1.tar.gz", hash = "sha256:dffd77f3efecd3b1555f187a9bf3a638d55fac296700b829c41bd51ec72a6eb7"}, - {file = "types_pytz-2021.3.1-py3-none-any.whl", hash = "sha256:d58a0688094b768d8e21c044e45861cbcaecba0494fd5b9c5feb3e1739211606"}, + {file = "types-pytz-2021.3.2.tar.gz", hash = "sha256:c4ee36466faed9af334d15093d05cea416323d2d043158bb582bb94c041abf51"}, + {file = "types_pytz-2021.3.2-py3-none-any.whl", hash = "sha256:ef39e119ce3b8f36741ec5de43ffb821038b0d119f8a31db598fa379b4fd72e3"}, ] typing-extensions = [ {file = "typing_extensions-4.0.1-py3-none-any.whl", hash = "sha256:7f001e5ac290a0c0401508864c7ec868be4e701886d5b573a9528ed3973d9d3b"}, diff --git a/pyproject.toml b/pyproject.toml index f30b363..4eb7dd7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ pyupgrade = "^2.29.1" furo = ">=2021.11.12" pytest-cov = "^3.0.0" types-croniter = "^1.0.3" -types-pytz = "^2021.3.1" +types-pytz = "^2021.3.2" pytest_async = "^0.1.1" pytest-asyncio = "^0.16.0" respx = "^0.19.0"