From 88437794ac668e6d834408ca1958b958699d91a1 Mon Sep 17 00:00:00 2001 From: Niklas Date: Tue, 23 May 2023 16:36:17 +0200 Subject: [PATCH] =?UTF-8?q?Feature/SK-479=20|=C2=A0Update=20django=20versi?= =?UTF-8?q?on=20(#210)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 4b394dd02..d22a48990 100644 --- a/setup.py +++ b/setup.py @@ -10,8 +10,8 @@ package_dir={"portal": "."}, python_requires=">=3.6,<4", install_requires=[ - "django==4.1.7", - "requests==2.28.1", + "django==4.2.1", + "requests==2.31.0", "Pillow==9.4.0", ], license="Copyright Scaleout Systems AB. See license for details",