diff --git a/poetry.lock b/poetry.lock index d9238e3..bb64bad 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1174,7 +1174,7 @@ python-versions = "*" [[package]] name = "types-pytz" -version = "2022.1.1" +version = "2022.1.2" description = "Typing stubs for pytz" category = "dev" optional = false @@ -1259,7 +1259,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "58a63c87b7d2c0359e5330aba3210609196e9ba2f36b664f29aa7865667ed463" +content-hash = "44bd575d3b5a69315c810ab7db0b7a69b53d7e3d8543bbb60187c67a631a41ef" [metadata.files] alabaster = [ @@ -1897,8 +1897,8 @@ types-croniter = [ {file = "types_croniter-1.3.1-py3-none-any.whl", hash = "sha256:b8fa3fc5dc93df32115c8a43a1056c9f5a9df8cefc2f7ed41cce27b9d936b1f8"}, ] types-pytz = [ - {file = "types-pytz-2022.1.1.tar.gz", hash = "sha256:4e7add70886dc2ee6ee7535c8184a26eeb0ac9dbafae9962cb882d74b9f67330"}, - {file = "types_pytz-2022.1.1-py3-none-any.whl", hash = "sha256:581467742f32f15fff1098698b11fd511057a2a8a7568d33b604083f2b03c24f"}, + {file = "types-pytz-2022.1.2.tar.gz", hash = "sha256:1a8b25c225c5e6bd8468aa9eb45ddd3b337f6716d4072ad0aa4ef1e41478eebc"}, + {file = "types_pytz-2022.1.2-py3-none-any.whl", hash = "sha256:8aa9fd2af9dee5f5bd7221c6804c9addeafa7ebc0008f544d4ace02b066818a4"}, ] typing-extensions = [ {file = "typing_extensions-4.3.0-py3-none-any.whl", hash = "sha256:25642c956049920a5aa49edcdd6ab1e06d7e5d467fc00e0506c44ac86fbfca02"}, diff --git a/pyproject.toml b/pyproject.toml index 5688d28..68527a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ pyupgrade = "^2.37.2" furo = ">=2021.11.12" pytest-cov = "^3.0.0" types-croniter = "^1.3.1" -types-pytz = "^2022.1.1" +types-pytz = "^2022.1.2" pytest_async = "^0.1.1" pytest-asyncio = "^0.19.0" respx = "^0.19.2"