From bce78e570d6b80b00cae72810a9755e93c713ebd Mon Sep 17 00:00:00 2001 From: "red-hat-konflux-kflux-prd-rh02[bot]" <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 00:24:28 +0000 Subject: [PATCH] chore(deps): update dependency packageurl-python to >=0.17.6,<0.18.0 Signed-off-by: red-hat-konflux-kflux-prd-rh02 <190377777+red-hat-konflux-kflux-prd-rh02[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 b8ad3e4f..11555658 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.4.0 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.4.1 and should not be changed by hand. [[package]] name = "aioboto3" @@ -1912,14 +1912,14 @@ files = [ [[package]] name = "packageurl-python" -version = "0.16.0" +version = "0.17.6" description = "A purl aka. Package URL parser and builder" optional = false python-versions = ">=3.8" groups = ["main", "dev"] files = [ - {file = "packageurl_python-0.16.0-py3-none-any.whl", hash = "sha256:5c3872638b177b0f1cf01c3673017b7b27ebee485693ae12a8bed70fa7fa7c35"}, - {file = "packageurl_python-0.16.0.tar.gz", hash = "sha256:69e3bf8a3932fe9c2400f56aaeb9f86911ecee2f9398dbe1b58ec34340be365d"}, + {file = "packageurl_python-0.17.6-py3-none-any.whl", hash = "sha256:31a85c2717bc41dd818f3c62908685ff9eebcb68588213745b14a6ee9e7df7c9"}, + {file = "packageurl_python-0.17.6.tar.gz", hash = "sha256:1252ce3a102372ca6f86eb968e16f9014c4ba511c5c37d95a7f023e2ca6e5c25"}, ] [package.extras] @@ -4379,4 +4379,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = ">=3.10,<4.0" -content-hash = "964de3e855303fda18cdb3240ed2157ecb9525e3c491eed140fbc9c2926e4a38" +content-hash = "69ec75bd9c6548432f664ae4fc78a7eecfa2413ae3e419134ad86fd80d2bfd1c" diff --git a/pyproject.toml b/pyproject.toml index d9641c25..e4c0b7ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ "cyclonedx-python-lib (==9.1.0)", "pydantic (>=2.11.4,<3.0.0)", "python-dateutil (>=2.9.0.post0,<3.0.0)", - "packageurl-python (>=0.16.0,<0.17.0)", + "packageurl-python (>=0.17.6,<0.18.0)", "aiofiles (>=24.1.0,<25.0.0)", "httpx (>=0.28.1,<0.29.0)", "aioboto3 (>=15.2.0,<15.3.0)",