diff --git a/apps/api/poetry.lock b/apps/api/poetry.lock index 906fbe79..fc683d8b 100644 --- a/apps/api/poetry.lock +++ b/apps/api/poetry.lock @@ -613,13 +613,13 @@ idna = ">=2.0.0" [[package]] name = "faker" -version = "24.14.1" +version = "25.0.0" description = "Faker is a Python package that generates fake data for you." optional = false python-versions = ">=3.8" files = [ - {file = "Faker-24.14.1-py3-none-any.whl", hash = "sha256:a5edba3aa17a1d689c8907e5b0cd1653079c2466a4807f083aa7b5f80a00225d"}, - {file = "Faker-24.14.1.tar.gz", hash = "sha256:380a3697e696ae4fcf50a93a3d9e0286fab7dfbf05a9caa4421fa4727c6b1e89"}, + {file = "Faker-25.0.0-py3-none-any.whl", hash = "sha256:e23a2b74888885c3d23a9237bacb823041291c03d609a39acb9ebe6c123f3986"}, + {file = "Faker-25.0.0.tar.gz", hash = "sha256:87ef41e24b39a5be66ecd874af86f77eebd26782a2681200e86c5326340a95d3"}, ] [package.dependencies] @@ -3673,4 +3673,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "a593ac9cf5d0f8bc5d4c28a2501377115007b0c5eef5a44dbafd1f89c58f1020" +content-hash = "88b4dc29339e8442b5891d7f805872a69e04d1f57f9c287f83a8182449f1de7e" diff --git a/apps/api/pyproject.toml b/apps/api/pyproject.toml index 188f459d..8f81056d 100644 --- a/apps/api/pyproject.toml +++ b/apps/api/pyproject.toml @@ -12,7 +12,7 @@ version = "0.1.0" [tool.poetry.dependencies] boto3 = "^1.34.79" botocore = "^1.34.93" -faker = "^24.9.0" +faker = "^25.0.0" fastapi = "^0.110.1" fastapi-jwt-auth = "^0.5.0" httpx = "^0.27.0"