From 147582209b95735a79a2188f2c7dcb53c93525e3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2024 20:21:17 +0200 Subject: [PATCH] fix(deps): update dependency idna to v3.9 (#771) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- poetry.lock | 11 +++++++---- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 6adb8b3..ffbfe68 100644 --- a/poetry.lock +++ b/poetry.lock @@ -357,15 +357,18 @@ test = ["pytest (>=6)"] [[package]] name = "idna" -version = "3.8" +version = "3.9" description = "Internationalized Domain Names in Applications (IDNA)" optional = false python-versions = ">=3.6" files = [ - {file = "idna-3.8-py3-none-any.whl", hash = "sha256:050b4e5baadcd44d760cedbd2b8e639f2ff89bbc7a5730fcc662954303377aac"}, - {file = "idna-3.8.tar.gz", hash = "sha256:d838c2c0ed6fced7693d5e8ab8e734d5f8fda53a039c0164afb0b82e771e3603"}, + {file = "idna-3.9-py3-none-any.whl", hash = "sha256:69297d5da0cc9281c77efffb4e730254dd45943f45bbfb461de5991713989b1e"}, + {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]] name = "importlib-resources" version = "6.4.0" @@ -1107,4 +1110,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.8.0" -content-hash = "df610bb26b81641f45ffe2f7975e8222422ad9843150aeea8b1038025a90da7c" +content-hash = "5c64c6b105e633f07b0996b400e8bcf40fb37d458a27c253c9d0aa839ac30b43" diff --git a/pyproject.toml b/pyproject.toml index aa91c89..58a5ba0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dateparser = "1.2.0" docker = "7.1.0" docker-pycreds = "0.4.0" environs = "11.0.0" -idna = "3.8" +idna = "3.9" ipaddress = "1.0.23" jsonschema = "4.23.0" nested-lookup = "0.2.25"