Bump types-python-dateutil from 2.8.18 to 2.8.19

Bumps [types-python-dateutil](https://github.com/python/typeshed) from 2.8.18 to 2.8.19.
- [Release notes](https://github.com/python/typeshed/releases)
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: types-python-dateutil
  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-08-01 08:51:43 +00:00 committed by Dmitry Belyaev
parent 9eb3d964bd
commit 0accf99f99
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -489,7 +489,7 @@ python-versions = ">=3.7"
[[package]]
name = "types-python-dateutil"
version = "2.8.18"
version = "2.8.19"
description = "Typing stubs for python-dateutil"
category = "dev"
optional = false
@ -543,7 +543,7 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
[metadata]
lock-version = "1.1"
python-versions = "^3.8"
content-hash = "3d34aaa7aec2aeb0222faccbe288c1e78bfd1c204a9f630ee14bf2ccac7d4904"
content-hash = "424630f6f85d668b4c2b240a5fb5e8953e1fb368e197d2dec9b07a107daefe78"
[metadata.files]
atomicwrites = [
@ -902,8 +902,8 @@ tomli = [
{file = "tomli-2.0.1.tar.gz", hash = "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f"},
]
types-python-dateutil = [
{file = "types-python-dateutil-2.8.18.tar.gz", hash = "sha256:8695c7d7a5b1aef4002f3ab4e1247e23b1d41cd7cc1286d4594c2d8c5593c991"},
{file = "types_python_dateutil-2.8.18-py3-none-any.whl", hash = "sha256:fd5ed97262b76ae684695ea38ace8dd7c1bc9491aba7eb4edf6654b7ecabc870"},
{file = "types-python-dateutil-2.8.19.tar.gz", hash = "sha256:bfd3eb39c7253aea4ba23b10f69b017d30b013662bb4be4ab48b20bbd763f309"},
{file = "types_python_dateutil-2.8.19-py3-none-any.whl", hash = "sha256:6284df1e4783d8fc6e587f0317a81333856b872a6669a282f8a325342bce7fa8"},
]
types-pytz = [
{file = "types-pytz-2022.1.2.tar.gz", hash = "sha256:1a8b25c225c5e6bd8468aa9eb45ddd3b337f6716d4072ad0aa4ef1e41478eebc"},

View File

@ -30,7 +30,7 @@ pytest = "^7.1.2"
flake8 = "^5.0.1"
black = "^22.6.0"
mypy = ">=0.960"
types-python-dateutil = "^2.8.18"
types-python-dateutil = "^2.8.19"
types-pytz = ">=2021.3.8"
types-PyYAML = "^6.0.11"
lxml = "^4.9.1"