From f9f392dc2d646d40ac5161449f7e1235144e8b75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 03:18:40 +0000 Subject: [PATCH 1/2] chore: bump idna from 3.7 to 3.15 Bumps [idna](https://github.com/kjd/idna) from 3.7 to 3.15. - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.md) - [Commits](https://github.com/kjd/idna/compare/v3.7...v3.15) --- updated-dependencies: - dependency-name: idna dependency-version: '3.15' dependency-type: indirect ... Signed-off-by: dependabot[bot] --- poetry.lock | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 10e6e42..ecc4eeb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -467,16 +467,19 @@ license = ["ukkonen"] [[package]] name = "idna" -version = "3.7" +version = "3.15" description = "Internationalized Domain Names in Applications (IDNA)" optional = false -python-versions = ">=3.5" +python-versions = ">=3.8" groups = ["main"] files = [ - {file = "idna-3.7-py3-none-any.whl", hash = "sha256:82fee1fc78add43492d3a1898bfa6d8a904cc97d8427f683ed8e798d07761aa0"}, - {file = "idna-3.7.tar.gz", hash = "sha256:028ff3aadf0609c1fd278d8ea3089299412a7a8b9bd005dd08b9f8285bcb5cfc"}, + {file = "idna-3.15-py3-none-any.whl", hash = "sha256:048adeaf8c2d788c40fee287673ccaa74c24ffd8dcf09ffa555a2fbb59f10ac8"}, + {file = "idna-3.15.tar.gz", hash = "sha256:ca962446ea538f7092a95e057da437618e886f4d349216d2b1e294abfdb65fdc"}, ] +[package.extras] +all = ["mypy (>=1.11.2)", "pytest (>=8.3.2)", "ruff (>=0.6.2)"] + [[package]] name = "iniconfig" version = "2.0.0" From a19c40978944d190ae21dc264a34e7fba8087342 Mon Sep 17 00:00:00 2001 From: Anton Dubovik Date: Wed, 20 May 2026 11:57:52 +0100 Subject: [PATCH 2/2] chore: fix .ort.yml --- .ort.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.ort.yml b/.ort.yml index 1f5ba79..9a1dfc1 100644 --- a/.ort.yml +++ b/.ort.yml @@ -21,3 +21,6 @@ resolutions: - message: ".*PyPI::typing-extensions:4\\.15\\.0.*" reason: "CANT_FIX_EXCEPTION" comment: "Same License as CPython: https://github.com/python/typing_extensions/blob/4.15.0/LICENSE" + - message: ".*PyPI::idna.*" + reason: "CANT_FIX_EXCEPTION" + comment: "ORT cannot pick up license information"