From 299b2a8b3a65c8ed2902a0b2b90bdf5b28491933 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 11:07:26 -0800 Subject: [PATCH] chore(deps-dev): Update indy-vdr requirement in /plugin_globals (#141) Updates the requirements on [indy-vdr](https://github.com/hyperledger/indy-vdr) to permit the latest version. - [Release notes](https://github.com/hyperledger/indy-vdr/releases) - [Commits](https://github.com/hyperledger/indy-vdr/compare/v0.3.3...v0.4.1) --- updated-dependencies: - dependency-name: indy-vdr dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- plugin_globals/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin_globals/pyproject.toml b/plugin_globals/pyproject.toml index 6c0148588..070236ee4 100644 --- a/plugin_globals/pyproject.toml +++ b/plugin_globals/pyproject.toml @@ -26,7 +26,7 @@ pytest-ruff = "^0.1.1" [tool.poetry.group.integration.dependencies] aries-askar = { version = "~0.3.0" } indy-credx = { version = "~1.0.0" } -indy-vdr = { version = "~0.3.3" } +indy-vdr = { version = "~0.4.1" } ursa-bbs-signatures = { version = "~1.0.1" } python3-indy = { version = "^1.11.1" }