fix(deps): update dependency idna to v3.4 (#388)

This commit is contained in:
renovate[bot] 2022-09-19 09:07:12 +02:00 committed by GitHub
parent cf80327e73
commit 1a306faca2
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

@ -333,7 +333,7 @@ typing-extensions = {version = ">=3.7.4.3", markers = "python_version < \"3.8\""
[[package]]
name = "idna"
version = "3.3"
version = "3.4"
description = "Internationalized Domain Names in Applications (IDNA)"
category = "main"
optional = false
@ -886,7 +886,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>=
[metadata]
lock-version = "1.1"
python-versions = "^3.7.0"
content-hash = "117b6b5fc02b7126db539ef3df5712c6e8be4cdb916b8816a525e7383b5a3d79"
content-hash = "e1508b31c34b2d08ff5a033ea3a840df26b8770c850f4f62998b41d8323c0a8b"
[metadata.files]
anyconfig = [
@ -1053,8 +1053,8 @@ GitPython = [
{file = "GitPython-3.1.27.tar.gz", hash = "sha256:1c885ce809e8ba2d88a29befeb385fcea06338d3640712b59ca623c220bb5704"},
]
idna = [
{file = "idna-3.3-py3-none-any.whl", hash = "sha256:84d9dd047ffa80596e0f246e2eab0b391788b0503584e8945f2368256d2735ff"},
{file = "idna-3.3.tar.gz", hash = "sha256:9d643ff0a55b762d5cdb124b8eaa99c66322e2157b69160bc32796e824360e6d"},
{file = "idna-3.4-py3-none-any.whl", hash = "sha256:90b77e79eaa3eba6de819a0c442c0b4ceefc341a7a2ab77d7562bf49f425c5c2"},
{file = "idna-3.4.tar.gz", hash = "sha256:814f528e8dead7d329833b91c5faa87d60bf71824cd12a7530b5526063d02cb4"},
]
importlib-metadata = [
{file = "importlib_metadata-4.2.0-py3-none-any.whl", hash = "sha256:057e92c15bc8d9e8109738a48db0ccb31b4d9d5cfbee5a8670879a30be66304b"},

View File

@ -43,7 +43,7 @@ dateparser = "1.1.1"
docker = "6.0.0"
docker-pycreds = "0.4.0"
environs = "9.5.0"
idna = "3.3"
idna = "3.4"
ipaddress = "1.0.23"
jsonschema = "4.16.0"
nested-lookup = "0.2.25"