Skip to content

Commit

Permalink
build(deps): bump aries-cloudagent from 1.0.0 to 1.0.1 in /rpc
Browse files Browse the repository at this point in the history
Bumps [aries-cloudagent](https://github.com/hyperledger/aries-cloudagent-python) from 1.0.0 to 1.0.1.
- [Release notes](https://github.com/hyperledger/aries-cloudagent-python/releases)
- [Changelog](https://github.com/openwallet-foundation/acapy/blob/main/CHANGELOG.md)
- [Commits](https://github.com/hyperledger/aries-cloudagent-python/commits)

---
updated-dependencies:
- dependency-name: aries-cloudagent
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 9, 2024
1 parent b0bbe19 commit 3f47ad7
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 19 deletions.
48 changes: 30 additions & 18 deletions rpc/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rpc/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ python = "^3.12"

# Define ACA-Py as an optional/extra dependancy so it can be
# explicitly installed with the plugin if desired.
aries-cloudagent = { version = "~1.0.0", optional = true }
aries-cloudagent = { version = "~1.0.1", optional = true }

[tool.poetry.extras]
aca-py = ["aries-cloudagent"]
Expand Down

0 comments on commit 3f47ad7

Please sign in to comment.