fix(deps): update dependency idna to v3.6 (#635)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-12-04 21:18:37 +01:00 committed by GitHub
parent d7b1253555
commit a4643c714a
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.5"
version = "3.6"
description = "Internationalized Domain Names in Applications (IDNA)"
optional = false
python-versions = ">=3.5"
files = [
{file = "idna-3.5-py3-none-any.whl", hash = "sha256:79b8f0ac92d2351be5f6122356c9a592c96d81c9a79e4b488bf2a6a15f88057a"},
{file = "idna-3.5.tar.gz", hash = "sha256:27009fe2735bf8723353582d48575b23c533cc2c2de7b5a68908d91b5eb18d08"},
{file = "idna-3.6-py3-none-any.whl", hash = "sha256:c05567e9c24a6b9faaa835c4821bad0590fbb9d5779e7caa6e1cc4978e7eb24f"},
{file = "idna-3.6.tar.gz", hash = "sha256:9ecdbbd083b06798ae1e86adcbfe8ab1479cf864e4ee30fe4e46a003d12491ca"},
]
[[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 = "60fae0cc198677c95aadc91969c83731e4a4e00bd27e1e4a45941a2b2c4e3671"
content-hash = "83240b9813b7f8ab9845246c999720dfa428f9ffe3c7124b00f17aa87f746261"

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.5"
idna = "3.6"
ipaddress = "1.0.23"
jsonschema = "4.20.0"
nested-lookup = "0.2.25"