Skip to content

Commit

Permalink
build(deps): bump bcrypt from 4.2.0 to 4.2.1 in /multitenant_provider
Browse files Browse the repository at this point in the history
Bumps [bcrypt](https://github.com/pyca/bcrypt) from 4.2.0 to 4.2.1.
- [Changelog](https://github.com/pyca/bcrypt/blob/main/release.py)
- [Commits](pyca/bcrypt@4.2.0...4.2.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent deceed9 commit c7bdd84
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 30 deletions.
56 changes: 27 additions & 29 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 @@ -10,7 +10,7 @@ python = "^3.12"
# Define ACA-Py as an optional/extra dependancy so it can be
# explicitly installed with the plugin if desired.
acapy-agent = { version = "~1.1.0", optional = true }
bcrypt = "^4.1.3"
bcrypt = "^4.2.1"
mergedeep = "^1.3.4"
python-dateutil = "^2.8.2"

Expand Down

0 comments on commit c7bdd84

Please sign in to comment.