From 59895529d6449b9a85d1be25d404b9f2a3ceee0e Mon Sep 17 00:00:00 2001 From: stuebinm Date: Mon, 29 May 2023 00:24:56 +0200 Subject: [PATCH] fix django version bonud --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1704691..a3e31af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = "MIT" [tool.poetry.dependencies] python = "^3.8" -Django = "~4.1.0" +Django = "~4.2.0" djangorestframework = "^3.12.1" django-allauth = "~0.52.0" django-cors-headers = "^3.2.0" -- 2.38.4