From 7b6f38598348c2b350602c2b1bda2e911519663f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 19:50:50 +0000 Subject: [PATCH] chore(deps)(deps): update argon2-cffi requirement Updates the requirements on [argon2-cffi](https://github.com/hynek/argon2-cffi) to permit the latest version. - [Release notes](https://github.com/hynek/argon2-cffi/releases) - [Changelog](https://github.com/hynek/argon2-cffi/blob/main/CHANGELOG.md) - [Commits](https://github.com/hynek/argon2-cffi/compare/23.1.0...25.1.0) --- updated-dependencies: - dependency-name: argon2-cffi dependency-version: 25.1.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 e17fcf0..dd55252 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ dependencies = [ "fastapi>=0.110,<1", "uvicorn[standard]>=0.27,<1", "pyjwt>=2.8,<3", - "argon2-cffi>=23.1,<24", + "argon2-cffi>=23.1,<26", "slowapi>=0.1.9,<1", "email-validator>=2.3.0", ]