From 69c6b695319ea620feef8efeb13dc183f54fda99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 21:14:18 +0000 Subject: [PATCH] Bump argon2-cffi from 23.1.0 to 25.1.0 Bumps [argon2-cffi](https://github.com/hynek/argon2-cffi) from 23.1.0 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 update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 219ed107..7edbfafb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -217,7 +217,7 @@ dependencies = [ "aiosqlite ==0.20.0", "alembic ==1.14.0", "apscheduler ==3.10.4", - "argon2_cffi ==23.1.0", + "argon2_cffi ==25.1.0", "asgi-babel==0.10.0", "asyncpg ==0.30.0", "dramatiq[redis] ==1.17.1",