From 3aa5a47f3c9ae5e32e7696575298afb284736cda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 06:57:34 +0000 Subject: [PATCH] chore(deps): update pwdlib requirement from >=0.2.0 to >=0.3.0 Updates the requirements on [pwdlib](https://github.com/frankie567/pwdlib) to permit the latest version. - [Release notes](https://github.com/frankie567/pwdlib/releases) - [Commits](https://github.com/frankie567/pwdlib/compare/v0.2.0...v0.3.0) --- updated-dependencies: - dependency-name: pwdlib dependency-version: 0.3.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 cba0de1f..9ef50985 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "uuid-utils>=0.11.0", "sqlmodel>=0.0.22", "dependency-injector", - "pwdlib[bcrypt]>=0.2.0", + "pwdlib[bcrypt]>=0.3.0", "bcrypt", "python-jose[cryptography]>=3.3.0", "python-keycloak>=5.8.1",