diff --git a/pyproject.toml b/pyproject.toml index 2bbd111..858d286 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.5.3", + "Faker==37.8.0", "requests==2.32.4", "python-dateutil==2.9.0.post0", ] diff --git a/requirements.txt b/requirements.txt index 2256828..26d3d33 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ attrs==25.3.0 factory_boy==3.3.3 -Faker==37.5.3 +Faker==37.8.0 requests==2.32.4 python-dateutil==2.9.0.post0