diff --git a/pyproject.toml b/pyproject.toml index 5a6bda9..afae15f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ dev = [ # Pin faker for CI reproducibility — fixture row counts and string # outputs depend on faker's RNG, which can change across minor versions. # Runtime keeps faker>=18.0 so library users aren't constrained. - "faker==37.1.0", + "faker==40.18.0", ] test = [ "pytest>=7.0",