Skip to content

Commit

Permalink
chore(deps-dev): Update indy-vdr requirement in /plugin_globals
Browse files Browse the repository at this point in the history
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](hyperledger/indy-vdr@v0.3.3...v0.4.1)

---
updated-dependencies:
- dependency-name: indy-vdr
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 22, 2024
1 parent 31095b8 commit b9dc46c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin_globals/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

Expand Down

0 comments on commit b9dc46c

Please sign in to comment.