From dcb256127ab366b63da4807fdd8b3d12b2cc913a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 10:14:18 +0000 Subject: [PATCH] build(deps): update redis requirement in /templates/project_name Updates the requirements on [redis](https://github.com/redis/redis-py) to permit the latest version. - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](https://github.com/redis/redis-py/compare/v4.6.0...v5.0.1) --- updated-dependencies: - dependency-name: redis 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 8293eb6..bb1bf0e 100644 --- a/templates/project_name/pyproject.toml +++ b/templates/project_name/pyproject.toml @@ -13,7 +13,7 @@ python = "^3.10" Pillow = "^9.5.0" argon2-cffi = "^21.3.0" hiredis = "^2.2.3" -redis = "^4.6.0" +redis = "^5.0.1" Django = "^4.2.2" django-environ = "^0.10.0"