From 83185f149722e10b6d6b5b2ff11beb087e9ba6cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Thu, 30 Mar 2023 09:39:23 +0200 Subject: [PATCH] ci: update tox to get django 3.2 --- tox.ini | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index fba1407..677ed98 100644 --- a/tox.ini +++ b/tox.ini @@ -21,11 +21,10 @@ deps = WebTest mock<4 httmock - psycopg2-binary<2.9 - psycopg2<2.9 + psycopg2-binary vobject django-ratelimit<3 - django>=2.2,<2.3 + django>=3.2,<3.3 git+https://git.entrouvert.org/entrouvert/debian-django-ckeditor.git git+https://git.entrouvert.org/entrouvert/publik-django-templatetags.git git+https://git.entrouvert.org/entrouvert/combo.git