fix(deps): update dependency idna to v3.5 (#634)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-11-25 14:26:25 +01:00 committed by GitHub
parent 7a7118aa75
commit d325e16548
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

@ -360,13 +360,13 @@ test = ["pytest (>=6)"]
[[package]]
name = "idna"
version = "3.4"
version = "3.5"
description = "Internationalized Domain Names in Applications (IDNA)"
optional = false
python-versions = ">=3.5"
files = [
{file = "idna-3.4-py3-none-any.whl", hash = "sha256:90b77e79eaa3eba6de819a0c442c0b4ceefc341a7a2ab77d7562bf49f425c5c2"},
{file = "idna-3.4.tar.gz", hash = "sha256:814f528e8dead7d329833b91c5faa87d60bf71824cd12a7530b5526063d02cb4"},
{file = "idna-3.5-py3-none-any.whl", hash = "sha256:79b8f0ac92d2351be5f6122356c9a592c96d81c9a79e4b488bf2a6a15f88057a"},
{file = "idna-3.5.tar.gz", hash = "sha256:27009fe2735bf8723353582d48575b23c533cc2c2de7b5a68908d91b5eb18d08"},
]
[[package]]
@ -1131,4 +1131,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata]
lock-version = "2.0"
python-versions = "^3.8.0"
content-hash = "65077eb435437afa8ae9c35c1cc27f3d9dcfc1cb967577a8e0414d68cd7444c6"
content-hash = "14be5db0827922afa9f4dd9c2fd7c0161a5dd5d6beda413590ed46ea415fbc8a"

View File

@ -44,7 +44,7 @@ dateparser = "1.2.0"
docker = "6.1.3"
docker-pycreds = "0.4.0"
environs = "9.5.0"
idna = "3.4"
idna = "3.5"
ipaddress = "1.0.23"
jsonschema = "4.20.0"
nested-lookup = "0.2.25"