fix(deps): update dependency python-dateutil to v2.8.2 (#128)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-07-15 09:02:45 +02:00 committed by GitHub
parent 9980523e26
commit 4fdb76e608
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -578,7 +578,7 @@ dev = ["pre-commit", "tox", "pytest-asyncio"]
[[package]]
name = "python-dateutil"
version = "2.8.1"
version = "2.8.2"
description = "Extensions to the standard Python datetime module"
category = "main"
optional = false
@ -799,7 +799,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes
[metadata]
lock-version = "1.1"
python-versions = "^3.6.0"
content-hash = "953a4d1be999d072af1e4ec761da578ff8dc179b0573351b6e0a6cb0b85a1a24"
content-hash = "fb1d1e8f03a9861679750a6144728b1c645258cce56913362a7dd49962a399a2"
[metadata.files]
anyconfig = [
@ -1063,8 +1063,8 @@ pytest-mock = [
{file = "pytest_mock-3.6.1-py3-none-any.whl", hash = "sha256:30c2f2cc9759e76eee674b81ea28c9f0b94f8f0445a1b87762cadf774f0df7e3"},
]
python-dateutil = [
{file = "python-dateutil-2.8.1.tar.gz", hash = "sha256:73ebfe9dbf22e832286dafa60473e4cd239f8592f699aa5adaf10050e6e1823c"},
{file = "python_dateutil-2.8.1-py2.py3-none-any.whl", hash = "sha256:75bb3f31ea686f1197762692a9ee6a7550b59fc6ca3a1f4b5d7e32fb98e2da2a"},
{file = "python-dateutil-2.8.2.tar.gz", hash = "sha256:0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86"},
{file = "python_dateutil-2.8.2-py2.py3-none-any.whl", hash = "sha256:961d03dc3453ebbc59dbdea9e4e11c5651520a876d0f4db161e8674aae935da9"},
]
python-dotenv = [
{file = "python-dotenv-0.18.0.tar.gz", hash = "sha256:effaac3c1e58d89b3ccb4d04a40dc7ad6e0275fda25fd75ae9d323e2465e202d"},

View File

@ -49,7 +49,7 @@ jsonschema = "3.2.0"
nested-lookup = "0.2.22"
pathspec = "0.8.1"
python = "^3.6.0"
python-dateutil = "2.8.1"
python-dateutil = "2.8.2"
python-json-logger = "2.0.1"
requests = "2.26.0"
"ruamel.yaml" = "0.17.10"