summaryrefslogtreecommitdiff
path: root/pkgs/0002-fix-django-version-bound.patch
blob: 43d97a94e48813e0184554c22a3d7031d73f212a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From 59895529d6449b9a85d1be25d404b9f2a3ceee0e Mon Sep 17 00:00:00 2001
From: stuebinm <stuebinm@disroot.org>
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