From b6fad90f79f2506db1956293ce9917200fb06dcd Mon Sep 17 00:00:00 2001 From: Aleksandr Shtaub <91491081+aleksandr-shtaub@users.noreply.github.com> Date: Mon, 29 Jan 2024 16:40:21 +0200 Subject: [PATCH] Bump default DJANGO_VERSION --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2e41ff6..90c0eb6 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ SHELL := /bin/bash PACKAGE_NAME=redis_cache -DJANGO_VERSION?=>=1.11,<4.0 +DJANGO_VERSION?=>=4.2,<5.0 .PHONY: install_requirements install_requirements: requirements*.txt