From b66e894616ac2d0bbda04e0996bcd9fa44b84a34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 01:12:47 +0000 Subject: [PATCH] chore(deps): Update argon2-cffi requirement Updates the requirements on [argon2-cffi](https://github.com/hynek/argon2-cffi) to permit the latest version. Updates `argon2-cffi` to 25.1.0 - [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 dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cf145a5..03c1b1b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ dependencies = [ "psycopg2-binary~=2.9", "alembic~=1.15", "python-dotenv~=1.1", - "argon2-cffi~=23.1", + "argon2-cffi>=23.1,<26.0", ] [project.urls]