Bump types-pytz from 2021.3.4 to 2021.3.5

Bumps [types-pytz](https://github.com/python/typeshed) from 2021.3.4 to 2021.3.5.
- [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>
This commit is contained in:
dependabot[bot]
2022-02-14 06:09:28 +00:00
committed by GitHub
parent 78607ee2bc
commit ef5f68f3f3
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

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

View File

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