From bdd9a19c9fb5d9c3fec43427ee1048a069886556 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 15:28:21 +0000 Subject: [PATCH] chore(deps-dev): Bump indy-vdr from 0.4.1 to 0.4.2 in /oid4vci Bumps [indy-vdr](https://github.com/hyperledger/indy-vdr) from 0.4.1 to 0.4.2. - [Release notes](https://github.com/hyperledger/indy-vdr/releases) - [Commits](https://github.com/hyperledger/indy-vdr/compare/v0.4.1...v0.4.2) --- updated-dependencies: - dependency-name: indy-vdr dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- oid4vci/poetry.lock | 14 +++++++------- oid4vci/pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/oid4vci/poetry.lock b/oid4vci/poetry.lock index ff37862b8..03ba0de43 100644 --- a/oid4vci/poetry.lock +++ b/oid4vci/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "aiohttp" @@ -1116,15 +1116,15 @@ files = [ [[package]] name = "indy-vdr" -version = "0.4.1" +version = "0.4.2" description = "" optional = false python-versions = ">=3.6.3" files = [ - {file = "indy_vdr-0.4.1-py3-none-macosx_10_9_universal2.whl", hash = "sha256:62d18b411e6c2ca7204299306a08cf65a43dec0982f1d9749d44f02f4817ff0a"}, - {file = "indy_vdr-0.4.1-py3-none-manylinux2014_aarch64.whl", hash = "sha256:826c128170a42ccb06d24c9018876cdfdc94fc6870661b21d47ffa022a1570bb"}, - {file = "indy_vdr-0.4.1-py3-none-manylinux2014_x86_64.whl", hash = "sha256:6cbcd760059c8410c09948f8f64dbf8a80a47fe8072d7d865fcfffe7e867266b"}, - {file = "indy_vdr-0.4.1-py3-none-win_amd64.whl", hash = "sha256:c67de1c4498806ad5afaec104ca4edc2b4c7bb59e02d588c3bfd85164e017158"}, + {file = "indy_vdr-0.4.2-py3-none-macosx_10_9_universal2.whl", hash = "sha256:21e4cc22bdb1de581e4abe00e2201d970f46e05d2420437fe023052614867553"}, + {file = "indy_vdr-0.4.2-py3-none-manylinux2014_aarch64.whl", hash = "sha256:9dc8e16e8a0c4666c1a9f0a3e9967cb3dace92975b8dbb9b0aa2c7785ac5e12b"}, + {file = "indy_vdr-0.4.2-py3-none-manylinux2014_x86_64.whl", hash = "sha256:b1390ee6cbf47967c565b16b7b672969ee54485dd16963ecdd451dc128aff7c1"}, + {file = "indy_vdr-0.4.2-py3-none-win_amd64.whl", hash = "sha256:abb70e9dc46d59a6be1ac1a9b3530732c5dc8afe67f5aacba20bc7404c7d3317"}, ] [[package]] @@ -2589,4 +2589,4 @@ aca-py = ["aries-cloudagent"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "daa0dc67058b213399b784b0abc54d07c27e834929c74f84f4d3ad6002a97f95" +content-hash = "60881cf03cc3b1e2a03d76ff9cad8988e2454a6eaf302b442ed3861e0baeac77" diff --git a/oid4vci/pyproject.toml b/oid4vci/pyproject.toml index 5bc6d29a8..8455b463b 100644 --- a/oid4vci/pyproject.toml +++ b/oid4vci/pyproject.toml @@ -34,7 +34,7 @@ mock= "~4.0" [tool.poetry.group.integration.dependencies] aries-askar = { version = "~0.3.0" } indy-credx = { version = "~1.1.1" } -indy-vdr = { version = "~0.4.1" } +indy-vdr = { version = "~0.4.2" } ursa-bbs-signatures = { version = "~1.0.1" } python3-indy = { version = "^1.11.1" } anoncreds = { version = "0.2.0" }