From 85c0882fa81af2e415b5005298f93b8c5936f6a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 09:20:57 +0000 Subject: [PATCH] deps(deps): update argon2-cffi requirement from >=23.1.0 to >=25.1.0 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 29f594c61..f1da215d4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ asyncpg>=0.29.0 # Blockchain & Cryptography cryptography>=41.0.0 -argon2-cffi>=23.1.0 +argon2-cffi>=25.1.0 pynacl>=1.5.0 ecdsa>=0.19.0 base58>=2.1.1