From 0b5d29d16a9076ca2429ecf2651a9ac5e397f6ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 01:48:20 +0000 Subject: [PATCH] Update dependency faker to v40 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ccd11f0..6397114 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ pandas = "*" [tool.poetry.group.dev.dependencies] black = "==23.12.1" -faker = "==19.13.0" +faker = "==40.28.1" flake8 = "==6.1.0" mypy = "==1.8.0" pytest = "==7.4.3"