From c8e6ddac2e2e58d5b0e7c78e39d65b20e4294539 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 15:08:02 +0000 Subject: [PATCH] Update argon2-cffi requirement in /templates/project_name 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/21.3.0...23.1.0) --- updated-dependencies: - dependency-name: argon2-cffi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- templates/project_name/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/project_name/pyproject.toml b/templates/project_name/pyproject.toml index e5d578bf..52e772db 100644 --- a/templates/project_name/pyproject.toml +++ b/templates/project_name/pyproject.toml @@ -11,7 +11,7 @@ packages = [{ include = "{{ project_name }}" }] python = "^3.10" Pillow = "^10.1.0" -argon2-cffi = "^21.3.0" +argon2-cffi = "^23.1.0" hiredis = "^2.2.3" redis = "^5.0.1"