From 1a306faca2abd71fe73e3a3426234828d800ff7a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Sep 2022 09:07:12 +0200 Subject: [PATCH] fix(deps): update dependency idna to v3.4 (#388) --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 963a9c1..22a8781 100644 --- a/poetry.lock +++ b/poetry.lock @@ -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"}, diff --git a/pyproject.toml b/pyproject.toml index b3473b1..c79b39c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"