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" 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"