fix(deps): update dependency idna to v3 (#130)

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

10
poetry.lock generated
View File

@ -314,11 +314,11 @@ typing-extensions = {version = ">=3.7.4.0", markers = "python_version < \"3.8\""
[[package]]
name = "idna"
version = "2.10"
version = "3.2"
description = "Internationalized Domain Names in Applications (IDNA)"
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
python-versions = ">=3.5"
[[package]]
name = "importlib-metadata"
@ -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 = "fb1d1e8f03a9861679750a6144728b1c645258cce56913362a7dd49962a399a2"
content-hash = "1ce7582a84c16b1d90a569c34aba792b296fd43a5b53fa74f191dfddde924239"
[metadata.files]
anyconfig = [
@ -953,8 +953,8 @@ gitpython = [
{file = "GitPython-3.1.18.tar.gz", hash = "sha256:b838a895977b45ab6f0cc926a9045c8d1c44e2b653c1fcc39fe91f42c6e8f05b"},
]
idna = [
{file = "idna-2.10-py2.py3-none-any.whl", hash = "sha256:b97d804b1e9b523befed77c48dacec60e6dcb0b5391d57af6a65a312a90648c0"},
{file = "idna-2.10.tar.gz", hash = "sha256:b307872f855b18632ce0c21c5e45be78c0ea7ae4c15c828c20788b26921eb3f6"},
{file = "idna-3.2-py3-none-any.whl", hash = "sha256:14475042e284991034cb48e06f6851428fb14c4dc953acd9be9a5e95c7b6dd7a"},
{file = "idna-3.2.tar.gz", hash = "sha256:467fbad99067910785144ce333826c71fb0e63a425657295239737f7ecd125f3"},
]
importlib-metadata = [
{file = "importlib_metadata-4.6.1-py3-none-any.whl", hash = "sha256:9f55f560e116f8643ecf2922d9cd3e1c7e8d52e683178fecd9d08f6aa357e11e"},

View File

@ -43,7 +43,7 @@ dateparser = "1.0.0"
docker = "5.0.0"
docker-pycreds = "0.4.0"
environs = "9.3.2"
idna = "2.10"
idna = "3.2"
ipaddress = "1.0.23"
jsonschema = "3.2.0"
nested-lookup = "0.2.22"