From ab6c89c85e7dd42376b9903798e6c9d667405e4c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 12:06:51 +0000 Subject: [PATCH] Update dependency faker to v12.3.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c09ef11..f082fc8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ wemake-python-styleguide = "0.19.2" refurb = "2.0.0" pytest-cov = "5.0.0" pytest-django = "4.8.0" -faker = "12.0.1" +faker = "12.3.3" mixer = "7.2.2" [build-system]