fix(deps): update dependency idna to v3.9 (#771)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-09-15 20:21:17 +02:00 committed by GitHub
parent 9bb6841da7
commit 147582209b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 5 deletions

11
poetry.lock generated
View File

@ -357,15 +357,18 @@ test = ["pytest (>=6)"]
[[package]] [[package]]
name = "idna" name = "idna"
version = "3.8" version = "3.9"
description = "Internationalized Domain Names in Applications (IDNA)" description = "Internationalized Domain Names in Applications (IDNA)"
optional = false optional = false
python-versions = ">=3.6" python-versions = ">=3.6"
files = [ files = [
{file = "idna-3.8-py3-none-any.whl", hash = "sha256:050b4e5baadcd44d760cedbd2b8e639f2ff89bbc7a5730fcc662954303377aac"}, {file = "idna-3.9-py3-none-any.whl", hash = "sha256:69297d5da0cc9281c77efffb4e730254dd45943f45bbfb461de5991713989b1e"},
{file = "idna-3.8.tar.gz", hash = "sha256:d838c2c0ed6fced7693d5e8ab8e734d5f8fda53a039c0164afb0b82e771e3603"}, {file = "idna-3.9.tar.gz", hash = "sha256:e5c5dafde284f26e9e0f28f6ea2d6400abd5ca099864a67f576f3981c6476124"},
] ]
[package.extras]
all = ["flake8 (>=7.1.1)", "mypy (>=1.11.2)", "pytest (>=8.3.2)", "ruff (>=0.6.2)"]
[[package]] [[package]]
name = "importlib-resources" name = "importlib-resources"
version = "6.4.0" version = "6.4.0"
@ -1107,4 +1110,4 @@ type = ["pytest-mypy"]
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.8.0" python-versions = "^3.8.0"
content-hash = "df610bb26b81641f45ffe2f7975e8222422ad9843150aeea8b1038025a90da7c" content-hash = "5c64c6b105e633f07b0996b400e8bcf40fb37d458a27c253c9d0aa839ac30b43"

View File

@ -40,7 +40,7 @@ dateparser = "1.2.0"
docker = "7.1.0" docker = "7.1.0"
docker-pycreds = "0.4.0" docker-pycreds = "0.4.0"
environs = "11.0.0" environs = "11.0.0"
idna = "3.8" idna = "3.9"
ipaddress = "1.0.23" ipaddress = "1.0.23"
jsonschema = "4.23.0" jsonschema = "4.23.0"
nested-lookup = "0.2.25" nested-lookup = "0.2.25"