From aa292d7ae80ad038aabb8490782ada8f8ab8b3f6 Mon Sep 17 00:00:00 2001
From: Teklia Bot <contact@teklia.com>
Date: Mon, 2 Jan 2023 14:06:43 +0000
Subject: [PATCH] Bump Python requirement Django to 4.1.5

---
 .gitlab-ci.yml        | 2 +-
 Dockerfile            | 4 ++--
 Dockerfile.binary     | 2 +-
 base/requirements.txt | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3a88df443d..e8baf1c96a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,7 +11,7 @@ include:
 
 # For jobs that run backend scripts directly
 .backend-setup:
-  image: registry.gitlab.com/teklia/arkindex/backend/base:django-4.1.4
+  image: registry.gitlab.com/teklia/arkindex/backend/base:django-4.1.5
 
   cache:
     paths:
diff --git a/Dockerfile b/Dockerfile
index 922b2d6223..a3f19987c5 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,10 +1,10 @@
-FROM registry.gitlab.com/teklia/arkindex/backend/base:django-4.1.4 as build
+FROM registry.gitlab.com/teklia/arkindex/backend/base:django-4.1.5 as build
 
 RUN mkdir build
 ADD . build
 RUN cd build && python3 setup.py sdist
 
-FROM registry.gitlab.com/teklia/arkindex/backend/base:django-4.1.4
+FROM registry.gitlab.com/teklia/arkindex/backend/base:django-4.1.5
 ARG PONOS_BRANCH=master
 ARG PONOS_ID=10017043
 ARG TRANSKRIBUS_BRANCH=master
diff --git a/Dockerfile.binary b/Dockerfile.binary
index 04b1639f9d..289e0c5ff3 100644
--- a/Dockerfile.binary
+++ b/Dockerfile.binary
@@ -60,7 +60,7 @@ RUN python -m nuitka \
       arkindex/manage.py
 
 # Start over from a clean setup
-FROM registry.gitlab.com/teklia/arkindex/backend/base:django-4.1.4 as build
+FROM registry.gitlab.com/teklia/arkindex/backend/base:django-4.1.5 as build
 
 # Import files from compilation
 RUN mkdir /usr/share/arkindex
diff --git a/base/requirements.txt b/base/requirements.txt
index 5ea2b7f0ae..1e939430f6 100644
--- a/base/requirements.txt
+++ b/base/requirements.txt
@@ -1,5 +1,5 @@
 boto3==1.18.13
 cryptography==3.4.7
-Django==4.1.4
+Django==4.1.5
 lxml==4.6.3
 psycopg2-binary==2.9.1
-- 
GitLab