From 30b094483dfab48edd42415d8258288c02111e4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 13:00:35 +0000 Subject: [PATCH] build(deps): bump bcrypt from 4.0.1 to 5.0.0 Bumps [bcrypt](https://github.com/pyca/bcrypt) from 4.0.1 to 5.0.0. - [Changelog](https://github.com/pyca/bcrypt/blob/main/release.py) - [Commits](https://github.com/pyca/bcrypt/compare/4.0.1...5.0.0) --- updated-dependencies: - dependency-name: bcrypt dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c32278b9d..008a241d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ "asn1==2.8.0", "asyncstdlib>=3.10.6", "backoff>=2.2.1", - "bcrypt==4.0.1", + "bcrypt==5.0.0", "cryptography>=44.0.1", "dishka>=1.6.0", "dnspython>=2.7.0",