From ba7fcea2822fdf018bceb70bd41a2b728aa40ecf Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Bedna=C5=99=C3=ADk?= <jan.bednarik@gmail.com>
Date: Tue, 7 May 2024 17:50:42 +0200
Subject: [PATCH] Requirements fix Whitenoise to version 5.3.0

---
 requirements/base.in  |  2 +-
 requirements/base.txt | 19 ++++++++++++++-----
 2 files changed, 15 insertions(+), 6 deletions(-)

diff --git a/requirements/base.in b/requirements/base.in
index 85886ce2..a9fe3d4b 100644
--- a/requirements/base.in
+++ b/requirements/base.in
@@ -10,7 +10,7 @@ django-widget-tweaks
 django-simple-captcha
 psycopg2-binary
 pirates
-whitenoise
+whitenoise==5.3.0
 opencv-python
 requests
 ics
diff --git a/requirements/base.txt b/requirements/base.txt
index ad577c1e..2a0927f1 100644
--- a/requirements/base.txt
+++ b/requirements/base.txt
@@ -1,5 +1,5 @@
 #
-# This file is autogenerated by pip-compile with Python 3.11
+# This file is autogenerated by pip-compile with Python 3.10
 # by the following command:
 #
 #    pip-compile base.in
@@ -117,6 +117,10 @@ draftjs-exporter==5.0.0
     # via wagtail
 et-xmlfile==1.1.0
     # via openpyxl
+exceptiongroup==1.2.1
+    # via
+    #   cattrs
+    #   ipython
 executing==2.0.1
     # via stack-data
 fastjsonschema==2.19.1
@@ -250,7 +254,7 @@ sqlparse==0.5.0
     # via django
 stack-data==0.6.3
     # via ipython
-tatsu==5.12.0
+tatsu==5.8.3
     # via ics
 telepath==0.3.1
     # via wagtail
@@ -267,7 +271,10 @@ tweepy==4.14.0
 types-python-dateutil==2.9.0.20240316
     # via arrow
 typing-extensions==4.11.0
-    # via ipython
+    # via
+    #   asgiref
+    #   cattrs
+    #   ipython
 tzdata==2024.1
     # via celery
 url-normalize==1.4.3
@@ -306,9 +313,11 @@ webencodings==0.5.1
     #   cssselect2
     #   html5lib
     #   tinycss2
-whitenoise==6.6.0
+whitenoise==5.3.0
     # via -r base.in
 willow[heif]==1.8.0
-    # via wagtail
+    # via
+    #   wagtail
+    #   willow
 zopfli==0.2.3
     # via fonttools
-- 
GitLab