From f903726f96222d6a473e7b69ac65897cf54c0f48 Mon Sep 17 00:00:00 2001
From: Jonathan Weth <git@jonathanweth.de>
Date: Sun, 1 Dec 2024 21:55:56 +0100
Subject: [PATCH] Update to 4.0.0.dev15

---
 pyproject.toml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pyproject.toml b/pyproject.toml
index b43c74cee..e3d94c743 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "AlekSIS-Core"
-version = "4.0.0.dev14"
+version = "4.0.0.dev15"
 packages = [
     { include = "aleksis" }
 ]
@@ -132,7 +132,7 @@ uwsgi = "^2.0.21"
 tqdm = "^4.66.1"
 django-pg-rrule = "^0.3.1"
 libsass = "^0.23.0"
-graphene-django-optimizer = { git = "https://github.com/bellini666/graphene-django-optimizer", rev = "3648b66" }
+graphene-django-optimizer-reloaded = "^0.9.2"
 
 [tool.poetry.extras]
 ldap = ["django-auth-ldap"]
-- 
GitLab