From cfa649655607f4b30059fbd75405918c307abe0a Mon Sep 17 00:00:00 2001
From: Benoit Alessandroni <benoit@happy-dev.fr>
Date: Mon, 7 Nov 2022 10:42:58 +0100
Subject: [PATCH] fix: prev

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

diff --git a/setup.cfg b/setup.cfg
index 06ad5edf..216bff78 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -30,7 +30,7 @@ install_requires =
     click==7.1.1
     django-brotli~=0.2.0
     djangorestframework-guardian~=0.3.0
-    Faker
+    Faker~=14.2
 
 [options.entry_points]
 console_scripts =
-- 
GitLab