From f140ce39d64ee13f5042c6bb3d1286c9a0067e19 Mon Sep 17 00:00:00 2001
From: Dominik George <nik@naturalnet.de>
Date: Tue, 18 Jul 2023 12:51:08 +0200
Subject: [PATCH] Bump dependencies

---
 pyproject.toml | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/pyproject.toml b/pyproject.toml
index 2c058d1..c8cfc9a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -19,7 +19,10 @@ classifiers = [
   "Intended Audience :: Education",
   "Topic :: Education",
 ]
-maintainers = ["Jonathan Weth <dev@jonathanweth.de>", "Dominik George <dominik.george@teckids.org>"]
+maintainers = [
+  "Jonathan Weth <dev@jonathanweth.de>",
+  "Dominik George <dominik.george@teckids.org>",
+]
 
 [[tool.poetry.source]]
 name = "PyPI"
@@ -29,13 +32,14 @@ priority = "primary"
 name = "gitlab"
 url = "https://edugit.org/api/v4/projects/461/packages/pypi/simple"
 priority = "supplemental"
+
 [tool.poetry.dependencies]
 python = "^3.9"
-aleksis-core = "^3.0"
+aleksis-core = "^4.0"
 python-barcode = "^0.15.0"
 django-formtools = "2.2"
 django-ace = "^1.0.12"
-pylibsdm = "^1.0.0a0.dev2"
+pylibsdm = "^1.0.0a0"
 
 [tool.poetry.plugins."aleksis.app"]
 kort = "aleksis.apps.kort.apps:DefaultConfig"
-- 
GitLab