From d8c8d0bff74dfc48b80ae41142a7306a6881c5ea Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Sat, 28 Jun 2025 09:23:22 +0000 Subject: [PATCH] Update dependency oras to <=0.2.37 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- requirements.txt | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b667868d..ed678319 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ "jsonschema>=4.9.1", "urllib3>=1.25.10", "semantic-version>=2.10.0", - "oras<=0.2.31", + "oras<=0.2.37", "python-qpid-proton>=0.39.0" ] diff --git a/requirements.txt b/requirements.txt index d5b5ec75..24b55f0e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,5 +9,5 @@ subresource-integrity>=0.2 jsonschema>=4.9.1 urllib3>=1.25.10 semantic-version>=2.10.0 -oras<=0.2.31 +oras<=0.2.37 python-qpid-proton>=0.39.0 \ No newline at end of file diff --git a/setup.py b/setup.py index 3935d97b..e704c68f 100755 --- a/setup.py +++ b/setup.py @@ -58,7 +58,7 @@ "jsonschema>=4.9.1", "urllib3>=1.25.10", "semantic-version>=2.10.0", - "oras<=0.2.31", + "oras<=0.2.37", "python-qpid-proton>=0.39.0" ], )