build(deps-dev): bump types-pytz from 2022.1.1 to 2022.1.2 (#204)

Bumps [types-pytz](https://github.com/python/typeshed) from 2022.1.1 to 2022.1.2.
- [Release notes](https://github.com/python/typeshed/releases)
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: types-pytz
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-07-20 21:45:31 -05:00
committed by GitHub
parent cf70fb83ab
commit 21746a96ed
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -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"},

View File

@@ -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"