Skip to content

Commit

Permalink
chore(deps): Bump aries-cloudagent in /multitenant_provider
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](openwallet-foundation/acapy@1.0.0...1.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent 19bf85c commit 58848c8
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 19 deletions.
48 changes: 30 additions & 18 deletions multitenant_provider/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 multitenant_provider/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 }
bcrypt = "^4.1.3"
mergedeep = "^1.3.4"
python-dateutil = "^2.8.2"
Expand Down

0 comments on commit 58848c8

Please sign in to comment.