From 8b154c5aaad06c7f702b2e98f17645a739445bbc Mon Sep 17 00:00:00 2001 From: Matteo Mortari Date: Sun, 20 Oct 2024 11:31:16 +0200 Subject: [PATCH] deps: oras-py version bump (#23) Signed-off-by: tarilabs --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index f6ec858..c9fbf99 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -1456,13 +1456,13 @@ files = [ [[package]] name = "oras" -version = "0.2.22" +version = "0.2.23" description = "OCI Registry as Storage Python SDK" optional = false python-versions = "*" files = [ - {file = "oras-0.2.22-py3-none-any.whl", hash = "sha256:3754b0b9580fa992e65b6d8508ad96ae6aca9488ca90e90df77e11ff1bf5fbfc"}, - {file = "oras-0.2.22.tar.gz", hash = "sha256:d9b706f3f67e58a6c9886a4fe4516f568f6b89cb520825ab2c9ba5261fb77a84"}, + {file = "oras-0.2.23-py3-none-any.whl", hash = "sha256:de4db3f1b4b7d8404ead0a051364697a39c266ee848b146b65e277440d17099d"}, + {file = "oras-0.2.23.tar.gz", hash = "sha256:040c7fd4d94de4e31ad7b576592c8a7a0c8a3afa363fca81e3babbd405a1857a"}, ] [package.dependencies] @@ -2567,4 +2567,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "f595a932935f523ff8a2515f652e5ccc0ab5cbe5560935d54563c5528d137e24" +content-hash = "be66211b505ebaf3654f303b14158bfb27065852edc71d6e3592a58f65280138" diff --git a/pyproject.toml b/pyproject.toml index 61bafc6..6255327 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ Changelog = "https://github.com/containers/omlmd/releases" [tool.poetry.dependencies] python = "^3.9" -oras = "^0.2.22" +oras = "^0.2.23" pyyaml = "^6.0.1" click = "^8.1.7" cloup = "^3.0.5"