Skip to content

Commit

Permalink
chore(deps-dev): Update indy-credx requirement in /plugin_globals (#146)
Browse files Browse the repository at this point in the history
Updates the requirements on [indy-credx](https://github.com/hyperledger/indy-shared-rs) to permit the latest version.
- [Release notes](https://github.com/hyperledger/indy-shared-rs/releases)
- [Commits](hyperledger/indy-shared-rs@v1.0.0...v1.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 1, 2024
1 parent ab77086 commit 6b62fcf
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 @@ -25,7 +25,7 @@ pytest-ruff = "^0.1.1"

[tool.poetry.group.integration.dependencies]
aries-askar = { version = "~0.3.0" }
indy-credx = { version = "~1.0.0" }
indy-credx = { version = "~1.1.1" }
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 6b62fcf

Please sign in to comment.