From a196cedba993419d9767fc6370c2cbec7c1c16ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 06:11:32 +0000 Subject: [PATCH] Update argon2-cffi requirement in /backend 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] --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 494cf90c75..936959fcaf 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -78,7 +78,7 @@ dependencies = [ "redis[hiredis]==5.0.2", "google-api-python-client<3.0.0,>=2.94.0", "google-auth<3.0.0,>=2.22.0", - "argon2-cffi<24.0.0,>=23.1.0", + "argon2-cffi>=23.1.0,<26.0.0", "stripe==10.5.0", "djangorestframework==3.15.2", "l18n<2022.0,>=2021.3",