From 869734da569f32784e2181235c586f614acaf96b Mon Sep 17 00:00:00 2001 From: Ruben Hesselink Date: Thu, 6 Jul 2023 15:03:23 +0200 Subject: [PATCH] Update dependencies --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3cebff8..5df1f16 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,8 +30,8 @@ classifiers = [ ] keywords = ["richtext", "external", "link", "wagtail", "newtab", "django"] dependencies = [ - "Django>=3.2,<4.1", - "wagtail>=3.0,<3.1", + "Django>=3.2", + "wagtail>=3.0", ] requires-python = ">=3.8"