diff --git a/pyproject.toml b/pyproject.toml index 34fe0fd..a2bc053 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ requires-python = ">=3.9.0" dependencies = [ "attrs==25.3.0", "factory_boy==3.3.3", - "Faker==37.8.0", + "Faker==37.12.0", "requests==2.32.5", "python-dateutil==2.9.0.post0", ] diff --git a/requirements.txt b/requirements.txt index 36362c1..2837539 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ attrs==25.3.0 factory_boy==3.3.3 -Faker==37.8.0 +Faker==37.12.0 requests==2.32.5 python-dateutil==2.9.0.post0