From 6b4047b8f07f37d0607d9c109ef3c932fb96cca8 Mon Sep 17 00:00:00 2001
From: autodeploy <benoit@happy-dev.fr>
Date: Tue, 3 Oct 2023 18:24:52 +0200
Subject: [PATCH] fix: align validators version

---
 setup.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.cfg b/setup.cfg
index dea99522..0caa9f63 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -18,7 +18,7 @@ setup_requires =
     django~=4.2.0
 install_requires =
     django~=4.2.0
-    validators~=0.12.0
+    validators~=0.20.0
     pyld~=1.0.0
     django-guardian~=2.4.0
     djangorestframework~=3.14.0
-- 
GitLab