diff --git a/poetry.lock b/poetry.lock index d87f92c..4d8d1e0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1198,7 +1198,7 @@ python-versions = "*" [[package]] name = "types-pytz" -version = "2022.2.1.0" +version = "2022.7.0.0" description = "Typing stubs for pytz" category = "dev" optional = false @@ -1283,7 +1283,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>= [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "cc8ec3c74747f0c4be996f8b43c89313f862c8685c3a004ef192a60cef1935d5" +content-hash = "c1eafd89b6e2c12debf7e248b02018c7bde5bf43d0e7bead54d6b6477a707cce" [metadata.files] alabaster = [ @@ -1940,8 +1940,8 @@ types-croniter = [ {file = "types_croniter-1.3.2-py3-none-any.whl", hash = "sha256:f529295f94aff6da82222739bbcdeed7fe98de9fe38597f04071d2a1b980ee06"}, ] types-pytz = [ - {file = "types-pytz-2022.2.1.0.tar.gz", hash = "sha256:47cfb19c52b9f75896440541db392fd312a35b279c6307a531db71152ea63e2b"}, - {file = "types_pytz-2022.2.1.0-py3-none-any.whl", hash = "sha256:50ead2254b524a3d4153bc65d00289b66898060d2938e586170dce918dbaf3b3"}, + {file = "types-pytz-2022.7.0.0.tar.gz", hash = "sha256:4f20c2953b3a3a0587e94489ec4c9e02c3d3aedb9ba5cd7e796e12f4cfa7027e"}, + {file = "types_pytz-2022.7.0.0-py3-none-any.whl", hash = "sha256:1509f182f686ab76e9a8234f22b00b8f50d239974db0cf924b7ae8674bb31a6f"}, ] typing-extensions = [ {file = "typing_extensions-4.3.0-py3-none-any.whl", hash = "sha256:25642c956049920a5aa49edcdd6ab1e06d7e5d467fc00e0506c44ac86fbfca02"}, diff --git a/pyproject.toml b/pyproject.toml index e309f09..2079b32 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ pyupgrade = "^3.3.1" furo = ">=2021.11.12" pytest-cov = "^4.0.0" types-croniter = "^1.3.2" -types-pytz = "^2022.2.1" +types-pytz = "^2022.7.0" pytest_async = "^0.1.1" pytest-asyncio = "^0.20.3" respx = "^0.20.0"