From 09a74a41d81b04009b244ea1be04bbca301ddb8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Jun 2025 09:43:56 +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] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index f225d99..e4a36e8 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,7 +1,7 @@ python-slugify==8.0.4 # https://github.com/un33k/python-slugify Pillow==11.2.1 # pyup: != 11.2.0 # https://github.com/python-pillow/Pillow rcssmin==1.1.2 # https://github.com/ndparker/rcssmin -argon2-cffi==23.1.0 # https://github.com/hynek/argon2_cffi +argon2-cffi==25.1.0 # https://github.com/hynek/argon2_cffi whitenoise==6.9.0 # https://github.com/evansd/whitenoise redis==6.2.0 # https://github.com/redis/redis-py hiredis==3.2.1 # https://github.com/redis/hiredis-py