From 548f4e427610cb931070816e4369b38410c74492 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 11:41:50 +0000 Subject: [PATCH] chore(deps): update bcrypt requirement from >=4.0.0 to >=5.0.0 Updates the requirements on [bcrypt](https://github.com/pyca/bcrypt) to permit the latest version. - [Changelog](https://github.com/pyca/bcrypt/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/bcrypt/compare/4.0.0...5.0.0) --- updated-dependencies: - dependency-name: bcrypt dependency-version: 5.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5e0ee55d..e8b96c32 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "alembic>=1.14.0", "pydantic>=2.0.0", "pydantic-settings>=2.0.0", - "bcrypt>=4.0.0", + "bcrypt>=5.0.0", "httpx>=0.27.0", "pyjwt[crypto]>=2.8.0", "mcp>=1.0.0",