diff --git a/pyproject.toml b/pyproject.toml index 71e4472..517ee9a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" dynamic = ["version"] dependencies = [ # "frappe~=15.0.0" # Installed and managed by bench. - "Faker>=40.13,<40.19", + "Faker>=40.13,<40.20", "dnspython==2.8.0", "email-validator==2.3.0", ]