From 5270c65199c75ad2518c2abea8123ff82887bd9d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2024 07:07:14 +0000 Subject: [PATCH] Update dependency idna to v3.8 (#84) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 05c0f5f..96824dc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -186,13 +186,13 @@ license = ["ukkonen"] [[package]] name = "idna" -version = "3.7" +version = "3.8" description = "Internationalized Domain Names in Applications (IDNA)" optional = false -python-versions = ">=3.5" +python-versions = ">=3.6" files = [ - {file = "idna-3.7-py3-none-any.whl", hash = "sha256:82fee1fc78add43492d3a1898bfa6d8a904cc97d8427f683ed8e798d07761aa0"}, - {file = "idna-3.7.tar.gz", hash = "sha256:028ff3aadf0609c1fd278d8ea3089299412a7a8b9bd005dd08b9f8285bcb5cfc"}, + {file = "idna-3.8-py3-none-any.whl", hash = "sha256:050b4e5baadcd44d760cedbd2b8e639f2ff89bbc7a5730fcc662954303377aac"}, + {file = "idna-3.8.tar.gz", hash = "sha256:d838c2c0ed6fced7693d5e8ab8e734d5f8fda53a039c0164afb0b82e771e3603"}, ] [[package]] @@ -488,4 +488,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "4a8c1af46096ea6add85b9df2ae94c54c265d7dc87a5e793920b1108596fbb58" +content-hash = "e2581a97a1bca8b913668f701566893bd84249819655e5cc144880d90b1d2781" diff --git a/pyproject.toml b/pyproject.toml index 76e303f..5574aaa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ decorator = "5.1.1" distlib = "0.3.8" filelock = "3.15.4" identify = "2.6.0" -idna = "3.7" +idna = "3.8" importlib-metadata = "7.2.1" Markdown = "3.7" nodeenv = "1.9.1"