From a9362f8c9fd62ff55d8021cd8d0b31b117e349bf Mon Sep 17 00:00:00 2001
From: Pelle Koster <pelle.koster@geant.org>
Date: Thu, 16 Jan 2025 17:08:32 +0100
Subject: [PATCH] third time's the charm

---
 requirements.txt | 2 +-
 setup.py         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index fd54f6c..ca5218b 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,4 +1,4 @@
-django==5.0
+django<5.1
 dj_database_url==2.3.0 # pin for security
 jsonschema
 stripe
diff --git a/setup.py b/setup.py
index 09f6d2c..6ac984a 100644
--- a/setup.py
+++ b/setup.py
@@ -9,7 +9,7 @@ setup(
     url=("TBD"),
     packages=find_packages(),
     install_requires=[
-        "django==5.0",
+        "django<5.1",
         "dj_database_url==2.3.0",  # pin for security
         "jsonschema",
         "stripe",
-- 
GitLab