diff --git a/redis_events/poetry.lock b/redis_events/poetry.lock index 3f4412fc6..5fdd586d2 100644 --- a/redis_events/poetry.lock +++ b/redis_events/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" @@ -1239,15 +1239,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]] @@ -2814,4 +2814,4 @@ aca-py = ["aries-cloudagent"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "3984940c5c8ddc145ad8404e6aa56d3d9955ef8044ffc8a9c27be93607e2332a" +content-hash = "5dc4611bdf4c8edb50360d0d2af61984999fecf58202b5753e60cfa00e853412" diff --git a/redis_events/pyproject.toml b/redis_events/pyproject.toml index 89a318538..a9826f12d 100644 --- a/redis_events/pyproject.toml +++ b/redis_events/pyproject.toml @@ -36,7 +36,7 @@ rope = "^0.19.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" }