From cd19525dff4e2be4075301cb3b75d40bf1072551 Mon Sep 17 00:00:00 2001 From: Benoit Alessandroni <benoit@happy-dev.fr> Date: Mon, 7 Nov 2022 10:23:29 +0100 Subject: [PATCH] fix: faker version number --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 533c862c..317b752d 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~=15.1 + faker~=15.1.3 [options.entry_points] console_scripts = -- GitLab